OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_primary
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ash/display/
mouse_cursor_event_filter.cc
183
bool
in_primary
= Shell::GetPrimaryRootWindow() == drag_source_root_;
local
198
primary_bounds.x() - (
in_primary
? kIndicatorThickness : 0) :
199
primary_bounds.right() - (
in_primary
? 0 : kIndicatorThickness);
207
primary_bounds.x() - (
in_primary
? 0 : kIndicatorThickness) :
208
primary_bounds.right() - (
in_primary
? kIndicatorThickness : 0));
211
in_primary
? primary_bounds : secondary_bounds;
Completed in 97 milliseconds