HomeSort by relevance Sort by last modified time
    Searched refs:time_to_needed_in_seconds (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/resources/
prioritized_tile_set.cc 27 if (ams.time_to_needed_in_seconds != bms.time_to_needed_in_seconds)
28 return ams.time_to_needed_in_seconds < bms.time_to_needed_in_seconds;
managed_tile_state.cc 53 time_to_needed_in_seconds(std::numeric_limits<float>::infinity()),
104 state->Set("time_to_needed_in_seconds",
105 MathUtil::AsValueSafely(time_to_needed_in_seconds).release());
managed_tile_state.h 132 float time_to_needed_in_seconds; member in class:cc::ManagedTileState
prioritized_tile_set_unittest.cc 34 if (ams.time_to_needed_in_seconds != bms.time_to_needed_in_seconds)
35 return ams.time_to_needed_in_seconds < bms.time_to_needed_in_seconds;
tile_manager.cc 457 mts.time_to_needed_in_seconds = tile_priority.time_to_visible_in_seconds;
    [all...]

Completed in 32 milliseconds