Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/
DWebPageCreationParameters.h64 WebCore::IntSize fixedLayoutSize; member
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage_p.h193 QSize fixedLayoutSize; variable
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h338 const WebCore::IntSize& fixedLayoutSize() const { return m_fixedLayoutSize; }; in fixedLayoutSize() function
/external/webkit/Source/WebCore/page/
DFrame.cpp843 const IntSize& fixedLayoutSize, bool useFixedLayout, in createView()
/external/webkit/Source/WebCore/platform/
DScrollView.cpp266 IntSize ScrollView::fixedLayoutSize() const in fixedLayoutSize() function in WebCore::ScrollView