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

  /external/chromium_org/content/child/
websocket_dispatcher.cc 18 WebSocketDispatcher::WebSocketDispatcher() : channel_id_max_(0) {}
23 ++channel_id_max_;
24 bridges_.insert(std::make_pair(channel_id_max_, bridge));
25 return channel_id_max_;
websocket_dispatcher.h 41 int channel_id_max_; member in class:content::WebSocketDispatcher

Completed in 1208 milliseconds