Searched refs:fixedLayoutSize (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebPageCreationParameters.h64 WebCore::IntSize fixedLayoutSize; member in struct:WebKit::WebPageCreationParameters
H A DWebPageCreationParameters.cpp48 encoder->encode(fixedLayoutSize);
91 if (!decoder->decode(parameters.fixedLayoutSize))
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h193 QSize fixedLayoutSize; member in class:QWebPagePrivate
H A Dqwebpage.cpp2558 return d->mainFrame->d->frame->view()->fixedLayoutSize();
2561 return d->fixedLayoutSize;
2587 d->fixedLayoutSize = size;
/external/webkit/Source/WebCore/platform/
H A DScrollView.h162 IntSize fixedLayoutSize() const;
H A DScrollView.cpp266 IntSize ScrollView::fixedLayoutSize() const function in class:WebCore::ScrollView
273 if (fixedLayoutSize() == newSize)
/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/API/C/
H A DWKPage.cpp298 return toAPI(toImpl(pageRef)->fixedLayoutSize());
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp956 oldFrameView->fixedLayoutSize(), oldFrameView->useFixedLayout());
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h338 const WebCore::IntSize& fixedLayoutSize() const { return m_fixedLayoutSize; }; function in class:WebKit::WebPageProxy
H A DWebPageProxy.cpp2815 parameters.fixedLayoutSize = m_fixedLayoutSize;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm2795 return view->fixedLayoutSize();

Completed in 167 milliseconds