/external/webkit/Source/WebKit/chromium/src/ |
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));
|
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));
|
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));
|
DatabaseObserver.cpp | 58 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); 59 return webFrame->client()->allowDatabase(webFrame, name, displayName, estimatedSize);
|
FrameLoaderClientImpl.h | 49 FrameLoaderClientImpl(WebFrameImpl* webFrame); 52 WebFrameImpl* webFrame() const { return m_webFrame; } 224 // The WebFrame that owns this object and manages its lifetime. Therefore,
|
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));
|
StorageAreaProxy.cpp | 79 WebKit::WebFrame* webFrame = WebKit::WebFrameImpl::fromFrame(frame); 80 m_storageArea->setItem(key, value, frame->document()->url(), result, oldValue, webFrame);
|
SharedWorkerRepository.cpp | 205 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); 207 webWorker = webFrame->client()->createSharedWorker(webFrame, url, name, getId(document));
|
WebPageSerializerImpl.cpp | 434 WebPageSerializerImpl::WebPageSerializerImpl(WebFrame* frame, 447 // Must specify available webframe. 485 WebFrameImpl* webFrame = 487 if (webFrame) 488 m_frames.append(webFrame); 502 WebFrameImpl* webFrame = m_frames[i]; 503 Document* document = webFrame->frame()->document();
|
WebWorkerBase.cpp | 70 static PassRefPtr<AllowDatabaseMainThreadBridge> create(WebWorkerBase* worker, const WTF::String& mode, WebCommonWorkerClient* commonClient, WebFrame* frame, const WTF::String& name, const WTF::String& displayName, unsigned long estimatedSize) 96 AllowDatabaseMainThreadBridge(WebWorkerBase* worker, const WTF::String& mode, WebCommonWorkerClient* commonClient, WebFrame* frame, const WTF::String& name, const WTF::String& displayName, unsigned long estimatedSize) 103 static void allowDatabaseTask(WebCore::ScriptExecutionContext* context, WebCommonWorkerClient* commonClient, WebFrame* frame, const WTF::String name, const WTF::String displayName, unsigned long estimatedSize, PassRefPtr<AllowDatabaseMainThreadBridge> bridge) 152 WebFrameImpl* webFrame = static_cast<WebFrameImpl*>(m_webView->mainFrame()); 153 if (webFrame) 154 webFrame->setClient(0); 177 WebFrameImpl* webFrame = static_cast<WebFrameImpl*>(m_webView->mainFrame()); 185 webFrame->frame()->loader()->load(ResourceRequest(url), substData, false); 188 m_loadingDocument = webFrame->frame()->document(); 204 void WebWorkerBase::didCreateDataSource(WebFrame*, WebDataSource* ds [all...] |
WebWorkerClientImpl.cpp | 96 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); 97 webWorker = webFrame->client()->createWorker(webFrame, proxy);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.h | 36 @class WebFrame; 54 WebFrameLoaderClient(WebFrame*); 56 WebFrame* webFrame() const { return m_webFrame.get(); } 248 RetainPtr<WebFrame> m_webFrame;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebFrameLoaderClient.h | 34 class WebFrame; 38 WebFrameLoaderClient(WebFrame*); 41 WebFrame* webFrame() const { return m_frame; } 222 WebFrame* m_frame;
|
/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...] |
ChromeClientAndroid.h | 45 class WebFrame; 162 void setWebFrame(android::WebFrame* webframe); 163 android::WebFrame* webFrame() { return m_webFrame; } 196 android::WebFrame* m_webFrame;
|
FrameLoaderClientAndroid.h | 41 class WebFrame; 46 FrameLoaderClientAndroid(WebFrame* webframe); 52 WebFrame* webFrame() const { return m_webFrame; } 227 WebFrame* m_webFrame;
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.h | 48 WebKitWebFrame* webFrame() const { return m_frame; }
|
/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/WebKit/efl/WebCoreSupport/ |
FrameLoaderClientEfl.h | 53 Evas_Object* webFrame() const { return m_frame; }
|
/external/webkit/Source/WebKit/win/ |
WebElementPropertyBag.cpp | 32 #include "WebFrame.h" 132 WebFrame* webFrame = static_cast<WebFrame*>(coreFrame->loader()->client()); 134 if (FAILED(webFrame->QueryInterface(IID_IWebFrame, (void**)&iWebFrame))) 175 WebFrame* webFrame = kit(m_result->targetFrame()); 177 if (FAILED(webFrame->QueryInterface(IID_IWebFrame, (void**)&iWebFrame)))
|
WebDataSource.cpp | 34 #include "WebFrame.h" 190 WebHTMLRepresentation* htmlRep = WebHTMLRepresentation::createInstance(static_cast<WebFrame*>(m_loader->frameLoader()->client())); 198 HRESULT STDMETHODCALLTYPE WebDataSource::webFrame( 201 *frame = static_cast<WebFrame*>(m_loader->frameLoader()->client());
|
/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/qt/WebCoreSupport/ |
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/gtk/webkit/ |
webkitwebdatasource.cpp | 209 return static_cast<WebKit::FrameLoaderClient*>(frameLoader->client())->webFrame(); 373 WebKitWebFrame* webFrame = webkit_web_data_source_get_web_frame(webDataSource); 374 WebKitWebView* webView = getViewFromFrame(webFrame); 425 WebKitWebFrame* webFrame = webkit_web_data_source_get_web_frame(webDataSource); 426 WebKitWebView* webView = getViewFromFrame(webFrame);
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebProcessProxy.cpp | 362 WebFrameProxy* WebProcessProxy::webFrame(uint64_t frameID) const
|