Searched defs:id_map (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/libutil++/
H A Dunique_storage.h81 typename id_map::value_type val(value, id_value(values.size()));
82 std::pair<typename id_map::iterator, bool>
101 typedef std::map<V, id_value> id_map; typedef in class:unique_storage
107 id_map ids;
/external/chromium_org/extensions/browser/
H A Dscript_executor.cc82 ScriptExecutionObserver::ExecutingScriptsMap id_map; local
83 id_map[extension_id_] = std::set<std::string>();
86 OnScriptsExecuted(web_contents(), id_map, on_url));
/external/chromium_org/components/policy/core/common/
H A Dschema.cc202 // to the |index| in the |id_map|.
208 IdMap* id_map,
216 IdMap* id_map,
224 IdMap* id_map,
241 // Assigns the IDs in |id_map| to the pending references in the
244 static bool ResolveReferences(const IdMap& id_map,
304 IdMap id_map; local
306 if (!storage->Parse(schema, &root_index, &id_map, &reference_list, error))
330 if (!ResolveReferences(id_map, reference_list, error))
432 IdMap* id_map,
430 Parse(const base::DictionaryValue& schema, int* index, IdMap* id_map, ReferenceList* reference_list, std::string* error) argument
497 ParseDictionary( const base::DictionaryValue& schema, SchemaNode* schema_node, IdMap* id_map, ReferenceList* reference_list, std::string* error) argument
585 ParseList(const base::DictionaryValue& schema, SchemaNode* schema_node, IdMap* id_map, ReferenceList* reference_list, std::string* error) argument
697 ResolveReferences( const IdMap& id_map, const ReferenceList& reference_list, std::string* error) argument
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc404 const std::vector<std::pair<ShelfID, views::View*> >& id_map) {
411 EXPECT_EQ(id_map[map_index].first, id);
412 EXPECT_EQ(id_map[map_index].second, GetButtonByID(id));
415 ASSERT_EQ(map_index, id_map.size());
487 std::vector<std::pair<ShelfID, views::View*> >* id_map) {
488 // Initialize |id_map| with the automatically-created shelf buttons.
491 id_map->push_back(std::make_pair(model_->items()[i].id, button));
493 ASSERT_NO_FATAL_FAILURE(CheckModelIDs(*id_map));
500 id_map->insert(id_map
403 CheckModelIDs( const std::vector<std::pair<ShelfID, views::View*> >& id_map) argument
486 SetupForDragTest( std::vector<std::pair<ShelfID, views::View*> >* id_map) argument
964 std::vector<std::pair<ShelfID, views::View*> > id_map; local
1025 std::vector<std::pair<ShelfID, views::View*> > id_map; local
1070 std::vector<std::pair<ShelfID, views::View*> > id_map; local
1110 std::vector<std::pair<ShelfID, views::View*> > id_map; local
[all...]

Completed in 150 milliseconds