OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:devicemetricschanged
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h
184
bool
deviceMetricsChanged
(bool enabled, int width, int height, double deviceScaleFactor, bool mobile, bool fitWindow, double scale, double offsetX, double offsetY);
InspectorPageAgent.cpp
533
if (!
deviceMetricsChanged
(false, 0, 0, 0, false, false, 1, 0, 0))
[
all
...]
Completed in 2053 milliseconds