Home
last modified time | relevance | path

Searched refs:wait_for_idle (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dextension_service.h403 bool wait_for_idle);
709 bool wait_for_idle) const;
Dextension_browsertest.cc403 bool wait_for_idle) { in InstallOrUpdateExtension() argument
434 installer->set_install_wait_for_idle(wait_for_idle); in InstallOrUpdateExtension()
Dextension_browsertest.h326 bool wait_for_idle);
Dextension_service.cc2143 bool wait_for_idle) { in OnExtensionInstalled() argument
2228 if (ShouldDelayExtensionUpdate(id, wait_for_idle)) { in OnExtensionInstalled()
2798 bool wait_for_idle) const { in ShouldDelayExtensionUpdate()
2803 if (!install_updates_when_idle_ || !wait_for_idle) in ShouldDelayExtensionUpdate()