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

  /external/chromium_org/ui/compositor/
compositor.cc 221 DCHECK_NE(swap_state_, SWAP_POSTED);
367 DCHECK_EQ(swap_state_, SWAP_POSTED);
385 swap_state_ = SWAP_POSTED;
390 if (swap_state_ == SWAP_POSTED) {
compositor.h 313 enum SwapState { SWAP_NONE, SWAP_POSTED, SWAP_COMPLETED };

Completed in 39 milliseconds