Searched refs:Install (Results 76 - 100 of 139) sorted by relevance

123456

/external/chromium_org/content/renderer/
H A Dweb_ui_extension.cc63 void WebUIExtension::Install(blink::WebFrame* frame) { function in class:content::WebUIExtension
/external/chromium_org/third_party/WebKit/Source/web/
H A DServiceWorkerGlobalScopeProxy.cpp69 WaitUntilObserver* observer = WaitUntilObserver::create(m_workerGlobalScope, WaitUntilObserver::Install, eventID);
/external/glide/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp146 return SkCachingPixelRef::Install(
261 success = SkCachingPixelRef::Install(gen.detach(), &lazy);
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc101 void Install(const base::string16& user, const base::string16& password,
259 PostIOTask(base::Bind(&SetupDialog::Install, this, GetUser(),
337 void SetupDialog::Install(const base::string16& user, function in class:SetupDialog
/external/chromium_org/ppapi/native_client/
H A Dchrome_main.scons181 return env.Install(target_dir, manifest)
231 return env.Install(target_dir, extension_manifest)
345 env.Install('${STAGING_DIR}', manifest)
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils.py239 def Install(self, apk_path, reinstall=False, timeout=None, retries=None): member in class:DeviceUtils
240 """Install an APK.
274 out = self.old_interface.Install(apk_path, reinstall=reinstall)
H A Dadb_wrapper.py238 def Install(self, apk_path, forward_lock=False, reinstall=False, member in class:AdbWrapper
240 """Install an apk on the device.
H A Ddevice_utils_test.py425 self.device.Install('/fake/test/app.apk', retries=0)
451 self.device.Install('/fake/test/app.apk', retries=0)
474 self.device.Install('/fake/test/app.apk', reinstall=True, retries=0)
489 self.device.Install('/fake/test/app.apk', retries=0)
501 self.device.Install('/fake/test/app.apk', retries=0)
/external/chromium_org/chrome/browser/component_updater/
H A Dpepper_flash_component_installer.cc92 // Install directory for pepper flash debugger dlls will be like
341 virtual bool Install(const base::DictionaryValue& manifest,
361 bool PepperFlashComponentInstaller::Install( function in class:component_updater::PepperFlashComponentInstaller
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp146 return SkCachingPixelRef::Install(
259 success = SkCachingPixelRef::Install(gen.detach(), &lazy);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat34 REM Install Eclipse and org.eclipse.test plugin
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp243 CActiveScheduler::Install(NULL);
290 CActiveScheduler::Install(as);
/external/chromium_org/build/android/pylib/gtest/
H A Dsetup.py227 self.test_package.Install(self.device)
H A Dtest_runner.py60 self.test_package.Install(self.device)
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_startup_installer_browsertest.cc60 IN_PROC_BROWSER_TEST_F(WebstoreStartupInstallerTest, Install) {
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc170 bool CRLSetFetcher::Install(const base::DictionaryValue& manifest, function in class:CRLSetFetcher
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.h75 // Install the chromoting extension from a crx file.
78 // Install the unpacked chromoting extension.
130 // Install the chromoting extension
131 void Install();
H A Dremote_desktop_browsertest.cc435 void RemoteDesktopBrowserTest::Install() { function in class:remoting::RemoteDesktopBrowserTest
468 Install();
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.cc76 bool DefaultComponentInstaller::Install(const base::DictionaryValue& manifest, function in class:component_updater::DefaultComponentInstaller
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h53 void Install(blink::WebFrame*);
/external/llvm/lib/Support/Unix/
H A DProgram.inc120 // Install it as the requested FD
339 // Install a timeout handler. The handler itself does nothing, but the
/external/chromium_org/tools/win/
H A Dcopy-installer.bat22 REM Install Robocopy for superior performance on Windows XP if desired (it is
/external/chromium_org/v8/src/
H A Dsampler.cc283 if (++client_count_ == 1) Install();
296 static void Install() { function in class:v8::internal::SignalHandler
/external/libpcap/msdos/
H A Dndis_0.asm80 mov ss,dx ;; Install the new one

Completed in 618 milliseconds

123456