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

  /external/chromium_org/gin/modules/
module_registry.h 24 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);
module_registry.cc 34 struct PendingModule {
35 PendingModule();
36 ~PendingModule();
43 PendingModule::PendingModule() {
46 PendingModule::~PendingModule() {
76 scoped_ptr<PendingModule> pending(new PendingModule);
154 scoped_ptr<PendingModule> pending)
    [all...]
  /external/chromium_org/content/renderer/
web_ui_mojo_context_state.h 23 struct PendingModule;

Completed in 174 milliseconds