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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h 82 void setDeviceScaleAdjustment(float);
InspectorController.cpp 138 void InspectorController::setDeviceScaleAdjustment(float deviceScaleAdjustment)
140 m_pageAgent->setDeviceScaleAdjustment(deviceScaleAdjustment);
InspectorPageAgent.h 85 void setDeviceScaleAdjustment(float);
InspectorPageAgent.cpp 358 void InspectorPageAgent::setDeviceScaleAdjustment(float deviceScaleAdjustment)
362 m_page->settings().setDeviceScaleAdjustment(deviceScaleAdjustment);
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebSettings.h 114 virtual void setDeviceScaleAdjustment(float) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.cpp 163 void WebSettingsImpl::setDeviceScaleAdjustment(float deviceScaleAdjustment)
165 m_inspectorController->setDeviceScaleAdjustment(deviceScaleAdjustment);
WebSettingsImpl.h 90 virtual void setDeviceScaleAdjustment(float) OVERRIDE;
  /external/chromium_org/content/renderer/
web_preferences.cc 294 settings->setDeviceScaleAdjustment(prefs.device_scale_adjustment);

Completed in 162 milliseconds