OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ewk_frame_scroll_size_get
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/efl/ewk/
ewk_frame.h
208
EAPI Eina_Bool
ewk_frame_scroll_size_get
(const Evas_Object *o, int *w, int *h);
ewk_view_tiled.c
176
ewk_frame_scroll_size_get
(sd->main_frame, &w, &h);
ewk_frame.cpp
1232
ewk_frame_scroll_size_get
(const Evas_Object* o, int* w, int* h)
function
[
all
...]
ewk_view.cpp
889
ewk_frame_scroll_size_get
(sd->main_frame, &w, &h);
904
ewk_frame_scroll_size_get
(sd->main_frame, &w, &h);
[
all
...]
Completed in 729 milliseconds