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

  /external/chromium_org/chrome/browser/extensions/
extension_test_notification_observer.cc 143 NotificationSet notification_set; local
144 notification_set.Add(content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
145 notification_set.Add(content::NOTIFICATION_LOAD_STOP);
148 &notification_set); local
265 NotificationSet* notification_set) {
275 if (notification_set) {
276 subscription = notification_set->callback_list().Add(
extension_test_notification_observer.h 92 // Wait for |condition_| to be met. |notification_set| is the set of
97 NotificationSet* notification_set);

Completed in 56 milliseconds