HomeSort by relevance Sort by last modified time
    Searched refs:fromFrameOwnerElement (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/chromium/public/
WebFrame.h 96 WEBKIT_API static WebFrame* fromFrameOwnerElement(const WebElement&);
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 185 static WebFrameImpl* fromFrameOwnerElement(WebCore::Element* element);
WebPageSerializerImpl.cpp 486 WebFrameImpl::fromFrameOwnerElement(element);
WebFrameImpl.cpp 355 WebFrame* WebFrame::fromFrameOwnerElement(const WebElement& element)
357 return WebFrameImpl::fromFrameOwnerElement(
    [all...]

Completed in 169 milliseconds