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 359 bool from_primary = Shell::GetPrimaryRootWindow() == drag_source_root_; local
376 primary_bounds.y() - (from_primary ? 0 : kIndicatorThickness) :
377 primary_bounds.bottom() - (from_primary ? kIndicatorThickness : 0));
383 primary_bounds.y() - (from_primary ? kIndicatorThickness : 0) :
384 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 345 milliseconds