HomeSort by relevance Sort by last modified time
    Searched refs:IsRegistered (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/ash/accelerators/
focus_manager_factory.cc 36 if (controller && controller->IsRegistered(accelerator))
accelerator_controller.h 90 bool IsRegistered(const ui::Accelerator& accelerator) const;
  /external/chromium_org/chrome/browser/ui/views/
load_complete_listener.cc 21 if (registrar_.IsRegistered(this,
  /external/chromium_org/content/public/browser/
notification_registrar.h 50 bool IsRegistered(NotificationObserver* observer,
notification_registrar.cc 48 DCHECK(!IsRegistered(observer, type, source)) << "Duplicate registration.";
104 bool NotificationRegistrar::IsRegistered(NotificationObserver* observer,
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout_unittest.cc 41 return idle_logout_->registrar_.IsRegistered(
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.cc 41 return registrar_.IsRegistered(this, content::NOTIFICATION_NAV_ENTRY_PENDING,
63 return registrar_.IsRegistered(
86 return registrar_.IsRegistered(
  /external/chromium_org/apps/
saved_files_service_unittest.cc 68 EXPECT_TRUE(service_->IsRegistered(extension_->id(), id_string));
131 EXPECT_FALSE(service_->IsRegistered(extension_->id(), "another id"));
148 EXPECT_FALSE(service_->IsRegistered(extension_->id(), GenerateId(3)));
160 EXPECT_FALSE(service_->IsRegistered(extension_->id(), "another id"));
saved_files_service.h 83 bool IsRegistered(const std::string& extension_id, const std::string& id);
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/chrome/browser/android/
chrome_web_contents_delegate_android.cc 84 if (notification_registrar_.IsRegistered(this,
118 if (!notification_registrar_.IsRegistered(this,
  /external/chromium_org/chrome/browser/printing/
background_printing_manager.cc 47 if (!registrar_.IsRegistered(this,
60 if (!registrar_.IsRegistered(this,
print_preview_dialog_controller.cc 458 if (!registrar_.IsRegistered(this,
475 if (registrar_.IsRegistered(this,
  /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");
privet_http_server.h 90 virtual bool IsRegistered() const = 0;
printer.h 110 virtual bool IsRegistered() const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/
auth_prewarmer.cc 25 if (registrar_.IsRegistered(
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 576 ASSERT_FALSE(registry()->IsRegistered(ph1));
586 ASSERT_TRUE(registry()->IsRegistered(ph1));
596 ASSERT_TRUE(registry()->IsRegistered(ph1));
611 ASSERT_FALSE(registry()->IsRegistered(ph1));
614 ASSERT_TRUE(registry()->IsRegistered(ph1));
617 ASSERT_FALSE(registry()->IsRegistered(ph1));
618 ASSERT_TRUE(registry()->IsRegistered(ph2));
621 ASSERT_FALSE(registry()->IsRegistered(ph3));
624 ASSERT_FALSE(registry()->IsRegistered(ph3));
628 ASSERT_FALSE(registry()->IsRegistered(ph4))
    [all...]
protocol_handler_registry.h 198 bool IsRegistered(const ProtocolHandler& handler) const;
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 217 static bool IsRegistered(const BrowserThread::ID thread_id);
thread_watcher.cc 65 if (!ThreadWatcherList::IsRegistered(thread_id))
220 bool ThreadWatcherList::IsRegistered(const BrowserThread::ID thread_id) {
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_tab_helper.cc 167 bool registered = registrar_.IsRegistered(
227 bool registered = registrar_.IsRegistered(
  /external/chromium_org/content/browser/download/
mhtml_generation_manager.cc 53 if (!registrar_.IsRegistered(
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.cc 304 if (!registrar_.IsRegistered(
315 if (registrar_.IsRegistered(
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 198 if (!registrar_.IsRegistered(observer_.get(),
240 if (google_url_tracker->registrar_.IsRegistered(google_url_tracker,

Completed in 1160 milliseconds

1 2