Searched refs:global_state_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/resources/
H A Dtile_manager_unittest.cc52 global_state_ = state;
66 global_state_ = state;
133 GlobalStateThatImpactsTilePriority global_state_; member in class:cc::__anon4225::TileManagerTest
159 tile_manager()->AssignMemoryToTiles(global_state_);
180 tile_manager()->AssignMemoryToTiles(global_state_);
201 tile_manager()->AssignMemoryToTiles(global_state_);
222 tile_manager()->AssignMemoryToTiles(global_state_);
242 tile_manager()->AssignMemoryToTiles(global_state_);
248 tile_manager()->AssignMemoryToTiles(global_state_);
265 tile_manager()->AssignMemoryToTiles(global_state_);
[all...]
H A Dtile_manager.h109 if (state != global_state_) {
110 global_state_ = state;
113 global_state_.memory_limit_in_bytes,
114 global_state_.unused_memory_limit_in_bytes,
115 global_state_.num_resources_limit);
183 GlobalStateThatImpactsTilePriority global_state_; member in class:cc::TileManager
H A Dtile_manager.cc224 global_state_ = GlobalStateThatImpactsTilePriority();
251 return global_state_.tree_priority != SMOOTHNESS_TAKES_PRIORITY;
316 global_state_.tree_priority != SMOOTHNESS_TAKES_PRIORITY;
357 const TileMemoryLimitPolicy memory_policy = global_state_.memory_limit_policy;
358 const TreePriority tree_priority = global_state_.tree_priority;
488 if (state != global_state_) {
489 global_state_ = state;
492 global_state_.memory_limit_in_bytes,
493 global_state_.unused_memory_limit_in_bytes,
494 global_state_
[all...]

Completed in 77 milliseconds