HomeSort by relevance Sort by last modified time
    Searched defs:IsRegistered (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/public/browser/
notification_registrar.cc 48 DCHECK(!IsRegistered(observer, type, source)) << "Duplicate registration.";
104 bool NotificationRegistrar::IsRegistered(NotificationObserver* observer,
  /art/runtime/mirror/
art_method.cc 301 bool ArtMethod::IsRegistered() const {
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 65 if (!ThreadWatcherList::IsRegistered(thread_id))
220 bool ThreadWatcherList::IsRegistered(const BrowserThread::ID thread_id) {
  /external/chromium_org/apps/
saved_files_service.cc 161 bool IsRegistered(const std::string& id) const;
251 bool SavedFilesService::IsRegistered(const std::string& extension_id,
253 return GetOrInsert(extension_id)->IsRegistered(id);
364 bool SavedFilesService::SavedFiles::IsRegistered(const std::string& id) const {
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 452 bool AcceleratorController::IsRegistered(
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 326 if (!enabled() || IsRegistered(handler) || HasIgnoredEquivalent(handler))
539 bool ProtocolHandlerRegistry::IsRegistered(
729 DCHECK(IsRegistered(handler));
835 if (IsRegistered(handler)) {
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 170 if (!ThreadWatcherList::IsRegistered(params.thread_id))
465 bool ThreadWatcherList::IsRegistered(const BrowserThread::ID thread_id) {
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 330 bool Printer::IsRegistered() const {
467 if (IsRegistered()) {
487 DCHECK(IsRegistered());
520 DCHECK(IsRegistered());
529 DCHECK(IsRegistered());
547 DCHECK(!IsRegistered());
609 if (IsRegistered()) {
770 IsRegistered() ? "registered" : "unregistered");

Completed in 512 milliseconds