Searched defs:updater (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/download/
H A Dmock_download_manager.h16 explicit MockDownloadManager(DownloadStatusUpdater* updater) argument
17 : DownloadManager(updater) {
H A Ddownload_status_updater_unittest.cc15 explicit MockDelegate(DownloadStatusUpdater* updater) argument
16 : updater_(updater->AsWeakPtr()),
21 EXPECT_TRUE(updater);
/external/chromium/chrome/browser/chromeos/cros/
H A Dupdate_library.cc73 UpdateLibraryImpl* updater = static_cast<UpdateLibraryImpl*>(object); local
74 updater->UpdateStatus(Status(status));
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDouble.java44 * <p>It is possible to write a more scalable updater, at the cost of
62 private static final AtomicLongFieldUpdater<AtomicDouble> updater = field in class:AtomicDouble
109 // updater.lazySet(this, next);
120 return longBitsToDouble(updater.getAndSet(this, next));
134 return updater.compareAndSet(this,
155 return updater.weakCompareAndSet(this,
172 if (updater.compareAndSet(this, current, next)) {
190 if (updater.compareAndSet(this, current, next)) {
/external/chromium/chrome/browser/extensions/
H A Dextensions_ui.cc565 ExtensionUpdater* updater = extensions_service_->updater(); local
566 if (updater)
567 updater->CheckNow();
H A Dextension_updater.cc373 base::WeakPtr<ExtensionUpdater> updater)
374 : updater_(updater) {
378 // Writes crx file data into a tempfile, and calls back the updater.
432 // Delete |path| since we don't have an updater anymore.
618 base::WeakPtr<ExtensionUpdater> updater)
619 : xml_(xml), updater_(updater) {
372 ExtensionUpdaterFileHandler( base::WeakPtr<ExtensionUpdater> updater) argument
617 SafeManifestParser(const std::string& xml, ManifestFetchData* fetch_data, base::WeakPtr<ExtensionUpdater> updater) argument
H A Dextension_updater_unittest.cc341 static void SimulateTimerFired(ExtensionUpdater* updater) { argument
342 EXPECT_TRUE(updater->timer_.IsRunning());
343 updater->timer_.Stop();
344 updater->TimerFired();
347 static void SimulateCheckSoon(const ExtensionUpdater& updater, argument
349 EXPECT_TRUE(updater.will_check_soon_);
388 // Set up and start the updater.
391 ExtensionUpdater updater(
394 updater.Start();
397 updater
[all...]
H A Dextension_service.cc1210 ExtensionUpdater* ExtensionService::updater() { function in class:ExtensionService
1231 if (updater()) {
1232 updater()->CheckSoon();
1423 if (external_extension_url_added_ && updater()) {
1425 updater()->CheckNow();
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.cc658 ExtensionUpdater* updater = extensions_service_->updater(); local
659 if (updater)
660 updater->CheckNow();
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc5352 ExtensionUpdater* updater = service->updater(); local
5353 if (!updater) {
5355 "No updater for extensions service.");
5370 updater->CheckNow();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jar ... IPositionUpdater) org.eclipse.jface.text.IPositionUpdater updater public boolean containsPosition (java.lang.String, int, int ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar ... .p2.ui.sdk.scheduler.AutomaticUpdater updater private org.eclipse.ui.preferences.ScopedPreferenceStore ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1789 milliseconds