Searched refs:fixedLayoutSize (Results 1 - 12 of 12) sorted by relevance
/external/webkit/Source/WebKit2/Shared/ |
H A D | WebPageCreationParameters.h | 64 WebCore::IntSize fixedLayoutSize; member in struct:WebKit::WebPageCreationParameters
|
H A D | WebPageCreationParameters.cpp | 48 encoder->encode(fixedLayoutSize); 91 if (!decoder->decode(parameters.fixedLayoutSize))
|
/external/webkit/Source/WebKit/qt/Api/ |
H A D | qwebpage_p.h | 193 QSize fixedLayoutSize; member in class:QWebPagePrivate
|
H A D | qwebpage.cpp | 2558 return d->mainFrame->d->frame->view()->fixedLayoutSize(); 2561 return d->fixedLayoutSize; 2587 d->fixedLayoutSize = size;
|
/external/webkit/Source/WebCore/platform/ |
H A D | ScrollView.h | 162 IntSize fixedLayoutSize() const;
|
H A D | ScrollView.cpp | 266 IntSize ScrollView::fixedLayoutSize() const function in class:WebCore::ScrollView 273 if (fixedLayoutSize() == newSize)
|
/external/webkit/Source/WebCore/page/ |
H A D | Frame.cpp | 843 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 D | WKPage.cpp | 298 return toAPI(toImpl(pageRef)->fixedLayoutSize());
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
H A D | FrameLoaderClientAndroid.cpp | 956 oldFrameView->fixedLayoutSize(), oldFrameView->useFixedLayout());
|
/external/webkit/Source/WebKit2/UIProcess/ |
H A D | WebPageProxy.h | 338 const WebCore::IntSize& fixedLayoutSize() const { return m_fixedLayoutSize; }; function in class:WebKit::WebPageProxy
|
H A D | WebPageProxy.cpp | 2815 parameters.fixedLayoutSize = m_fixedLayoutSize;
|
/external/webkit/Source/WebKit/mac/WebView/ |
H A D | WebView.mm | 2795 return view->fixedLayoutSize();
|
Completed in 1350 milliseconds