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

  /external/chromium_org/third_party/WebKit/public/web/
WebView.h 192 virtual void zoomToFindInPageRect(const WebRect&) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 139 m_ownerFrame.viewImpl()->zoomToFindInPageRect(m_ownerFrame.frameView()->contentsToWindow(enclosingIntRect(RenderObject::absoluteBoundingBoxRectForRange(m_activeMatch.get()))));
587 m_ownerFrame.viewImpl()->zoomToFindInPageRect(activeMatchRect);
WebViewImpl.h 186 virtual void zoomToFindInPageRect(const WebRect&) OVERRIDE;
WebViewImpl.cpp     [all...]

Completed in 993 milliseconds