/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundle.cpp | 91 void WKBundleAddUserScript(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScript… in WKBundleAddUserScript() argument 93 …toImpl(bundleRef)->addUserScript(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(sourceR… in WKBundleAddUserScript() 96 void WKBundleAddUserStyleSheet(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleSc… in WKBundleAddUserStyleSheet() argument 98 …toImpl(bundleRef)->addUserStyleSheet(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(sou… in WKBundleAddUserStyleSheet() 101 void WKBundleRemoveUserScript(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScr… in WKBundleRemoveUserScript() argument 103 …toImpl(bundleRef)->removeUserScript(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(urlR… in WKBundleRemoveUserScript() 106 void WKBundleRemoveUserStyleSheet(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundl… in WKBundleRemoveUserStyleSheet() argument 108 …toImpl(bundleRef)->removeUserStyleSheet(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(… in WKBundleRemoveUserStyleSheet() 111 void WKBundleRemoveUserScripts(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleSc… in WKBundleRemoveUserScripts() argument 113 toImpl(bundleRef)->removeUserScripts(toImpl(pageGroupRef), toImpl(scriptWorldRef)); in WKBundleRemoveUserScripts() [all …]
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPageGroup.cpp | 46 WKStringRef WKPageGroupCopyIdentifier(WKPageGroupRef pageGroupRef) in WKPageGroupCopyIdentifier() argument 48 return toCopiedAPI(toImpl(pageGroupRef)->identifier()); in WKPageGroupCopyIdentifier() 51 void WKPageGroupSetPreferences(WKPageGroupRef pageGroupRef, WKPreferencesRef preferencesRef) in WKPageGroupSetPreferences() argument 53 toImpl(pageGroupRef)->setPreferences(toImpl(preferencesRef)); in WKPageGroupSetPreferences() 56 WKPreferencesRef WKPageGroupGetPreferences(WKPageGroupRef pageGroupRef) in WKPageGroupGetPreferences() argument 58 return toAPI(toImpl(pageGroupRef)->preferences()); in WKPageGroupGetPreferences()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/ |
D | WKView.cpp | 40 WKViewRef WKViewCreate(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in WKViewCreate() argument 42 RefPtr<WebView> view = WebView::create(toImpl(contextRef), toImpl(pageGroupRef)); in WKViewCreate()
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | WKView.h | 38 …hFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef;
|
D | WKView.mm | 183 return [self initWithFrame:frame contextRef:contextRef pageGroupRef:nil]; 212 …thFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef 233 … _data->_page = toImpl(contextRef)->createWebPage(_data->_pageClient.get(), toImpl(pageGroupRef));
|
/external/webkit/Tools/WebKitTestRunner/win/ |
D | PlatformWebViewWin.cpp | 51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in PlatformWebView() argument 57 m_view = WKViewCreate(viewRect, contextRef, pageGroupRef, m_window); in PlatformWebView()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
D | WKView.cpp | 39 WKViewRef WKViewCreate(RECT rect, WKContextRef contextRef, WKPageGroupRef pageGroupRef, HWND parent… in WKViewCreate() argument 41 …RefPtr<WebView> view = WebView::create(rect, toImpl(contextRef), toImpl(pageGroupRef), parentWindo… in WKViewCreate()
|
/external/webkit/Tools/WebKitTestRunner/mac/ |
D | PlatformWebViewMac.mm | 30 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) 33 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
|
/external/webkit/Tools/TestWebKitAPI/mac/ |
D | PlatformWebViewMac.mm | 32 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) 35 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
|
/external/webkit/Tools/TestWebKitAPI/win/ |
D | PlatformWebViewWin.cpp | 59 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in PlatformWebView() argument 66 m_view = WKViewCreate(viewRect, contextRef, pageGroupRef, m_window); in PlatformWebView()
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpreferences.cpp | 30 QWKPreferences* QWKPreferencesPrivate::createPreferences(WKPageGroupRef pageGroupRef) in createPreferences() argument 33 prefs->d->ref = WKPageGroupGetPreferences(pageGroupRef); in createPreferences()
|
D | qwkpage.cpp | 607 WKPageGroupRef pageGroupRef = WKPageGetPageGroup(pageRef()); in preferences() local 608 d->preferences = QWKPreferencesPrivate::createPreferences(pageGroupRef); in preferences()
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebInspectorProxyMac.mm | 84 …itWithFrame:NSZeroRect contextRef:toAPI(page()->process()->context()) pageGroupRef:toAPI(inspector…
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 789 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 6539 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 7618 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 8489 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 8608 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 8734 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 8796 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 10414 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 11317 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 12364 (-[WKView initWithFrame:contextRef:pageGroupRef:]): [all …]
|
D | ChangeLog | 7115 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 7581 (-[WKView initWithFrame:contextRef:pageGroupRef:]): 7582 (-[WKView initWithFrame:contextRef:pageGroupRef:mainFrameName:]): 8911 (-[WKView initWithFrame:contextRef:pageGroupRef:]): Call fullScreenManager()->setView(self). 12262 (-[WKView initWithFrame:contextRef:pageGroupRef:]): Added call
|