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

  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 419 bool should_change = false; local
429 should_change = drag_ratio > kDragHideThreshold;
442 should_change = correct_direction && drag_ratio > kDragHideThreshold;
446 should_change = horizontal ? fabs(gesture.details().velocity_y()) > 0 :
449 should_change = SelectValueForShelfAlignment(
459 if (!should_change) {
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 647 bool should_change = false; local
654 should_change = !should_change;
655 if (should_change) {
    [all...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 725 bool should_change = false; local
732 should_change = !should_change;
733 if (should_change) {
    [all...]

Completed in 234 milliseconds