OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ewk_Window_Features
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/efl/ewk/
ewk_window_features.h
22
* @file
ewk_window_features
.h
38
typedef struct _Ewk_Window_Features
Ewk_Window_Features
;
40
EAPI void ewk_window_features_unref(
Ewk_Window_Features
* window_features);
41
EAPI void ewk_window_features_ref(
Ewk_Window_Features
* window_features);
43
EAPI void ewk_window_features_bool_property_get(
Ewk_Window_Features
* window_features, Eina_Bool* toolbar_visible, Eina_Bool* statusbar_visible, Eina_Bool* scrollbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen);
44
EAPI void ewk_window_features_int_property_get(
Ewk_Window_Features
* window_features, int* x, int* y, int* w, int* h);
ewk_window_features.cpp
22
#include "
ewk_window_features
.h"
39
* Decreases the referece count of an
Ewk_Window_Features
, possibly freeing it.
45
EAPI void ewk_window_features_unref(
Ewk_Window_Features
* window_features)
59
* Increases the reference count of an
Ewk_Window_Features
.
63
EAPI void ewk_window_features_ref(
Ewk_Window_Features
* window_features)
70
* Gets boolean properties of an
Ewk_Window_Features
.
85
EAPI void ewk_window_features_bool_property_get(
Ewk_Window_Features
* window_features, Eina_Bool* toolbar_visible, Eina_Bool* statusbar_visible, Eina_Bool* scrollbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen)
110
* Gets int properties of an
Ewk_Window_Features
.
126
EAPI void ewk_window_features_int_property_get(
Ewk_Window_Features
* window_features, int* x, int* y, int* w, int* h)
149
* Creates a new
Ewk_Window_Features
object
[
all
...]
ewk_private.h
134
Ewk_Window_Features
*ewk_window_features_new_from_core(const WebCore::WindowFeatures* core);
ewk_view.h
26
#include "
ewk_window_features
.h"
104
Evas_Object *(*window_create)(Ewk_View_Smart_Data *sd, Eina_Bool javascript, const
Ewk_Window_Features
*window_features); /**< creates a new window, requested by webkit */
ewk_view.cpp
[
all
...]
Completed in 88 milliseconds