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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h 184 void updateViewMetrics(int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow);
InspectorPageAgent.cpp 373 updateViewMetrics(currentWidth, currentHeight, currentDeviceScaleFactor, currentEmulateViewport, currentFitWindow);
412 updateViewMetrics(0, 0, 1, false, false);
683 updateViewMetrics(width, height, deviceScaleFactor, emulateViewport, fitWindow);
    [all...]

Completed in 46 milliseconds