Searched defs:window_features (Results 1 – 2 of 2) sorted by relevance
45 EAPI void ewk_window_features_unref(Ewk_Window_Features* window_features) in ewk_window_features_unref()63 EAPI void ewk_window_features_ref(Ewk_Window_Features* window_features) in ewk_window_features_ref()85 EAPI void ewk_window_features_bool_property_get(Ewk_Window_Features* window_features, Eina_Bool* to… in ewk_window_features_bool_property_get()126 EAPI void ewk_window_features_int_property_get(Ewk_Window_Features* window_features, int* x, int* y… in ewk_window_features_int_property_get()157 …Ewk_Window_Features* window_features = static_cast<Ewk_Window_Features*>(malloc(sizeof(*window_fea… in ewk_window_features_new_from_core() local
3685 Ewk_Window_Features* window_features = ewk_window_features_new_from_core(coreFeatures); in ewk_view_window_create() local