Home
last modified time | relevance | path

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

/external/chromium_org/extensions/common/
Dmanifest_handler.cc131 std::map<int, ManifestHandler*> handlers_by_priority; in ParseExtension() local
137 handlers_by_priority[priority_map_[handler]] = handler; in ParseExtension()
141 handlers_by_priority.begin(); in ParseExtension()
142 iter != handlers_by_priority.end(); ++iter) { in ParseExtension()