Searched refs:SWAP_NONE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dcompositor.cc88 swap_state_(SWAP_NONE),
222 swap_state_ = SWAP_NONE;
236 if (swap_state_ == SWAP_NONE)
384 DCHECK_EQ(swap_state_, SWAP_NONE);
H A Dcompositor.h313 enum SwapState { SWAP_NONE, SWAP_POSTED, SWAP_COMPLETED }; enumerator in enum:ui::Compositor::SwapState

Completed in 61 milliseconds