Searched defs:fixedLayoutSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrame.cpp469 const IntSize& fixedLayoutSize, bool useFixedLayout, ScrollbarMode horizontalScrollbarMode, bool horizontalLock,
485 frameView->setFixedLayoutSize(fixedLayoutSize);
468 createView(const IntSize& viewportSize, const StyleColor& backgroundColor, bool transparent, const IntSize& fixedLayoutSize, bool useFixedLayout, ScrollbarMode horizontalScrollbarMode, bool horizontalLock, ScrollbarMode verticalScrollbarMode, bool verticalLock) argument
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.cpp217 IntSize ScrollView::fixedLayoutSize() const function in class:WebCore::ScrollView
224 if (fixedLayoutSize() == newSize)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3093 && layoutSize.width != fixedLayoutSize().width)
3168 WebSize WebViewImpl::fixedLayoutSize() const function in class:WebKit::WebViewImpl
3177 return frame->view()->fixedLayoutSize();

Completed in 459 milliseconds