Searched refs:PendingModule (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gin/modules/
H A Dmodule_registry.h24 struct PendingModule;
61 scoped_ptr<PendingModule> pending);
79 typedef ScopedVector<PendingModule> PendingModuleVector;
84 void Load(v8::Isolate* isolate, scoped_ptr<PendingModule> pending);
89 bool CheckDependencies(PendingModule* pending);
90 bool AttemptToLoad(v8::Isolate* isolate, scoped_ptr<PendingModule> pending);
H A Dmodule_registry.cc34 struct PendingModule { struct in namespace:gin
35 PendingModule();
36 ~PendingModule();
43 PendingModule::PendingModule() { function in class:gin::PendingModule
46 PendingModule::~PendingModule() {
76 scoped_ptr<PendingModule> pending(new PendingModule);
154 scoped_ptr<PendingModule> pendin
[all...]
/external/chromium_org/content/renderer/
H A Dweb_ui_mojo_context_state.h23 struct PendingModule;

Completed in 469 milliseconds