OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pending_modules
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/gin/modules/
module_registry.cc
237
PendingModuleVector
pending_modules
;
local
238
pending_modules
.swap(pending_modules_);
239
for (size_t i = 0; i <
pending_modules
.size(); ++i) {
240
scoped_ptr<PendingModule> pending(
pending_modules
[i]);
241
pending_modules
[i] = NULL;
Completed in 40 milliseconds