Searched refs:useFixedLayout (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebPageCreationParameters.h63 bool useFixedLayout; member in struct:WebKit::WebPageCreationParameters
H A DWebPageCreationParameters.cpp47 encoder->encode(useFixedLayout);
89 if (!decoder->decode(parameters.useFixedLayout))
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h203 bool useFixedLayout; member in class:QWebPagePrivate
H A Dqwebpage.cpp308 , useFixedLayout(false)
2557 if (view && view->useFixedLayout())
2598 } else if (view->useFixedLayout())
/external/webkit/Source/WebCore/platform/
H A DScrollView.h164 bool useFixedLayout() const;
H A DScrollView.cpp279 bool ScrollView::useFixedLayout() const function in class:WebCore::ScrollView
286 if (useFixedLayout() == enable)
/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/WebCore/rendering/
H A DRenderView.cpp704 height = m_frameView->useFixedLayout() ? ceilf(style()->effectiveZoom() * float(height)) : height;
714 width = m_frameView->useFixedLayout() ? ceilf(style()->effectiveZoom() * float(width)) : width;
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.cpp293 return toImpl(pageRef)->useFixedLayout();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp956 oldFrameView->fixedLayoutSize(), oldFrameView->useFixedLayout());
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h337 bool useFixedLayout() const { return m_useFixedLayout; }; function in class:WebKit::WebPageProxy
H A DWebPageProxy.cpp2814 parameters.useFixedLayout = m_useFixedLayout;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm2782 return view->useFixedLayout();

Completed in 1006 milliseconds