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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorClient.h 60 virtual void setDeviceMetricsOverride(int /*width*/, int /*height*/, float /*deviceScaleFactor*/, bool /*mobile*/, bool /*fitWindow*/, float /* scale */, float /* offsetX */, float /* offsetY */) { }
InspectorPageAgent.h 111 virtual void setDeviceMetricsOverride(ErrorString*, int width, int height, double deviceScaleFactor, bool mobile, bool fitWindow, const double* optionalScale, const double* optionalOffsetX, const double* optionalOffsetY) OVERRIDE;
InspectorPageAgent.cpp 809 void InspectorPageAgent::setDeviceMetricsOverride(ErrorString* errorString, int width, int height, double deviceScaleFactor, bool mobile, bool fitWindow, const double* optionalScale, const double* optionalOffsetX, const double* optionalOffsetY)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
InspectorClientImpl.h 59 virtual void setDeviceMetricsOverride(int, int, float, bool, bool, float, float, float) OVERRIDE;
InspectorClientImpl.cpp 90 void InspectorClientImpl::setDeviceMetricsOverride(int width, int height, float deviceScaleFactor, bool mobile, bool fitWindow, float scale, float offsetX, float offsetY)
93 agent->setDeviceMetricsOverride(width, height, deviceScaleFactor, mobile, fitWindow, scale, offsetX, offsetY);
WebDevToolsAgentImpl.h 107 virtual void setDeviceMetricsOverride(int width, int height, float deviceScaleFactor, bool mobile, bool fitWindow, float scale, float offsetX, float offsetY) OVERRIDE;
WebDevToolsAgentImpl.cpp 370 void WebDevToolsAgentImpl::setDeviceMetricsOverride(int width, int height, float deviceScaleFactor, bool mobile, bool fitWindow, float scale, float offsetX, float offsetY)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
OverridesSupport.js 595 this._deviceMetricsThrottler.schedule(setDeviceMetricsOverride.bind(this));
601 function setDeviceMetricsOverride(finishCallback)
603 this._target.pageAgent().setDeviceMetricsOverride(

Completed in 306 milliseconds