Searched refs:WKPageGroupRef (Results 1 – 25 of 25) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | 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);
|
D | WKPageGroup.cpp | 40 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()
|
D | WKAPICast.h | 103 WK_ADD_API_MAPPING(WKPageGroupRef, WebPageGroup) in WK_ADD_API_MAPPING()
|
D | WKPage.cpp | 53 WKPageGroupRef WKPageGetPageGroup(WKPageRef pageRef) in WKPageGetPageGroup()
|
D | WKPage.h | 263 WK_EXPORT WKPageGroupRef WKPageGetPageGroup(WKPageRef page);
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpreferences_p.h | 24 static QWKPreferences* createPreferences(WKPageGroupRef);
|
D | qwkpreferences.cpp | 30 QWKPreferences* QWKPreferencesPrivate::createPreferences(WKPageGroupRef pageGroupRef) in createPreferences()
|
D | qwkpage.cpp | 607 WKPageGroupRef pageGroupRef = WKPageGetPageGroup(pageRef()); in preferences()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/ |
D | WKView.h | 38 WK_EXPORT WKViewRef WKViewCreate(WKContextRef context, WKPageGroupRef pageGroup);
|
D | WKView.cpp | 40 WKViewRef WKViewCreate(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in WKViewCreate()
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | WKView.h | 38 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)…
|
D | WKView.mm | 212 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)…
|
/external/webkit/Tools/WebKitTestRunner/ |
D | PlatformWebView.h | 55 PlatformWebView(WKContextRef, WKPageGroupRef);
|
D | TestController.h | 108 WKRetainPtr<WKPageGroupRef> m_pageGroup;
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | DocumentStartUserScriptAlertCrash.cpp | 48 …WKRetainPtr<WKPageGroupRef> pageGroup(AdoptWK, WKPageGroupCreateWithIdentifier(WKStringCreateWithU… in TEST()
|
/external/webkit/Tools/TestWebKitAPI/ |
D | PlatformWebView.h | 58 PlatformWebView(WKContextRef, WKPageGroupRef = 0);
|
/external/webkit/Tools/WebKitTestRunner/qt/ |
D | PlatformWebViewQt.cpp | 56 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef) in PlatformWebView() argument
|
/external/webkit/Tools/WebKitTestRunner/win/ |
D | PlatformWebViewWin.cpp | 51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in PlatformWebView()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
D | WKView.h | 61 WK_EXPORT WKViewRef WKViewCreate(RECT rect, WKContextRef context, WKPageGroupRef pageGroup, HWND pa…
|
D | WKView.cpp | 39 WKViewRef WKViewCreate(RECT rect, WKContextRef contextRef, WKPageGroupRef pageGroupRef, HWND parent… in WKViewCreate()
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKBase.h | 95 typedef const struct OpaqueWKPageGroup* WKPageGroupRef; typedef
|
/external/webkit/Tools/TestWebKitAPI/win/ |
D | PlatformWebViewWin.cpp | 59 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in PlatformWebView()
|
/external/webkit/Tools/WebKitTestRunner/mac/ |
D | PlatformWebViewMac.mm | 30 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
|
/external/webkit/Tools/TestWebKitAPI/mac/ |
D | PlatformWebViewMac.mm | 32 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 16177 - Adds WKPageGroupRef and WKBundlePageGroupRef API objects
|