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

  /external/chromium_org/net/websockets/
websocket_throttle.cc 80 std::set<WebSocketJob*> wakeup_candidates; local
109 wakeup_candidates.insert(per_address_queue.front());
113 WakeupSocketIfNecessary(wakeup_candidates);
117 const std::set<WebSocketJob*>& wakeup_candidates) {
118 for (std::set<WebSocketJob*>::const_iterator iter = wakeup_candidates.begin();
119 iter != wakeup_candidates.end();
websocket_throttle.h 62 const std::set<WebSocketJob*>& wakeup_candidates);

Completed in 23 milliseconds