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

  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 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
    [all...]
WebFrameImpl.cpp 72 #include "WebFrameImpl.h"
278 WebPluginContainerImpl* WebFrameImpl::pluginContainerFromFrame(Frame* frame)
288 WebPluginContainerImpl* WebFrameImpl::pluginContainerFromNode(WebCore::Frame* frame, const WebNode& node)
484 WebFrameImpl::FindMatch::FindMatch(PassRefPtr<Range> range, int ordinal)
490 class WebFrameImpl::DeferredScopeStringMatches {
492 DeferredScopeStringMatches(WebFrameImpl* webFrame, int identifier, const WebString& searchText, const WebFindOptions& options, bool reset)
510 RefPtr<WebFrameImpl> m_webFrame;
534 return WebFrameImpl::fromFrame(toFrameIfNotDetached(context));
539 return WebFrameImpl::fromFrameOwnerElement(PassRefPtr<Element>(element).get());
542 WebString WebFrameImpl::uniqueName() cons
    [all...]

Completed in 43 milliseconds