HomeSort by relevance Sort by last modified time
    Searched refs:from_primary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 273 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/
sanitizer_allocator.h 1255 bool from_primary = primary_.CanAllocate(size, alignment); local
    [all...]

Completed in 242 milliseconds