OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:from_primary
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ash/display/
mouse_cursor_event_filter.cc
154
bool
from_primary
= Shell::GetPrimaryRootWindow() == drag_source_root_;
local
171
primary_bounds.y() - (
from_primary
? 0 : kIndicatorThickness) :
172
primary_bounds.bottom() - (
from_primary
? kIndicatorThickness : 0));
178
primary_bounds.y() - (
from_primary
? kIndicatorThickness : 0) :
179
primary_bounds.bottom() - (
from_primary
? 0 : kIndicatorThickness));
Completed in 454 milliseconds