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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h 177 bool deviceMetricsChanged(int width, int height, double fontScaleFactor, bool fitWindow);
InspectorPageAgent.cpp 406 if (!deviceMetricsChanged(0, 0, 1, false))
680 if (!deviceMetricsChanged(width, height, fontScaleFactor, fitWindow))
691 bool InspectorPageAgent::deviceMetricsChanged(int width, int height, double fontScaleFactor, bool fitWindow)
    [all...]

Completed in 32 milliseconds