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

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc273 bool from_primary = Shell::GetPrimaryRootWindow() == drag_source_root_; local
290 primary_bounds.y() - (from_primary ? 0 : kIndicatorThickness) :
291 primary_bounds.bottom() - (from_primary ? kIndicatorThickness : 0));
297 primary_bounds.y() - (from_primary ? kIndicatorThickness : 0) :
298 primary_bounds.bottom() - (from_primary ? 0 : kIndicatorThickness));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1255 bool from_primary = primary_.CanAllocate(size, alignment); local
1256 if (from_primary)
1262 if (cleared && res && from_primary)

Completed in 212 milliseconds