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

  /external/chromium_org/ui/surface/
transport_dib_gtk.cc 27 inflight_counter_(0),
146 CHECK(inflight_counter_);
147 inflight_counter_--;
148 if (!inflight_counter_ && detached_)
155 if (!inflight_counter_)
transport_dib.h 194 void IncreaseInFlightCounter() { inflight_counter_++; }
200 // |inflight_counter_| is zero.
215 size_t inflight_counter_; // How many requests to the X server are in flight member in class:TransportDIB

Completed in 65 milliseconds