Searched defs:WebFrameImpl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.h65 class WebFrameImpl : public WebFrame, public RefCounted<WebFrameImpl> { class in namespace:WebKit
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; }
257 // Sets whether the WebFrameImpl allows its document to be scrolled.
264 // Note that the returned listener is owner by the WebFrameImpl and should not
286 WebFrameImpl(WebFrameClien
[all...]
H A DWebFrameImpl.cpp72 #include "WebFrameImpl.h"
285 WebPluginContainerImpl* WebFrameImpl::pluginContainerFromFrame(Frame* frame)
430 class WebFrameImpl::DeferredScopeStringMatches {
432 DeferredScopeStringMatches(WebFrameImpl* webFrame,
455 RefPtr<WebFrameImpl> m_webFrame;
474 return WebFrameImpl::fromFrame(frame);
481 return WebFrameImpl::fromFrame(frame);
487 return WebFrameImpl::fromFrame(V8Proxy::retrieveFrame(context));
493 return WebFrameImpl::fromFrameOwnerElement(
497 WebString WebFrameImpl
1897 WebFrameImpl::WebFrameImpl(WebFrameClient* client) function in class:WebKit::WebFrameImpl
[all...]

Completed in 96 milliseconds