OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_change
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
428
bool
should_change
= false;
local
438
should_change
= drag_ratio > kDragHideThreshold;
451
should_change
= correct_direction && drag_ratio > kDragHideThreshold;
455
should_change
= horizontal ? fabs(gesture.details().velocity_y()) > 0 :
458
should_change
= SelectValueForShelfAlignment(
468
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 610 milliseconds