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

/external/webkit/Source/WebKit2/Shared/
H A DWebPageCreationParameters.h64 WebCore::IntSize fixedLayoutSize; member in struct:WebKit::WebPageCreationParameters
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h193 QSize fixedLayoutSize; member in class:QWebPagePrivate
/external/webkit/Source/WebCore/page/
H A DFrame.cpp843 const IntSize& fixedLayoutSize, bool useFixedLayout,
860 frameView->setFixedLayoutSize(fixedLayoutSize);
841 createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent, const IntSize& fixedLayoutSize, bool useFixedLayout, ScrollbarMode horizontalScrollbarMode, bool horizontalLock, ScrollbarMode verticalScrollbarMode, bool verticalLock) argument
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h338 const WebCore::IntSize& fixedLayoutSize() const { return m_fixedLayoutSize; }; function in class:WebKit::WebPageProxy
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp266 IntSize ScrollView::fixedLayoutSize() const function in class:WebCore::ScrollView
273 if (fixedLayoutSize() == newSize)

Completed in 117 milliseconds