Searched refs:from_primary (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc154 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 66 milliseconds