Home
last modified time | relevance | path

Searched refs:WebFrameImpl (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp285 WebPluginContainerImpl* WebFrameImpl::pluginContainerFromFrame(Frame* frame) in pluginContainerFromFrame()
430 class WebFrameImpl::DeferredScopeStringMatches {
432 DeferredScopeStringMatches(WebFrameImpl* webFrame, in DeferredScopeStringMatches()
455 RefPtr<WebFrameImpl> m_webFrame;
474 return WebFrameImpl::fromFrame(frame); in frameForEnteredContext()
481 return WebFrameImpl::fromFrame(frame); in frameForCurrentContext()
487 return WebFrameImpl::fromFrame(V8Proxy::retrieveFrame(context)); in frameForContext()
493 return WebFrameImpl::fromFrameOwnerElement( in fromFrameOwnerElement()
497 WebString WebFrameImpl::name() const in name()
502 void WebFrameImpl::setName(const WebString& name) in setName()
[all …]
DAssociatedURLLoader.h44 class WebFrameImpl; variable
50 AssociatedURLLoader(PassRefPtr<WebFrameImpl>);
51 AssociatedURLLoader(PassRefPtr<WebFrameImpl>, const WebURLLoaderOptions&);
64 RefPtr<WebFrameImpl> m_frameImpl;
DWebFrameImpl.h65 class WebFrameImpl : public WebFrame, public RefCounted<WebFrameImpl> {
211 static PassRefPtr<WebFrameImpl> create(WebFrameClient* client);
212 ~WebFrameImpl();
225 static WebFrameImpl* fromFrame(WebCore::Frame* frame);
226 static WebFrameImpl* fromFrameOwnerElement(WebCore::Element* element);
245 const WebFrameImpl* activeMatchFrame() const { return m_activeMatchFrame; } in activeMatchFrame()
286 WebFrameImpl(WebFrameClient*);
309 int ordinalOfFirstMatchForFrame(WebFrameImpl*) const;
348 WebFrameImpl* m_activeMatchFrame;
DStorageInfoChromium.cpp71 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in queryUsageAndQuota()
89 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in requestQuota()
DWebAnimationControllerImpl.h41 class WebFrameImpl; variable
45 explicit WebAnimationControllerImpl(WebFrameImpl*);
58 WebFrameImpl* m_frameImpl;
DChromeClientImpl.cpp276 …m_webView->client()->createView(WebFrameImpl::fromFrame(frame), request, features, r.frameName())); in createWindow()
376 WebFrameImpl* webFrame = static_cast<WebFrameImpl*>(m_webView->mainFrame()); in setScrollbarsVisible()
425 WebFrameImpl::fromFrame(frame), message); in runBeforeUnloadConfirmPanel()
448 WebFrameImpl::fromFrame(frame), message); in runJavaScriptAlert()
457 WebFrameImpl::fromFrame(frame), message); in runJavaScriptConfirm()
471 WebFrameImpl::fromFrame(frame), in runJavaScriptPrompt()
586 WebFrameImpl* webframe = WebFrameImpl::fromFrame(frame); in contentsSizeChanged()
635 m_webView->client()->printPage(WebFrameImpl::fromFrame(frame)); in print()
755 WebFrameImpl* webframe = WebFrameImpl::fromFrame(node->document()->frame()); in formStateDidChange()
DWebDevToolsAgentPrivate.h37 class WebFrameImpl; variable
45 virtual void didClearWindowObject(WebFrameImpl*) = 0;
DWebPageSerializerImpl.h55 class WebFrameImpl; variable
91 WebFrameImpl* m_specifiedWebFrameImpl;
112 Vector<WebFrameImpl*> m_frames;
DWebPageSerializerImpl.cpp331 WebFrameImpl* subFrame = WebFrameImpl::fromFrameOwnerElement(element); in openTagToString()
449 m_specifiedWebFrameImpl = static_cast<WebFrameImpl*>(frame); in WebPageSerializerImpl()
476 WebFrameImpl* currentFrame = m_frames[i]; in collectTargetFrames()
485 WebFrameImpl* webFrame = in collectTargetFrames()
486 WebFrameImpl::fromFrameOwnerElement(element); in collectTargetFrames()
502 WebFrameImpl* webFrame = m_frames[i]; in serialize()
DApplicationCacheHostInternal.h51 … WebKit::WebFrameImpl* webFrame = WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame()); in ApplicationCacheHostInternal()
DDebuggerAgentManager.h51 class WebFrameImpl; variable
78 static void setHostId(WebFrameImpl* webframe, int hostId);
DDatabaseObserver.cpp58 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in canEstablishDatabase()
DLocalFileSystemChromium.cpp74 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in openFileSystemHelper()
DSharedWorkerRepository.cpp59 using WebKit::WebFrameImpl;
205 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in connect()
DWebDevToolsAgentImpl.h54 class WebFrameImpl; variable
69 virtual void didClearWindowObject(WebFrameImpl* frame);
DWebWorkerBase.cpp152 WebFrameImpl* webFrame = static_cast<WebFrameImpl*>(m_webView->mainFrame()); in ~WebWorkerBase()
177 WebFrameImpl* webFrame = static_cast<WebFrameImpl*>(m_webView->mainFrame()); in initializeLoader()
DFrameLoaderClientImpl.h43 class WebFrameImpl; variable
49 FrameLoaderClientImpl(WebFrameImpl* webFrame);
52 WebFrameImpl* webFrame() const { return m_webFrame; } in webFrame()
226 WebFrameImpl* m_webFrame;
DEditorClientImpl.cpp169 WebFrameImpl* webframe = WebFrameImpl::fromFrame( in toggleContinuousSpellChecking()
694 WebFrameImpl* webframe = WebFrameImpl::fromFrame(inputElement->document()->frame()); in textFieldDidEndEditing()
790 WebFrameImpl* webframe = WebFrameImpl::fromFrame(inputElement->document()->frame()); in doAutofill()
DWebViewImpl.cpp265 RefPtr<WebFrameImpl> frame = WebFrameImpl::create(frameClient); in initializeMainFrame()
375 WebFrameImpl* WebViewImpl::mainFrameImpl() in mainFrameImpl()
377 return m_page.get() ? WebFrameImpl::fromFrame(m_page->mainFrame()) : 0; in mainFrameImpl()
942 RefPtr<WebFrameImpl> mainFrameImpl; in close()
948 mainFrameImpl = WebFrameImpl::fromFrame(m_page->mainFrame()); in close()
998 WebFrameImpl* webframe = mainFrameImpl(); in animate()
1010 WebFrameImpl* webframe = mainFrameImpl(); in layout()
1079 WebFrameImpl* webframe = mainFrameImpl(); in paint()
1573 Frame* frame = static_cast<WebFrameImpl*>(relativeToFrame)->frame(); in findFrameByName()
1575 return WebFrameImpl::fromFrame(frame); in findFrameByName()
[all …]
DAssociatedURLLoader.cpp162 AssociatedURLLoader::AssociatedURLLoader(PassRefPtr<WebFrameImpl> frameImpl) in AssociatedURLLoader()
174 AssociatedURLLoader::AssociatedURLLoader(PassRefPtr<WebFrameImpl> frameImpl, const WebURLLoaderOpti… in AssociatedURLLoader()
DIDBFactoryBackendProxy.cpp66 WebFrame* webFrame = WebFrameImpl::fromFrame(frame); in open()
DWebAnimationControllerImpl.cpp45 WebAnimationControllerImpl::WebAnimationControllerImpl(WebFrameImpl* frameImpl) in WebAnimationControllerImpl()
DWebPageSerializer.cpp198 WebFrameImpl* mainFrame = static_cast<WebFrameImpl*>(view->mainFrame()); in retrieveAllResources()
/external/webkit/Source/WebKit/chromium/
DChangeLog47 [Chromium] Fix a bug of WebFrameImpl::forms()
53 * src/WebFrameImpl.cpp:
54 (WebKit::WebFrameImpl::forms): Simplify the function by wtf::Vector().
112 * src/WebFrameImpl.cpp:
113 (WebKit::WebFrameImpl::favIconURL):
114 * src/WebFrameImpl.h:
137 * src/WebFrameImpl.cpp:
138 (WebKit::WebFrameImpl::favIconURL):
139 * src/WebFrameImpl.h:
354 * src/WebFrameImpl.cpp:
[all …]
DChangeLog-2011-02-1693 … (WebFrameImpl::replaceSelection): Adopted new signature of ReplaceSelectionCommand::create().
259 * src/WebFrameImpl.cpp:
260 (WebKit::WebFrameImpl::encoding):
261 (WebKit::WebFrameImpl::loadJavaScriptURL):
503 * src/WebFrameImpl.cpp:
527 * src/WebFrameImpl.cpp:
528 (WebKit::WebFrameImpl::fromFrame):
529 * src/WebFrameImpl.h:
732 * src/WebFrameImpl.cpp:
733 (WebKit::WebFrameImpl::printPage):
[all …]

12