Searched defs:with_ui (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc795 const FilePath& crx_path, bool with_ui, IPC::Message* reply_message) {
807 (with_ui ? new ExtensionInstallUI(profile_) : NULL);
794 InstallExtensionAndGetHandle( const FilePath& crx_path, bool with_ui, IPC::Message* reply_message) argument
/external/chromium_org/chrome/test/automation/
H A Dautomation_json_requests.cc788 bool with_ui,
794 dict.SetBoolean("with_ui", with_ui);
785 SendInstallExtensionJSONRequest( AutomationMessageSender* sender, const base::FilePath& path, bool with_ui, std::string* extension_id, Error* error) argument

Completed in 306 milliseconds