OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_2x
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_emulator.cc
54
bool
use_2x
= gfx::Screen::GetNativeScreen()->
local
56
float cursor_scale_factor =
use_2x
? 2.f : 1.f;
59
use_2x
? IDR_DEVTOOLS_TOUCH_CURSOR_ICON_2X :
63
use_2x
? IDR_DEVTOOLS_PINCH_CURSOR_ICON_2X :
Completed in 84 milliseconds