Home
last modified time | relevance | path

Searched refs:PathMapping (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
Denumerate_modules_model_win.h206 typedef std::vector< std::pair<base::string16, base::string16> > PathMapping; typedef
210 PathMapping path_mapping_;
Denumerate_modules_model_win.cc661 for (PathMapping::const_iterator mapping = path_mapping_.begin(); in CollapsePath()