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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc559 LayerTreeDebugState new_debug_state = local
562 if (LayerTreeDebugState::Equal(debug_state_, new_debug_state))
565 debug_state_ = new_debug_state;
H A Dlayer_tree_host_impl.cc3062 const LayerTreeDebugState& new_debug_state) {
3063 if (LayerTreeDebugState::Equal(debug_state_, new_debug_state))
3065 if (debug_state_.continuous_painting != new_debug_state.continuous_painting)
3068 debug_state_ = new_debug_state;
3061 SetDebugState( const LayerTreeDebugState& new_debug_state) argument

Completed in 76 milliseconds