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

  /external/chromium_org/ui/compositor/
compositor.cc 88 swap_state_(SWAP_NONE),
222 swap_state_ = SWAP_NONE;
236 if (swap_state_ == SWAP_NONE)
384 DCHECK_EQ(swap_state_, SWAP_NONE);
compositor.h 313 enum SwapState { SWAP_NONE, SWAP_POSTED, SWAP_COMPLETED };

Completed in 57 milliseconds