Searched defs:should_change (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc434 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) {
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc399 bool should_change = false; local
407 should_change = !should_change;
408 if (should_change) {

Completed in 124 milliseconds