Home | History | Annotate | Download | only in web

Lines Matching defs:WebFrameImpl

73 class WebFrameImpl
75 , public RefCounted<WebFrameImpl>
241 static PassRefPtr<WebFrameImpl> create(WebFrameClient* client);
242 virtual ~WebFrameImpl();
254 static WebFrameImpl* fromFrame(WebCore::Frame* frame);
255 static WebFrameImpl* fromFrameOwnerElement(WebCore::Element* element);
278 WebFrameImpl* activeMatchFrame() const { return m_currentActiveMatchFrame; }
294 // Sets whether the WebFrameImpl allows its document to be scrolled.
330 explicit WebFrameImpl(WebFrameClient*);
378 int ordinalOfFirstMatchForFrame(WebFrameImpl*) const;
418 WebFrameImpl* m_currentActiveMatchFrame;