OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:module_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
host_globals.cc
176
for (ModuleMap::const_iterator i =
module_map_
.begin();
177
i !=
module_map_
.end();
201
for (ModuleMap::const_iterator i =
module_map_
.begin();
202
i !=
module_map_
.end();
212
} while (!new_module ||
module_map_
.find(new_module) !=
module_map_
.end());
213
module_map_
[new_module] = module;
220
ModuleMap::iterator found =
module_map_
.find(module);
221
if (found ==
module_map_
.end()) {
225
module_map_
.erase(found)
[
all
...]
host_globals.h
105
ModuleMap
module_map_
;
member in class:content::HostGlobals
Completed in 58 milliseconds