Searched refs:Install (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/chrome/test/install_test/
H A Dsample_updater.py23 self.Install(self.GetUpdateBuilds()[0])
26 self.Install(self.GetUpdateBuilds()[1])
36 self.Install(self.GetInstallBuild())
42 self.Install(self.GetInstallBuild())
H A Dtheme_updater.py64 """Install a theme and check it is still applied after update."""
65 self.Install(self.GetUpdateBuilds()[0])
70 self.Install(self.GetUpdateBuilds()[1])
75 """Install a theme and check it still applies to incognito after update."""
76 self.Install(self.GetUpdateBuilds()[0])
86 self.Install(self.GetUpdateBuilds()[1])
H A Dinstall_test.py50 self.Install(self.GetUpdateBuilds()[0])
53 self.Install(self.GetUpdateBuilds()[1])
112 def Install(self, build, master_pref=None): member in class:InstallTest
130 self._installation = chrome_installer_win.Install(
/external/chromium_org/chrome/test/mini_installer_test/
H A Dtest.cc85 // Install full installer at user level.
87 ASSERT_TRUE(installer_test::Install(
93 // Install full installer at system level.
95 ASSERT_TRUE(installer_test::Install(full_installer_,
103 ASSERT_TRUE(installer_test::Install(
107 ASSERT_TRUE(installer_test::Install(
114 ASSERT_TRUE(installer_test::Install(previous_installer_,
118 ASSERT_TRUE(installer_test::Install(full_installer_,
125 ASSERT_TRUE(installer_test::Install(
136 ASSERT_TRUE(installer_test::Install(previous_installer
[all...]
H A Dinstaller_test_util.h57 bool Install(const base::FilePath& installer);
58 bool Install(const base::FilePath& installer, const SwitchBuilder& switches);
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.h23 virtual void Install() = 0;
H A Ddaemon_installer_win.cc73 virtual void Install() OVERRIDE;
98 virtual void Install() OVERRIDE;
124 void DaemonComInstallerWin::Install() { function in class:remoting::DaemonComInstallerWin
276 void DaemonCommandLineInstallerWin::Install() { function in class:remoting::DaemonCommandLineInstallerWin
/external/chromium_org/ui/views/focus/
H A Dfocus_manager_factory.h25 static void Install(FocusManagerFactory* factory);
H A Dfocus_manager_factory.cc48 void FocusManagerFactory::Install(FocusManagerFactory* f) { function in class:views::FocusManagerFactory
/external/chromium_org/build/android/gyp/
H A Dapk_install.py81 def Install(): function in function:main
82 device.Install(options.apk_path, reinstall=True)
89 Install,
/external/chromium_org/build/android/pylib/uiautomator/
H A Dtest_package.py26 def Install(self, adb): member in class:TestPackage
H A Dtest_runner.py49 self.test_pkg.Install(self.adb)
/external/chromium_org/chrome/renderer/extensions/
H A Dwebstore_bindings.h28 void Install(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/chromium_org/chrome/browser/component_updater/test/
H A Dtest_installer.cc19 bool TestInstaller::Install(const base::DictionaryValue& manifest, function in class:TestInstaller
59 bool VersionedTestInstaller::Install(const base::DictionaryValue& manifest, function in class:VersionedTestInstaller
H A Dtest_installer.h24 virtual bool Install(const base::DictionaryValue& manifest,
62 virtual bool Install(const base::DictionaryValue& manifest,
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml6 (* Install standard binary operators.
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_package.py60 def Install(self, adb): member in class:TestPackage
61 """Install the test package to the device.
/external/chromium_org/build/android/pylib/instrumentation/
H A Dtest_package.py37 def Install(self, adb): member in class:TestPackage
/external/chromium_org/build/android/
H A Drun_update_verification.py32 output = adb.Install(from_apk, reinstall=True)
50 output = adb.Install(from_apk, reinstall=True)
60 output = adb.Install(to_apk)
68 output = adb.Install(to_apk, reinstall=True)
/external/chromium_org/build/android/gyp/util/
H A Dbuild_device.py40 def Install(self, *args, **kwargs): member in class:BuildDevice
41 return self.adb.Install(*args, **kwargs)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml8 (* Install standard binary operators.
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.h36 virtual bool Install(const base::DictionaryValue& manifest,
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.h34 virtual bool Install(const base::DictionaryValue& manifest,
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dwebstore_custom_bindings.js16 var installId = webstoreNatives.Install(url, onSuccess, onFailure);
/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.cc56 virtual bool Install(const base::DictionaryValue& manifest,
101 bool RecoveryComponentInstaller::Install(const base::DictionaryValue& manifest, function in class:RecoveryComponentInstaller

Completed in 300 milliseconds

123