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

/external/chromium_org/ui/compositor/
H A Dcompositor.cc221 DCHECK_NE(swap_state_, SWAP_POSTED);
367 DCHECK_EQ(swap_state_, SWAP_POSTED);
385 swap_state_ = SWAP_POSTED;
390 if (swap_state_ == SWAP_POSTED) {
H A Dcompositor.h313 enum SwapState { SWAP_NONE, SWAP_POSTED, SWAP_COMPLETED }; enumerator in enum:ui::Compositor::SwapState

Completed in 92 milliseconds