Searched defs:CheckNotifications (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_notification_observer.cc44 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications() { function in class:extensions::ExtensionNotificationObserver
45 return CheckNotifications(std::vector<chrome::NotificationType>());
48 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications( function in class:extensions::ExtensionNotificationObserver
50 return CheckNotifications(std::vector<chrome::NotificationType>(1, type));
53 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications( function in class:extensions::ExtensionNotificationObserver
59 return CheckNotifications(types);
62 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications( function in class:extensions::ExtensionNotificationObserver
70 return CheckNotifications(types);
73 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications( function in class:extensions::ExtensionNotificationObserver
87 return CheckNotifications(type
131 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications( function in class:extensions::ExtensionNotificationObserver
[all...]

Completed in 128 milliseconds