HomeSort by relevance Sort by last modified time
    Searched refs:PendingModule (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gin/modules/
module_registry.h 21 struct PendingModule;
52 scoped_ptr<PendingModule> pending);
70 typedef ScopedVector<PendingModule> PendingModuleVector;
78 void Load(v8::Isolate* isolate, scoped_ptr<PendingModule> pending);
83 bool CheckDependencies(PendingModule* pending);
84 bool AttemptToLoad(v8::Isolate* isolate, scoped_ptr<PendingModule> pending);
module_registry.cc 32 struct PendingModule {
33 PendingModule();
34 ~PendingModule();
41 PendingModule::PendingModule() {
44 PendingModule::~PendingModule() {
67 scoped_ptr<PendingModule> pending(new PendingModule);
134 scoped_ptr<PendingModule> pending)
    [all...]

Completed in 32 milliseconds