HomeSort by relevance Sort by last modified time
    Searched full:extension_installed (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.cc 19 NotificationType::EXTENSION_INSTALLED,
27 DCHECK(type == NotificationType::EXTENSION_INSTALLED);
  /external/chromium/chrome/browser/extensions/
convert_web_app_browsertest.cc 38 if (type == NotificationType::EXTENSION_INSTALLED) {
54 registrar.Add(this, NotificationType::EXTENSION_INSTALLED,
extension_browsertest.cc 346 ui_test_utils::RegisterAndWait(this, NotificationType::EXTENSION_INSTALLED,
399 case NotificationType::EXTENSION_INSTALLED:
400 VLOG(1) << "Got EXTENSION_INSTALLED notification.";
extension_management_api.cc 261 NotificationType::EXTENSION_INSTALLED,
283 case NotificationType::EXTENSION_INSTALLED:
extension_service_unittest.cc 492 registrar_.Add(this, NotificationType::EXTENSION_INSTALLED,
522 case NotificationType::EXTENSION_INSTALLED:
    [all...]
extension_service.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_change_processor.cc 52 if ((type != NotificationType::EXTENSION_INSTALLED) &&
174 this, NotificationType::EXTENSION_INSTALLED,
  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.mm 75 NotificationType::EXTENSION_INSTALLED,
  /external/chromium/chrome/browser/ui/gtk/
theme_install_bubble_view_gtk.cc 65 NotificationType::EXTENSION_INSTALLED,
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 60 NotificationType::EXTENSION_INSTALLED,
  /external/chromium_org/chrome/browser/extensions/
extension_sync_service.cc 397 bool extension_installed = (extension != NULL); local
404 if (extension_installed) {
extension_test_notification_observer.cc 276 VLOG(1) << "Got EXTENSION_INSTALLED notification.";
  /external/chromium/chrome/browser/themes/
theme_service.cc 212 // Listen to EXTENSION_LOADED instead of EXTENSION_INSTALLED because

Completed in 203 milliseconds