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

  /external/chromium_org/content/public/browser/
notification_types.h 142 NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.cc 55 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
59 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
67 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
103 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /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/sync/sessions/
notification_service_sessions_router.cc 43 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
85 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 330 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
434 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
517 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.cc 239 } else if (type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED) {
406 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
423 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.cc 142 // Observing NOTIFICATION_WEB_CONTENTS_DESTROYED is necessary because it's
146 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
158 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
494 } else if (type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED) {
499 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
chrome_content_rules_registry.cc 39 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
55 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /external/chromium_org/chrome/browser/
file_select_helper.cc 333 this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
463 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 382 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
429 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/extensions/
extension_test_notification_observer.cc 144 notification_set.Add(content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 330 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED: {
413 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
447 registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
495 this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
    [all...]
session_service.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 87 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
154 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED:
  /external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.cc 253 // content::NOTIFICATION_WEB_CONTENTS_DESTROYED, and that will result in
257 this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
324 if (type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED) {
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 256 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
267 DCHECK_EQ(type, content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_sanity_browsertest.cc 635 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
    [all...]
devtools_targets_ui.cc 190 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 404 content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
415 DCHECK_EQ(content::NOTIFICATION_WEB_CONTENTS_DESTROYED, type);
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_browsertest.cc 209 static_cast<int>(content::NOTIFICATION_WEB_CONTENTS_DESTROYED),
346 case content::NOTIFICATION_WEB_CONTENTS_DESTROYED:
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 419 NOTIFICATION_WEB_CONTENTS_DESTROYED,
    [all...]

Completed in 461 milliseconds