/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKPageGroup.h | 37 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);
|
WKPageGroup.cpp | 40 WKPageGroupRef WKPageGroupCreateWithIdentifier(WKStringRef identifier) 46 WKStringRef WKPageGroupCopyIdentifier(WKPageGroupRef pageGroupRef) 51 void WKPageGroupSetPreferences(WKPageGroupRef pageGroupRef, WKPreferencesRef preferencesRef) 56 WKPreferencesRef WKPageGroupGetPreferences(WKPageGroupRef pageGroupRef)
|
WKAPICast.h | 103 WK_ADD_API_MAPPING(WKPageGroupRef, WebPageGroup)
|
WKPage.cpp | 53 WKPageGroupRef WKPageGetPageGroup(WKPageRef pageRef)
|
WKPage.h | 263 WK_EXPORT WKPageGroupRef WKPageGetPageGroup(WKPageRef page);
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkpreferences_p.h | 24 static QWKPreferences* createPreferences(WKPageGroupRef);
|
qwkpreferences.cpp | 30 QWKPreferences* QWKPreferencesPrivate::createPreferences(WKPageGroupRef pageGroupRef)
|
qwkpage.cpp | 607 WKPageGroupRef pageGroupRef = WKPageGetPageGroup(pageRef());
|
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/ |
WKView.h | 38 WK_EXPORT WKViewRef WKViewCreate(WKContextRef context, WKPageGroupRef pageGroup);
|
WKView.cpp | 40 WKViewRef WKViewCreate(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
|
/external/webkit/Tools/WebKitTestRunner/ |
PlatformWebView.h | 55 PlatformWebView(WKContextRef, WKPageGroupRef);
|
TestController.h | 108 WKRetainPtr<WKPageGroupRef> m_pageGroup;
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
WKView.h | 38 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef;
|
WKView.mm | 212 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef [all...] |
/external/webkit/Tools/TestWebKitAPI/ |
PlatformWebView.h | 58 PlatformWebView(WKContextRef, WKPageGroupRef = 0);
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
DocumentStartUserScriptAlertCrash.cpp | 48 WKRetainPtr<WKPageGroupRef> pageGroup(AdoptWK, WKPageGroupCreateWithIdentifier(WKStringCreateWithUTF8CString("DocumentStartUserScriptAlertCrashTestPageGroup")));
|
/external/webkit/Tools/WebKitTestRunner/qt/ |
PlatformWebViewQt.cpp | 56 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef)
|
/external/webkit/Tools/WebKitTestRunner/win/ |
PlatformWebViewWin.cpp | 51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
|
/external/webkit/Tools/WebKitTestRunner/mac/ |
PlatformWebViewMac.mm | 30 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
WKBase.h | 95 typedef const struct OpaqueWKPageGroup* WKPageGroupRef;
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
WKView.cpp | 39 WKViewRef WKViewCreate(RECT rect, WKContextRef contextRef, WKPageGroupRef pageGroupRef, HWND parentWindow)
|
WKView.h | 61 WK_EXPORT WKViewRef WKViewCreate(RECT rect, WKContextRef context, WKPageGroupRef pageGroup, HWND parentWindow);
|
/external/webkit/Tools/TestWebKitAPI/mac/ |
PlatformWebViewMac.mm | 32 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
|
/external/webkit/Tools/TestWebKitAPI/win/ |
PlatformWebViewWin.cpp | 59 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
|