|
static void | _wlmtk_content_element_get_dimensions (wlmtk_element_t *element_ptr, int *left_ptr, int *top_ptr, int *right_ptr, int *bottom_ptr) |
|
static void | _wlmtk_content_element_keyboard_blur (wlmtk_element_t *element_ptr) |
|
bool | wlmtk_content_init (wlmtk_content_t *content_ptr, wlmtk_element_t *element_ptr) |
|
void | wlmtk_content_fini (wlmtk_content_t *content_ptr) |
|
void | wlmtk_content_set_element (wlmtk_content_t *content_ptr, wlmtk_element_t *element_ptr) |
|
wlmtk_content_vmt_t | wlmtk_content_extend (wlmtk_content_t *content_ptr, const wlmtk_content_vmt_t *content_vmt_ptr) |
|
void | wlmtk_content_get_size (wlmtk_content_t *content_ptr, int *width_ptr, int *height_ptr) |
|
void | wlmtk_content_commit (wlmtk_content_t *content_ptr, int width, int height, uint32_t serial) |
|
void | wlmtk_content_set_window (wlmtk_content_t *content_ptr, wlmtk_window_t *window_ptr) |
|
wlmtk_element_t * | wlmtk_content_element (wlmtk_content_t *content_ptr) |
|
void | wlmtk_content_add_popup (wlmtk_content_t *content_ptr, wlmtk_content_t *popup_content_ptr) |
|
void | wlmtk_content_remove_popup (wlmtk_content_t *content_ptr, wlmtk_content_t *popup_content_ptr) |
|
void | wlmtk_content_add_wlmtk_popup (wlmtk_content_t *content_ptr, wlmtk_popup_t *popup_ptr) |
|
void | wlmtk_content_remove_wlmtk_popup (wlmtk_content_t *content_ptr, wlmtk_popup_t *popup_ptr) |
|
wlmtk_content_t * | wlmtk_content_get_parent_content (wlmtk_content_t *content_ptr) |
|
static void | _wlmtk_fake_content_request_close (wlmtk_content_t *content_ptr) |
|
static uint32_t | _wlmtk_fake_content_request_size (wlmtk_content_t *content_ptr, int width, int height) |
|
static void | _wlmtk_fake_content_set_activated (wlmtk_content_t *content_ptr, bool activated) |
|
wlmtk_fake_content_t * | wlmtk_fake_content_create (wlmtk_fake_surface_t *fake_surface_ptr) |
|
void | wlmtk_fake_content_destroy (wlmtk_fake_content_t *fake_content_ptr) |
|
void | wlmtk_fake_content_commit (wlmtk_fake_content_t *fake_content_ptr) |
|
static void | test_init_fini (bs_test_t *test_ptr) |
|
static void | test_set_clear_element (bs_test_t *test_ptr) |
|
static void | test_add_remove_popup (bs_test_t *test_ptr) |
|
static void | test_add_remove_wlmtk_popup (bs_test_t *test_ptr) |
|
- Copyright
- Copyright 2023 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.