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

/external/chromium_org/cc/resources/
H A Dprioritized_tile_set.cc18 const ManagedTileState& ams = a->managed_state(); local
21 if (ams.bin[LOW_PRIORITY_BIN] != bms.bin[LOW_PRIORITY_BIN])
22 return ams.bin[LOW_PRIORITY_BIN] < bms.bin[LOW_PRIORITY_BIN];
24 if (ams.required_for_activation != bms.required_for_activation)
25 return ams.required_for_activation;
27 if (ams.resolution != bms.resolution)
28 return ams.resolution < bms.resolution;
30 if (ams.time_to_needed_in_seconds != bms.time_to_needed_in_seconds)
31 return ams.time_to_needed_in_seconds < bms.time_to_needed_in_seconds;
33 if (ams
[all...]
H A Dprioritized_tile_set_unittest.cc24 const ManagedTileState& ams = a->managed_state(); local
27 if (ams.bin[LOW_PRIORITY_BIN] != bms.bin[LOW_PRIORITY_BIN])
28 return ams.bin[LOW_PRIORITY_BIN] < bms.bin[LOW_PRIORITY_BIN];
30 if (ams.required_for_activation != bms.required_for_activation)
31 return ams.required_for_activation;
33 if (ams.resolution != bms.resolution)
34 return ams.resolution < bms.resolution;
36 if (ams.time_to_needed_in_seconds != bms.time_to_needed_in_seconds)
37 return ams.time_to_needed_in_seconds < bms.time_to_needed_in_seconds;
39 if (ams
[all...]

Completed in 89 milliseconds