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

  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 433 bool should_change = false; local
443 should_change = drag_ratio > kDragHideThreshold;
456 should_change = correct_direction && drag_ratio > kDragHideThreshold;
460 should_change = horizontal ? fabs(gesture.details().velocity_y()) > 0 :
463 should_change = SelectValueForShelfAlignment(
473 if (!should_change) {
    [all...]
  /external/chromium_org/sync/syncable/
directory_unittest.cc 397 bool should_change = false; local
405 should_change = !should_change;
406 if (should_change) {
    [all...]

Completed in 159 milliseconds