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
174
bool
from_primary
= Shell::GetPrimaryRootWindow() == drag_source_root_;
local
191
primary_bounds.y() - (
from_primary
? 0 : kIndicatorThickness) :
192
primary_bounds.bottom() - (
from_primary
? kIndicatorThickness : 0));
198
primary_bounds.y() - (
from_primary
? kIndicatorThickness : 0) :
199
primary_bounds.bottom() - (
from_primary
? 0 : kIndicatorThickness));
Completed in 40 milliseconds