Home
last modified time | relevance | path

Searched defs:DeviceMetrics (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
Ddevice_metrics.h8 struct DeviceMetrics { struct
12 int width;
13 int height;
14 double device_scale_factor;
15 bool emulate_viewport;
16 bool fit_window;
17 bool text_autosizing;
18 double font_scale_factor;
Ddevice_metrics.cc7 DeviceMetrics::DeviceMetrics(int width, int height, double device_scale_factor) in DeviceMetrics() function in DeviceMetrics