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

  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 685 channel_requests_.push(callback);
759 if (channel_requests_.empty()) {
767 EstablishChannelCallback callback = channel_requests_.front();
768 channel_requests_.pop();
    [all...]
gpu_process_host.h 200 std::queue<EstablishChannelCallback> channel_requests_; member in class:content::GpuProcessHost

Completed in 436 milliseconds