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

  /external/chromium_org/extensions/renderer/
dispatcher.h 282 std::map<int, int> port_to_tab_id_map_; member in class:extensions::Dispatcher
dispatcher.cc 439 // Only the target port side has entries in |port_to_tab_id_map_|. If
442 port_to_tab_id_map_.erase(port_id);
578 port_to_tab_id_map_.find(target_port_id);
579 if (it != port_to_tab_id_map_.end()) {
596 DCHECK(!ContainsKey(port_to_tab_id_map_, target_port_id));
600 port_to_tab_id_map_[target_port_id] = sender_tab_id;
    [all...]

Completed in 114 milliseconds