OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckNotifications
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h
34
testing::AssertionResult
CheckNotifications
() WARN_UNUSED_RESULT;
35
testing::AssertionResult
CheckNotifications
(extensions::NotificationType type)
37
testing::AssertionResult
CheckNotifications
(extensions::NotificationType t1,
40
testing::AssertionResult
CheckNotifications
(extensions::NotificationType t1,
44
testing::AssertionResult
CheckNotifications
(extensions::NotificationType t1,
59
testing::AssertionResult
CheckNotifications
(
extension_notification_observer.cc
51
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
() {
52
return
CheckNotifications
(std::vector<extensions::NotificationType>());
55
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
(
57
return
CheckNotifications
(std::vector<extensions::NotificationType>(1, type));
60
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
(
66
return
CheckNotifications
(types);
69
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
(
77
return
CheckNotifications
(types);
80
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
(
94
return
CheckNotifications
(types)
[
all
...]
extension_service_unittest.cc
[
all
...]
Completed in 81 milliseconds