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

  /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/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 131 milliseconds