Home
last modified time | relevance | path

Searched refs:visibleContentBoundsExcludingScrollbars (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.h94 WebCore::IntRect visibleContentBoundsExcludingScrollbars() const;
DWebFrame.cpp490 IntRect WebFrame::visibleContentBoundsExcludingScrollbars() const in visibleContentBoundsExcludingScrollbars() function in WebKit::WebFrame
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.cpp196 return toAPI(toImpl(frameRef)->visibleContentBoundsExcludingScrollbars()); in WKBundleFrameGetVisibleContentBoundsExcludingScrollbars()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.cpp66 IntSize size = frame->visibleContentBoundsExcludingScrollbars().size(); in area()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-163554 (WebKit::WebFrame::visibleContentBoundsExcludingScrollbars):