Searched refs:NOTIFICATION_NAV_LIST_PRUNED (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/network_time/ |
D | navigation_time_helper.cc | 20 registrar_.Add(this, content::NOTIFICATION_NAV_LIST_PRUNED, in NavigationTimeHelper() 56 DCHECK_EQ(type, content::NOTIFICATION_NAV_LIST_PRUNED); in Observe()
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
D | notification_service_sessions_router.cc | 43 registrar_.Add(this, content::NOTIFICATION_NAV_LIST_PRUNED, in NotificationServiceSessionsRouter() 95 case content::NOTIFICATION_NAV_LIST_PRUNED: in Observe()
|
/external/chromium_org/content/public/browser/ |
D | notification_types.h | 60 NOTIFICATION_NAV_LIST_PRUNED, enumerator
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | session_change_processor.cc | 151 case content::NOTIFICATION_NAV_LIST_PRUNED: { in Observe() 364 notification_registrar_.Add(this, content::NOTIFICATION_NAV_LIST_PRUNED, in StartObserving()
|
/external/chromium_org/chrome/browser/sessions/ |
D | session_service.cc | 526 registrar_.Add(this, content::NOTIFICATION_NAV_LIST_PRUNED, in Init() 594 case content::NOTIFICATION_NAV_LIST_PRUNED: { in Observe() 1612 case content::NOTIFICATION_NAV_LIST_PRUNED: in RecordSessionUpdateHistogramData()
|
/external/chromium_org/content/browser/frame_host/ |
D | navigation_controller_impl_unittest.cc | 223 tracker->ListenFor(NOTIFICATION_NAV_LIST_PRUNED, in RegisterForAllNavNotifications() 1626 EXPECT_TRUE(notifications.Check1AndReset(NOTIFICATION_NAV_LIST_PRUNED)); in TEST_F() 2205 registrar_.Add(this, NOTIFICATION_NAV_LIST_PRUNED, in PrunedListener() 2212 if (type == NOTIFICATION_NAV_LIST_PRUNED) { in Observe()
|
D | navigation_controller_impl.cc | 57 NOTIFICATION_NAV_LIST_PRUNED, in NotifyPrunedEntries()
|