HomeSort by relevance Sort by last modified time
    Searched refs:webFrame (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationPermissionClientQt.cpp 63 void GeolocationPermissionClientQt::requestGeolocationPermissionForFrame(QWebFrame* webFrame, Geolocation* listener)
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)
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)
82 if (!m_pendingPermissionRequests.contains(webFrame))
    [all...]
GeolocationClientQt.cpp 126 QWebFrame* webFrame = QWebFramePrivate::kit(geolocation->frame());
127 GeolocationPermissionClientQt::geolocationPermissionClient()->requestGeolocationPermissionForFrame(webFrame, geolocation);
133 QWebFrame* webFrame = QWebFramePrivate::kit(geolocation->frame());
134 GeolocationPermissionClientQt::geolocationPermissionClient()->cancelGeolocationPermissionRequestForFrame(webFrame, geolocation);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebUrlLoader.cpp 37 WebUrlLoader::WebUrlLoader(WebFrame* webFrame, WebCore::ResourceHandle* resourceHandle, const WebCore::ResourceRequest& resourceRequest)
39 m_loaderClient = new WebUrlLoaderClient(webFrame, resourceHandle, resourceRequest);
51 WebFrame* webFrame = androidClient->webFrame();
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
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ApplicationCacheHostInternal.h 51 WebKit::WebFrameImpl* webFrame = WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame());
52 ASSERT(webFrame);
53 m_outerHost.set(webFrame->client()->createApplicationCacheHost(webFrame, this));
StorageInfoChromium.cpp 71 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
72 webFrame->client()->queryStorageUsageAndQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), new WebStorageQuotaCallbacksImpl(successCallback, errorCallback));
89 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
90 webFrame->client()->requestStorageQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), newQuotaInBytes, new WebStorageQuotaCallbacksImpl(successCallback, errorCallback));
IDBFactoryBackendProxy.cpp 66 WebFrame* webFrame = WebFrameImpl::fromFrame(frame);
67 m_webIDBFactory->open(name, new WebIDBCallbacksImpl(callbacks), origin, webFrame, dataDir, maximumSize, static_cast<WebIDBFactory::BackingStoreType>(backingStoreType));
DatabaseObserver.cpp 58 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
59 return webFrame->client()->allowDatabase(webFrame, name, displayName, estimatedSize);
LocalFileSystemChromium.cpp 74 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
75 webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystem::Type>(type), size, create == CreateIfNotPresent, new WebFileSystemCallbacksImpl(callbacks, type));
  /external/webkit/Source/WebKit/mac/WebView/
WebHistoryDelegate.h 28 @class WebFrame;
34 - (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;
WebScriptDebugDelegate.h 44 @class WebFrame;
66 forWebFrame:(WebFrame *)webFrame;
73 forWebFrame:(WebFrame *)webFrame;
80 forWebFrame:(WebFrame *)webFrame;
86 forWebFrame:(WebFrame *)webFrame;
92 forWebFrame:(WebFrame *)webFrame
    [all...]
WebScriptDebugger.mm 75 static WebFrame *toWebFrame(JSGlobalObject* globalObject)
93 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);
    [all...]
WebFrameView.h 32 @class WebFrame;
47 @method webFrame
48 @abstract Returns the WebFrame associated with this WebFrameView
51 - (WebFrame *)webFrame;
WebHTMLRepresentation.mm 161 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];
    [all...]
WebJSPDFDoc.mm 30 #import "WebFrame.h"
50 WebView *webView = [[dataSource webFrame] webView];
51 CallUIDelegate(webView, @selector(webView:printFrameView:), [[dataSource webFrame] frameView]);
  /external/webkit/Tools/DumpRenderTree/win/
HistoryDelegate.h 46 /* [in] */ IWebFrame* webFrame);
52 /* [in] */ IWebFrame* webFrame);
58 /* [in] */ IWebFrame* webFrame);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistoryDelegate.idl 44 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);
IWebFrameView.idl 48 @method webFrame
49 @abstract Returns the WebFrame associated with this WebFrameView
51 - (WebFrame *)webFrame;
53 HRESULT webFrame([out, retval] IWebFrame** frame);
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainer.h 64 @method webFrame
65 @discussion The webFrame method allows the plug-in to access the WebFrame that
68 @result Return the WebFrame that contains the plug-in.
70 - (WebFrame *)webFrame;
  /external/webkit/Source/WebKit/gtk/tests/
testwebframe.c 98 WebKitWebFrame* webFrame;
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)
184 WebKitWebFrame* webFrame = webkit_web_view_get_main_frame(webView);
190 result = webkit_web_frame_print_full (webFrame, operation, action, NULL)
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.h 62 - (void)webFrame:(WebFrame *)webFrame didFinishLoadWithReason:(NPReason)reason;
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
GeolocationPermissionRequestManager.cpp 30 #include "WebFrame.h"
62 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame();
65 m_page->send(Messages::WebPageProxy::RequestGeolocationPermissionForFrame(geolocationID, webFrame->frameID(), origin->databaseIdentifier()));
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 35 #include "WebFrame.h"
64 static double area(WebFrame* frame)
71 static WebFrame* findLargestFrameInFrameSet(WebPage* page)
75 WebFrame* mainFrame = page->mainFrame();
79 WebFrame* largestSoFar = 0;
84 WebFrame* childFrame = frameChildren->at<WebFrame>(i);
150 WebFrame* webFrame = frame ? static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame() : 0
    [all...]
WebEditorClient.cpp 300 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( (…)
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
HistoryDelegate.mm 40 - (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/
WebDOMOperations.h 34 @class WebFrame;
49 @method webFrame
52 - (WebFrame *)webFrame;
87 - (WebFrame *)contentFrame;
97 - (WebFrame *)contentFrame;
109 - (WebFrame *)contentFrame;

Completed in 752 milliseconds

1 2 3 4 5 6