HomeSort by relevance Sort by last modified time
    Searched defs:fontScaleFactor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 94 static const char fontScaleFactor[] = "fontScaleFactor";
418 m_state->setDouble(PageAgentState::fontScaleFactor, 1);
642 double fontScaleFactor = optionalFontScaleFactor ? *optionalFontScaleFactor : 1;
659 if (fontScaleFactor <= 0) {
660 *errorString = "fontScaleFactor must be positive";
671 if (!deviceMetricsChanged(width, height, deviceScaleFactor, emulateViewport, fitWindow, fontScaleFactor, textAutosizing))
680 m_state->setDouble(PageAgentState::fontScaleFactor, fontScaleFactor);
686 bool InspectorPageAgent::deviceMetricsChanged(int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScaleFactor, bool textAutosizing
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
OverridesSupport.js 210 fontScaleFactor: function()
445 PageAgent.setDeviceMetricsOverride(dipWidth, dipHeight, metrics.deviceScaleFactor, WebInspector.settings.emulateViewport.get(), WebInspector.settings.deviceFitWindow.get(), metrics.textAutosizing, metrics.fontScaleFactor(), apiCallback.bind(this));

Completed in 83 milliseconds