HomeSort by relevance Sort by last modified time
    Searched refs:useFixedLayout (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebPageCreationParameters.h 63 bool useFixedLayout;
WebPageCreationParameters.cpp 47 encoder->encode(useFixedLayout);
89 if (!decoder->decode(parameters.useFixedLayout))
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 203 bool useFixedLayout;
qwebpage.cpp 308 , useFixedLayout(false)
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.h 164 bool useFixedLayout() const;
ScrollView.cpp 279 bool ScrollView::useFixedLayout() const
286 if (useFixedLayout() == enable)
    [all...]
  /external/webkit/Source/WebCore/page/
Frame.cpp 843 const IntSize& fixedLayoutSize, bool useFixedLayout,
861 frameView->setUseFixedLayout(useFixedLayout);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 704 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/
WKPage.cpp 293 return toImpl(pageRef)->useFixedLayout();
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 337 bool useFixedLayout() const { return m_useFixedLayout; };
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 389 milliseconds