Home
last modified time | relevance | path

Searched refs:DependsOn (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dextension_system_factory.cc34 DependsOn(ExtensionPrefsFactory::GetInstance()); in CefExtensionSystemFactory()
35 DependsOn(ExtensionRegistryFactory::GetInstance()); in CefExtensionSystemFactory()
/third_party/cef/patch/patches/
Dchrome_browser_themes.patch69 DependsOn(extensions::ExtensionRegistryFactory::GetInstance());
70 DependsOn(extensions::ExtensionPrefsFactory::GetInstance());
78 DependsOn(extensions::ExtensionSystemFactory::GetInstance());
Dchrome_browser_content_settings.patch25 DependsOn(SupervisedUserSettingsServiceFactory::GetInstance());
31 DependsOn(extensions::ContentSettingsService::GetFactoryInstance());
/third_party/cef/libcef/common/extensions/api/
DREADME.txt26 8. Call `DependsOn(<class>Factory::GetInstance());` from
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc683 bool DependsOn(const Handle<Map>& receiver_map) const { in DependsOn() function in v8::internal::compiler::__anonfeb74f180211::FieldRepresentationDependency
1383 dep->AsFieldRepresentation()->DependsOn(receiver_map); in IsFieldRepresentationDependencyOnMap()