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 434 bool should_change = false; local
444 should_change = drag_ratio > kDragHideThreshold;
457 should_change = correct_direction && drag_ratio > kDragHideThreshold;
461 should_change = horizontal ? fabs(gesture.details().velocity_y()) > 0 :
464 should_change = SelectValueForShelfAlignment(
474 if (!should_change) {
    [all...]
  /external/chromium_org/sync/syncable/
directory_unittest.cc 399 bool should_change = false; local
407 should_change = !should_change;
408 if (should_change) {
    [all...]

Completed in 283 milliseconds