Searched defs:setDeviceScaleAdjustment (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorController.cpp161 void InspectorController::setDeviceScaleAdjustment(float deviceScaleAdjustment) function in class:blink::InspectorController
163 m_pageAgent->setDeviceScaleAdjustment(deviceScaleAdjustment);
H A DInspectorPageAgent.cpp434 void InspectorPageAgent::setDeviceScaleAdjustment(float deviceScaleAdjustment) function in class:blink::InspectorPageAgent
439 m_page->settings().setDeviceScaleAdjustment(deviceScaleAdjustment);
1364 m_page->settings().setDeviceScaleAdjustment(calculateFontScaleFactor(width, height, static_cast<float>(deviceScaleFactor)));
1368 m_page->settings().setDeviceScaleAdjustment(m_embedderFontScaleFactor);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSettingsImpl.cpp184 void WebSettingsImpl::setDeviceScaleAdjustment(float deviceScaleAdjustment) function in class:blink::WebSettingsImpl
186 m_inspectorController->setDeviceScaleAdjustment(deviceScaleAdjustment);

Completed in 6364 milliseconds