OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDisplayIdForUIScaling
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/display/
display_manager.h
232
int64
GetDisplayIdForUIScaling
() const;
display_manager.cc
487
return
GetDisplayIdForUIScaling
() != gfx::Display::kInvalidDisplayID;
806
int64 DisplayManager::
GetDisplayIdForUIScaling
() const {
[
all
...]
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
401
int64 display_id = display_manager->
GetDisplayIdForUIScaling
();
414
int64 display_id = display_manager->
GetDisplayIdForUIScaling
();
[
all
...]
Completed in 35 milliseconds