Home | History | Annotate | Download | only in src

Lines Matching defs:WebFrameImpl

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*);
309 int ordinalOfFirstMatchForFrame(WebFrameImpl*) const;
348 WebFrameImpl* m_activeMatchFrame;