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

  /external/chromium/chrome/browser/extensions/
extension_process_manager.h 96 void OnExtensionHostCreated(ExtensionHost* host, bool is_background);
extension_process_manager.cc 130 OnExtensionHostCreated(host, false);
191 OnExtensionHostCreated(host, true);
346 void ExtensionProcessManager::OnExtensionHostCreated(ExtensionHost* host,
  /external/chromium_org/chrome/browser/extensions/
extension_process_manager.h 141 void OnExtensionHostCreated(extensions::ExtensionHost* host,
extension_process_manager.cc 239 OnExtensionHostCreated(host, false);
308 OnExtensionHostCreated(host, true);
730 void ExtensionProcessManager::OnExtensionHostCreated(ExtensionHost* host,
    [all...]

Completed in 3874 milliseconds