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

  /external/chromium/chrome/browser/
browser_focus_uitest.cc 621 NotificationSource notification_source = local
625 notification_source = Source<TabContents>(
630 notification_source = Source<Browser>(browser());
635 notification_type, notification_source)); local
656 NotificationSource notification_source = local
660 notification_source = Source<TabContents>(
665 notification_source = Source<Browser>(browser());
670 notification_type, notification_source)); local
    [all...]
  /external/chromium/chrome/browser/download/
download_request_limiter.cc 15 #include "content/common/notification_source.h"
28 Source<NavigationController> notification_source(controller);
30 notification_source);
31 registrar_.Add(this, NotificationType::TAB_CLOSED, notification_source);

Completed in 30 milliseconds