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

  /external/robolectric/src/main/java/android/webkit/
TestWebSettings.java 22 private boolean loadWithOverviewMode = false;
134 return loadWithOverviewMode;
139 loadWithOverviewMode = flag;
  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.h 52 void adjustForAndroidWebViewQuirks(const WebCore::ViewportDescription&, WebCore::IntSize viewSize, int layoutFallbackWidth, float deviceScaleFactor, bool supportTargetDensityDPI, bool wideViewportQuirkEnabled, bool useWideViewport, bool loadWithOverviewMode, bool nonUserScalableQuirkEnabled);
PageScaleConstraintsSet.cpp 137 void PageScaleConstraintsSet::adjustForAndroidWebViewQuirks(const ViewportDescription& description, IntSize viewSize, int layoutFallbackWidth, float deviceScaleFactor, bool supportTargetDensityDPI, bool wideViewportQuirkEnabled, bool useWideViewport, bool loadWithOverviewMode, bool nonUserScalableQuirkEnabled)
139 if (!supportTargetDensityDPI && !wideViewportQuirkEnabled && loadWithOverviewMode && !nonUserScalableQuirkEnabled)
143 if (!loadWithOverviewMode) {
WebViewImpl.cpp     [all...]

Completed in 58 milliseconds