HomeSort by relevance Sort by last modified time
    Searched refs:frontend_ (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/content/child/appcache/
appcache_dispatcher.cc 15 frontend_(frontend) {}
36 frontend_->OnCacheSelected(host_id, info);
41 frontend_->OnStatusChanged(host_ids, status);
46 frontend_->OnEventRaised(host_ids, event_id);
52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete);
58 frontend_->OnErrorEventRaised(host_ids, message);
63 frontend_->OnLogMessage(
69 frontend_->OnContentBlocked(host_id, manifest_url);
appcache_dispatcher.h 48 scoped_ptr<appcache::AppCacheFrontend> frontend_; member in class:content::AppCacheDispatcher
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend_unittest.cc 66 frontend_.reset();
75 frontend_.reset(
81 scoped_ptr<SettingsFrontend> frontend_; member in class:extensions::ExtensionSettingsFrontendTest
101 ValueStore* storage = util::GetStorage(id, frontend_.get());
118 storage = util::GetStorage(id, frontend_.get());
134 ValueStore* storage = util::GetStorage(id, frontend_.get());
143 frontend_->DeleteStorageSoon(id);
147 storage = util::GetStorage(id, frontend_.get());
162 ValueStore* storage = util::GetStorage(id, frontend_.get());
179 frontend_.reset()
    [all...]
settings_sync_unittest.cc 219 frontend_.reset(
224 frontend_.reset();
239 return util::GetStorage(id, frontend_.get());
245 return frontend_->GetBackendForSync(model_type);
270 scoped_ptr<SettingsFrontend> frontend_; member in class:extensions::ExtensionSettingsSyncTest
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_backend_impl.cc 16 frontend_(NULL),
29 DCHECK(!service_ && !frontend_ && frontend && service);
31 frontend_ = frontend;
41 HostMap::value_type(id, new AppCacheHost(id, frontend_, service_)));
appcache_host.cc 52 frontend_(frontend), service_(service),
91 frontend_->OnContentBlocked(host_id_,
114 frontend_->OnEventRaised(host_ids, CHECKING_EVENT);
115 frontend_->OnErrorEventRaised(
117 frontend_->OnContentBlocked(host_id_, manifest_url);
374 frontend_->OnLogMessage(
395 frontend_->OnLogMessage(
443 frontend_->OnCacheSelected(host_id_, info);
512 frontend_->OnCacheSelected(host_id_, info);
appcache_backend_impl.h 62 AppCacheFrontend* frontend_; member in class:appcache::AppCacheBackendImpl
appcache_host.h 143 AppCacheFrontend* frontend() const { return frontend_; }
235 AppCacheFrontend* frontend_; member in class:appcache::AppCacheHost
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 65 frontend_(NULL),
76 frontend_(NULL),
82 DCHECK(!core_ && !frontend_) << "Must call Shutdown before destructor.";
96 frontend_ = frontend;
287 frontend_ = NULL;
530 if (!host_ || !host_->frontend_)
540 host_->frontend_->OnPassphraseRequired(for_decryption);
544 if (!host_ || !host_->frontend_)
552 host_->frontend_->OnPassphraseRequired(true);
557 if (!host_ || !host_->frontend_)
    [all...]
sync_backend_host.h 526 // on to |frontend_|, and so that tests can intercept here if they need to
629 SyncFrontend* frontend_; member in class:browser_sync::SyncBackendHost
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.cc 304 frontend_(NULL),
317 frontend_(NULL),
323 DCHECK(!core_.get() && !frontend_) << "Must call Shutdown before destructor.";
358 frontend_ = frontend;
515 frontend_ = NULL;
528 // StopSyncingForShutdown() (which nulls out |frontend_|) should be
530 DCHECK(!frontend_);
793 if (!frontend_)
    [all...]
sync_backend_host.h 402 SyncFrontend* frontend() { return frontend_; }
431 // on to |frontend_|, and so that tests can intercept here if they need to
557 SyncFrontend* frontend_; member in class:browser_sync::SyncBackendHost
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.h 92 CloudPrintProxyFrontend* frontend_; member in class:cloud_print::CloudPrintProxyBackend
cloud_print_proxy_backend.cc 163 frontend_(frontend) {
164 DCHECK(frontend_);
468 backend_->frontend_
474 backend_->frontend_->OnAuthenticationFailed();
479 backend_->frontend_->OnPrintSystemUnavailable();
486 backend_->frontend_->OnUnregisterPrinters(auth_token, printer_ids);
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 117 frontend_(frontend),
338 if (frontend_->extension_prefs()->IsExtensionBlacklisted(extension_->id())) {
345 if (!frontend_->extension_prefs()->IsExtensionAllowedByPolicy(
353 frontend_->GetExtensionByOverlappingWebExtent(extension_->web_extent());
363 frontend_->extension_prefs()->GetVersionString(extension_->id());
508 frontend_->OnExtensionInstalled(extension_);
crx_installer.h 231 scoped_refptr<ExtensionService> frontend_; member in class:CrxInstaller
extension_service.cc 195 ExtensionService* frontend_; member in class:ExtensionServiceBackend
208 : frontend_(NULL),
220 frontend_ = frontend;
248 NewRunnableMethod(frontend_,
259 frontend_,
    [all...]

Completed in 670 milliseconds