Home
last modified time | relevance | path

Searched refs:WKPageGroupRef (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPageGroup.h37 WK_EXPORT WKPageGroupRef WKPageGroupCreateWithIdentifier(WKStringRef identifier);
39 WK_EXPORT WKStringRef WKPageGroupCopyIdentifier(WKPageGroupRef pageGroup);
41 WK_EXPORT void WKPageGroupSetPreferences(WKPageGroupRef pageGroup, WKPreferencesRef preferences);
42 WK_EXPORT WKPreferencesRef WKPageGroupGetPreferences(WKPageGroupRef pageGroup);
DWKPageGroup.cpp40 WKPageGroupRef WKPageGroupCreateWithIdentifier(WKStringRef identifier) in WKPageGroupCreateWithIdentifier()
46 WKStringRef WKPageGroupCopyIdentifier(WKPageGroupRef pageGroupRef) in WKPageGroupCopyIdentifier()
51 void WKPageGroupSetPreferences(WKPageGroupRef pageGroupRef, WKPreferencesRef preferencesRef) in WKPageGroupSetPreferences()
56 WKPreferencesRef WKPageGroupGetPreferences(WKPageGroupRef pageGroupRef) in WKPageGroupGetPreferences()
DWKAPICast.h103 WK_ADD_API_MAPPING(WKPageGroupRef, WebPageGroup) in WK_ADD_API_MAPPING()
DWKPage.cpp53 WKPageGroupRef WKPageGetPageGroup(WKPageRef pageRef) in WKPageGetPageGroup()
DWKPage.h263 WK_EXPORT WKPageGroupRef WKPageGetPageGroup(WKPageRef page);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpreferences_p.h24 static QWKPreferences* createPreferences(WKPageGroupRef);
Dqwkpreferences.cpp30 QWKPreferences* QWKPreferencesPrivate::createPreferences(WKPageGroupRef pageGroupRef) in createPreferences()
Dqwkpage.cpp607 WKPageGroupRef pageGroupRef = WKPageGetPageGroup(pageRef()); in preferences()
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
DWKView.h38 WK_EXPORT WKViewRef WKViewCreate(WKContextRef context, WKPageGroupRef pageGroup);
DWKView.cpp40 WKViewRef WKViewCreate(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in WKViewCreate()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.h38 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)…
DWKView.mm212 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)…
/external/webkit/Tools/WebKitTestRunner/
DPlatformWebView.h55 PlatformWebView(WKContextRef, WKPageGroupRef);
DTestController.h108 WKRetainPtr<WKPageGroupRef> m_pageGroup;
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DDocumentStartUserScriptAlertCrash.cpp48 …WKRetainPtr<WKPageGroupRef> pageGroup(AdoptWK, WKPageGroupCreateWithIdentifier(WKStringCreateWithU… in TEST()
/external/webkit/Tools/TestWebKitAPI/
DPlatformWebView.h58 PlatformWebView(WKContextRef, WKPageGroupRef = 0);
/external/webkit/Tools/WebKitTestRunner/qt/
DPlatformWebViewQt.cpp56 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef) in PlatformWebView() argument
/external/webkit/Tools/WebKitTestRunner/win/
DPlatformWebViewWin.cpp51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in PlatformWebView()
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKView.h61 WK_EXPORT WKViewRef WKViewCreate(RECT rect, WKContextRef context, WKPageGroupRef pageGroup, HWND pa…
DWKView.cpp39 WKViewRef WKViewCreate(RECT rect, WKContextRef contextRef, WKPageGroupRef pageGroupRef, HWND parent… in WKViewCreate()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h95 typedef const struct OpaqueWKPageGroup* WKPageGroupRef; typedef
/external/webkit/Tools/TestWebKitAPI/win/
DPlatformWebViewWin.cpp59 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in PlatformWebView()
/external/webkit/Tools/WebKitTestRunner/mac/
DPlatformWebViewMac.mm30 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
/external/webkit/Tools/TestWebKitAPI/mac/
DPlatformWebViewMac.mm32 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1616177 - Adds WKPageGroupRef and WKBundlePageGroupRef API objects