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

  /external/chromium_org/ui/compositor/
compositor.cc 88 swap_state_(SWAP_NONE),
221 DCHECK_NE(swap_state_, SWAP_POSTED);
222 swap_state_ = SWAP_NONE;
236 if (swap_state_ == SWAP_NONE)
367 DCHECK_EQ(swap_state_, SWAP_POSTED);
369 swap_state_ = SWAP_COMPLETED;
384 DCHECK_EQ(swap_state_, SWAP_NONE);
385 swap_state_ = SWAP_POSTED;
390 if (swap_state_ == SWAP_POSTED) {
392 swap_state_ = SWAP_COMPLETED
    [all...]
compositor.h 314 SwapState swap_state_; member in class:ui::Compositor

Completed in 37 milliseconds