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

  /external/libbrillo/brillo/http/
http_transport_fake.cc 73 async_callback_queue_.push(callback);
77 if (async_callback_queue_.empty())
80 base::Closure callback = async_callback_queue_.front();
81 async_callback_queue_.pop();
87 while (!async_callback_queue_.empty())
http_transport_fake.h 78 // Pops one callback from the top of |async_callback_queue_| and invokes it.
82 // Invokes all the callbacks currently queued in |async_callback_queue_|.
113 std::queue<base::Closure> async_callback_queue_; member in class:brillo::http::fake::Transport

Completed in 68 milliseconds