Searched refs:ewkPageGroup (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_page_group.cpp106 Ewk_Settings* ewk_page_group_settings_get(const Ewk_Page_Group* ewkPageGroup) argument
108 EWK_OBJ_GET_IMPL_OR_RETURN(const EwkPageGroup, ewkPageGroup, impl, nullptr);
113 Eina_Bool ewk_page_group_user_style_sheet_add(Ewk_Page_Group* ewkPageGroup, const char* source, const char* baseURL, Eina_List* whiteList, Eina_List* blackList, Eina_Bool mainFrameOnly) argument
115 EWK_OBJ_GET_IMPL_OR_RETURN(EwkPageGroup, ewkPageGroup, impl, false);
122 Eina_Bool ewk_page_group_user_style_sheets_remove_all(Ewk_Page_Group* ewkPageGroup) argument
124 EWK_OBJ_GET_IMPL_OR_RETURN(EwkPageGroup, ewkPageGroup, impl, false);
H A Dewk_view.cpp99 EwkPageGroup* ewkPageGroup = ewk_object_cast<EwkPageGroup*>(pageGroup); local
103 EINA_SAFETY_ON_NULL_RETURN_VAL(ewkPageGroup, nullptr);
104 EINA_SAFETY_ON_NULL_RETURN_VAL(ewkPageGroup->wkPageGroup(), nullptr);
106 return EWKViewCreate(ewkContext->wkContext(), ewkPageGroup->wkPageGroup(), canvas, smart);
134 return impl->ewkPageGroup();
H A DEwkView.h99 EwkPageGroup* ewkPageGroup() { return m_pageGroup.get(); } function in class:EwkView

Completed in 72 milliseconds