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

  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 63 class WebFrameImpl : public WebFrame, public RefCounted<WebFrameImpl> {
171 static PassRefPtr<WebFrameImpl> create(WebFrameClient* client);
172 ~WebFrameImpl();
184 static WebFrameImpl* fromFrame(WebCore::Frame* frame);
185 static WebFrameImpl* fromFrameOwnerElement(WebCore::Element* element);
200 const WebFrameImpl* activeMatchFrame() const { return m_activeMatchFrame; }
212 // Sets whether the WebFrameImpl allows its document to be scrolled.
219 // Note that the returned listener is owner by the WebFrameImpl and should not
241 WebFrameImpl(WebFrameClient*)
    [all...]
WebFrameImpl.cpp 72 #include "WebFrameImpl.h"
301 class WebFrameImpl::DeferredScopeStringMatches {
303 DeferredScopeStringMatches(WebFrameImpl* webFrame,
326 RefPtr<WebFrameImpl> m_webFrame;
345 return WebFrameImpl::fromFrame(frame);
352 return WebFrameImpl::fromFrame(frame);
357 return WebFrameImpl::fromFrameOwnerElement(
361 WebString WebFrameImpl::name() const
366 void WebFrameImpl::clearName()
371 WebURL WebFrameImpl::url() cons
    [all...]

Completed in 261 milliseconds