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

/external/webkit/Source/WebKit2/Shared/
H A DWebPageCreationParameters.h63 bool useFixedLayout; member in struct:WebKit::WebPageCreationParameters
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h203 bool useFixedLayout; member in class:QWebPagePrivate
/external/webkit/Source/WebCore/page/
H A DFrame.cpp843 const IntSize& fixedLayoutSize, bool useFixedLayout,
861 frameView->setUseFixedLayout(useFixedLayout);
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.h337 bool useFixedLayout() const { return m_useFixedLayout; }; function in class:WebKit::WebPageProxy
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp279 bool ScrollView::useFixedLayout() const function in class:WebCore::ScrollView
286 if (useFixedLayout() == enable)

Completed in 174 milliseconds