/external/chromium_org/third_party/WebKit/Source/web/ |
D | InspectorClientImpl.cpp | 93 …tricsOverride(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow) in setDeviceMetricsOverride() argument 96 … agent->setDeviceMetricsOverride(width, height, deviceScaleFactor, emulateViewport, fitWindow); in setDeviceMetricsOverride()
|
D | WebDevToolsAgentImpl.h | 111 …ide(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow) OVERRIDE;
|
D | WebDevToolsAgentImpl.cpp | 366 …tricsOverride(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow) in setDeviceMetricsOverride() argument 381 params.fitToView = fitWindow; in setDeviceMetricsOverride()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorPageAgent.h | 111 …width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, const bool* opt… 172 …width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScal… 174 …width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScal…
|
D | InspectorPageAgent.cpp | 686 …width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, const bool* opt… in setDeviceMetricsOverride() argument 715 …if (!deviceMetricsChanged(true, width, height, deviceScaleFactor, emulateViewport, fitWindow, font… in setDeviceMetricsOverride() 723 m_state->setBoolean(PageAgentState::pageAgentFitWindow, fitWindow); in setDeviceMetricsOverride() 737 …width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScal… in deviceMetricsChanged() argument 754 || fitWindow != currentFitWindow in deviceMetricsChanged() 1164 bool fitWindow = m_state->getBoolean(PageAgentState::pageAgentFitWindow); in updateViewMetricsFromState() local 1167 …updateViewMetrics(enabled, width, height, deviceScaleFactor, emulateViewport, fitWindow, fontScale… in updateViewMetricsFromState() 1170 …width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScal… in updateViewMetrics() argument 1178 …eMetricsOverride(width, height, static_cast<float>(deviceScaleFactor), emulateViewport, fitWindow); in updateViewMetrics()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | Tests.js | 698 …idth: 1200, height: 1000, deviceScaleFactor: 1, emulateViewport: false, fitWindow: true}, {width: … property 703 …idth: 1200, height: 1000, deviceScaleFactor: 1, emulateViewport: false, fitWindow: false}, {width:… property 708 …idth: 1200, height: 1000, deviceScaleFactor: 3, emulateViewport: false, fitWindow: true}, {width: … property 713 …idth: 1200, height: 1000, deviceScaleFactor: 3, emulateViewport: false, fitWindow: false}, {width:… property
|