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

1 2

  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc 24 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
46 DCHECK(type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
  /external/chromium_org/content/public/browser/
notification_types.h 141 NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.cc 74 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
77 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
88 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
140 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /external/chromium_org/chrome/browser/printing/
background_printing_manager.cc 48 content::NOTIFICATION_WEB_CONTENTS_DESTROYED, preview_source)) {
49 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
87 DCHECK_EQ(content::NOTIFICATION_WEB_CONTENTS_DESTROYED, type);
118 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
print_preview_dialog_controller.cc 276 } else if (type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED) {
449 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
466 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
print_dialog_cloud_interative_uitest.cc 269 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 119 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
129 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
151 DCHECK_EQ(content::NOTIFICATION_WEB_CONTENTS_DESTROYED, type);
  /external/chromium_org/chrome/browser/search/
search_terms_tracker.cc 26 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
67 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_url_fetcher.cc 70 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED:
94 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 104 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
151 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 96 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
148 DCHECK_EQ(type, content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.cc 98 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
110 DCHECK(type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 115 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
171 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/ui/views/controls/webview/
webview.cc 172 } else if (type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED) {
238 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 226 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
293 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
377 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest_util.cc 168 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
extension_host.cc 211 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
309 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED:
browser_event_router.cc 128 // Observing NOTIFICATION_WEB_CONTENTS_DESTROYED is necessary because it's
132 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
142 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
488 } else if (type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED) {
493 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 50 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
193 DCHECK_EQ(content::NOTIFICATION_WEB_CONTENTS_DESTROYED, type);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.cc 36 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
52 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /external/chromium_org/chrome/browser/sync/glue/
session_change_processor.cc 140 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
147 DVLOG(1) << "Received NOTIFICATION_WEB_CONTENTS_DESTROYED for profile "
363 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.cc 123 state->registrar.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
147 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
181 this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/
file_select_helper.cc 335 this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
463 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
unload_browsertest.cc 410 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
509 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.cc 111 // content::NOTIFICATION_WEB_CONTENTS_DESTROYED, and that will result in
115 this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
169 if (type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED) {

Completed in 817 milliseconds

1 2