Searched refs:tag_map_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_mac.cc295 if (!tag_map_.count(route_id))
296 tag_map_[route_id] = spellcheck_mac::GetDocumentTag();
297 return tag_map_[route_id];
305 tag_map_.erase(route_id);
H A Dspellcheck_message_filter_mac.h52 std::map<int,int> tag_map_; member in class:SpellCheckMessageFilterMac

Completed in 79 milliseconds