HomeSort by relevance Sort by last modified time
    Searched defs:WebFrameImpl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 65 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; }
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(WebFrameClient*)
    [all...]
WebFrameImpl.cpp 72 #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::name() cons
    [all...]

Completed in 42 milliseconds