Searched refs:webFrame (Results 1 - 25 of 125) sorted by relevance

12345

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationPermissionClientQt.cpp63 void GeolocationPermissionClientQt::requestGeolocationPermissionForFrame(QWebFrame* webFrame, Geolocation* listener) argument
65 m_pendingPermissionRequests.insert(webFrame, listener);
67 QWebPage* page = webFrame->page();
68 emit page->featurePermissionRequested(webFrame, QWebPage::Geolocation);
72 void GeolocationPermissionClientQt::cancelGeolocationPermissionRequestForFrame(QWebFrame* webFrame, Geolocation* listener) argument
74 m_pendingPermissionRequests.remove(webFrame);
76 QWebPage* page = webFrame->page();
77 emit page->featurePermissionRequestCanceled(webFrame, QWebPage::Geolocation);
80 void GeolocationPermissionClientQt::setPermission(QWebFrame* webFrame, QWebPage::PermissionPolicy permission) argument
82 if (!m_pendingPermissionRequests.contains(webFrame))
[all...]
H A DGeolocationClientQt.cpp126 QWebFrame* webFrame = QWebFramePrivate::kit(geolocation->frame()); local
127 GeolocationPermissionClientQt::geolocationPermissionClient()->requestGeolocationPermissionForFrame(webFrame, geolocation);
133 QWebFrame* webFrame = QWebFramePrivate::kit(geolocation->frame()); local
134 GeolocationPermissionClientQt::geolocationPermissionClient()->cancelGeolocationPermissionRequestForFrame(webFrame, geolocation);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoader.cpp37 WebUrlLoader::WebUrlLoader(WebFrame* webFrame, WebCore::ResourceHandle* resourceHandle, const WebCore::ResourceRequest& resourceRequest) argument
39 m_loaderClient = new WebUrlLoaderClient(webFrame, resourceHandle, resourceRequest);
51 WebFrame* webFrame = androidClient->webFrame(); local
53 webFrame->maybeSavePassword(androidClient->getFrame(), resourceRequest);
55 RefPtr<WebUrlLoader> loader = WebUrlLoader::create(webFrame, resourceHandle, resourceRequest);
61 PassRefPtr<WebUrlLoader> WebUrlLoader::create(WebFrame* webFrame, WebCore::ResourceHandle* resourceHandle, const WebCore::ResourceRequest& resourceRequest) argument
63 return adoptRef(new WebUrlLoader(webFrame, resourceHandle, resourceRequest));
/external/webkit/Source/WebKit/chromium/src/
H A DStorageInfoChromium.cpp71 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); local
72 webFrame->client()->queryStorageUsageAndQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), new WebStorageQuotaCallbacksImpl(successCallback, errorCallback));
89 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); local
90 webFrame->client()->requestStorageQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), newQuotaInBytes, new WebStorageQuotaCallbacksImpl(successCallback, errorCallback));
H A DIDBFactoryBackendProxy.cpp66 WebFrame* webFrame = WebFrameImpl::fromFrame(frame); local
67 m_webIDBFactory->open(name, new WebIDBCallbacksImpl(callbacks), origin, webFrame, dataDir, maximumSize, static_cast<WebIDBFactory::BackingStoreType>(backingStoreType));
H A DApplicationCacheHostInternal.h51 WebKit::WebFrameImpl* webFrame = WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame()); local
52 ASSERT(webFrame);
53 m_outerHost.set(webFrame->client()->createApplicationCacheHost(webFrame, this));
H A DDatabaseObserver.cpp58 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); local
59 return webFrame->client()->allowDatabase(webFrame, name, displayName, estimatedSize);
H A DLocalFileSystemChromium.cpp74 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); local
75 webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystem::Type>(type), size, create == CreateIfNotPresent, new WebFileSystemCallbacksImpl(callbacks, type));
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHistoryDelegate.h34 - (void)webView:(WebView *)webView didNavigateWithNavigationData:(WebNavigationData *)navigationData inFrame:(WebFrame *)webFrame;
36 - (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
38 - (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
H A DWebScriptDebugDelegate.h66 forWebFrame:(WebFrame *)webFrame;
73 forWebFrame:(WebFrame *)webFrame;
80 forWebFrame:(WebFrame *)webFrame;
86 forWebFrame:(WebFrame *)webFrame;
92 forWebFrame:(WebFrame *)webFrame;
98 forWebFrame:(WebFrame *)webFrame;
105 forWebFrame:(WebFrame *)webFrame;
111 forWebFrame:(WebFrame *)webFrame;
H A DWebScriptDebugger.mm93 WebFrame *webFrame = toWebFrame(debuggerCallFrame.dynamicGlobalObject());
95 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
98 WebView *webView = [webFrame webView];
101 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<NSInteger>(0), -1, webFrame);
118 WebFrame *webFrame = toWebFrame(exec->dynamicGlobalObject());
119 WebView *webView = [webFrame webView];
125 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), nsSource, firstLine, nsURL, sourceProvider->asID(), webFrame);
127 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:), nsSource, [nsURL absoluteString], sourceProvider->asID(), webFrame);
135 CallScriptDebugDelegate(implementations->failedToParseSourceFunc, webView, @selector(webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:), nsSource, firstLine, nsURL, error, webFrame);
151 WebFrame *webFrame
[all...]
H A DWebFrameView.h47 @method webFrame
51 - (WebFrame *)webFrame;
H A DWebHTMLRepresentation.mm161 if (!_private->includedInWebKitStatistics && [[dataSource webFrame] _isIncludedInWebKitStatistics]) {
174 WebFrame *webFrame = [dataSource webFrame];
175 if (!webFrame)
179 [webFrame _commitData:data];
182 Frame* coreFrame = core(webFrame);
205 WebFrame* webFrame = [dataSource webFrame];
212 if (!webFrame)
219 [webFrame _commitDat
[all...]
H A DWebJSPDFDoc.mm50 WebView *webView = [[dataSource webFrame] webView];
51 CallUIDelegate(webView, @selector(webView:printFrameView:), [[dataSource webFrame] frameView]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHistoryDelegate.idl44 HRESULT didNavigateWithNavigationData([in] IWebView* webView, [in] IWebNavigationData* navigationData, [in] IWebFrame* webFrame);
45 HRESULT didPerformClientRedirectFromURL([in] IWebView* webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame* webFrame);
46 HRESULT didPerformServerRedirectFromURL([in] IWebView* webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame* webFrame);
H A DIWebFrameView.idl48 @method webFrame
51 - (WebFrame *)webFrame;
53 HRESULT webFrame([out, retval] IWebFrame** frame);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginContainer.h64 @method webFrame
65 @discussion The webFrame method allows the plug-in to access the WebFrame that
70 - (WebFrame *)webFrame;
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebframe.c98 WebKitWebFrame* webFrame; local
104 webFrame = webkit_web_view_get_main_frame(webView);
105 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 1);
108 g_object_ref(webFrame);
109 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 2);
117 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 1);
118 g_object_unref(webFrame);
121 static gboolean print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loop) argument
184 WebKitWebFrame* webFrame = webkit_web_view_get_main_frame(webView); local
190 result = webkit_web_frame_print_full (webFrame, operatio
[all...]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.h62 - (void)webFrame:(WebFrame *)webFrame didFinishLoadWithReason:(NPReason)reason;
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DGeolocationPermissionRequestManager.cpp62 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame(); local
65 m_page->send(Messages::WebPageProxy::RequestGeolocationPermissionForFrame(geolocationID, webFrame->frameID(), origin->databaseIdentifier()));
/external/webkit/Tools/DumpRenderTree/win/
H A DHistoryDelegate.h46 /* [in] */ IWebFrame* webFrame);
52 /* [in] */ IWebFrame* webFrame);
58 /* [in] */ IWebFrame* webFrame);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp150 WebFrame* webFrame = frame ? static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame() : 0; local
152 WebProcess::shared().connection()->send(Messages::WebPageProxy::FocusedFrameChanged(webFrame ? webFrame->frameID() : 0), m_page->pageID());
260 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame(); local
263 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::RunBeforeUnloadConfirmPanel(message, webFrame->frameID()), Messages::WebPageProxy::RunBeforeUnloadConfirmPanel::Reply(shouldClose), m_page->pageID()))
290 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame(); local
293 m_page->injectedBundleUIClient().willRunJavaScriptAlert(m_page, alertText, webFrame);
300 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame(); local
314 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame(); local
407 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame(); local
488 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame(); local
495 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame(); local
[all...]
H A DWebEditorClient.cpp300 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(element->document()->frame()->loader()->client())->webFrame();
301 m_page->injectedBundleFormClient().textFieldDidBeginEditing(m_page, static_cast<HTMLInputElement*>(element), webFrame);
309 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(element->document()->frame()->loader()->client())->webFrame();
310 m_page->injectedBundleFormClient().textFieldDidEndEditing(m_page, static_cast<HTMLInputElement*>(element), webFrame);
321 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(element->document()->frame()->loader()->client())->webFrame();
322 m_page->injectedBundleFormClient().textDidChangeInTextField(m_page, static_cast<HTMLInputElement*>(element), webFrame);
330 WebFrame* webFrame
[all...]
/external/webkit/Tools/DumpRenderTree/mac/
H A DHistoryDelegate.mm40 - (void)webView:(WebView *)webView didNavigateWithNavigationData:(WebNavigationData *)navigationData inFrame:(WebFrame *)webFrame
56 - (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
63 - (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
/external/webkit/Source/WebKit/mac/DOM/
H A DWebDOMOperations.h49 @method webFrame
52 - (WebFrame *)webFrame;

Completed in 258 milliseconds

12345