Searched refs:visibleRectInDocument (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h108 FloatRect visibleRectInDocument() const;
H A DPinchViewport.cpp121 FloatRect PinchViewport::visibleRectInDocument() const function in class:blink::PinchViewport
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h516 IntRect visibleRectInDocument() const;
H A DWebViewImpl.cpp1744 visibleRectInDocument(),
1781 IntRect WebViewImpl::visibleRectInDocument() const function in class:WebViewImpl
1785 return enclosedIntRect(page()->frameHost().pinchViewport().visibleRectInDocument());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp488 LayoutRect r = ScrollAlignment::getRectToExpose(LayoutRect(pinchViewport.visibleRectInDocument()), rect, alignX, alignY);

Completed in 405 milliseconds