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
(
37
testing::AssertionResult
CheckNotifications
(
40
testing::AssertionResult
CheckNotifications
(
44
testing::AssertionResult
CheckNotifications
(
59
testing::AssertionResult
CheckNotifications
(
extension_notification_observer.cc
44
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
() {
45
return
CheckNotifications
(std::vector<chrome::NotificationType>());
48
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
(
50
return
CheckNotifications
(std::vector<chrome::NotificationType>(1, type));
53
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
(
59
return
CheckNotifications
(types);
62
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
(
70
return
CheckNotifications
(types);
73
testing::AssertionResult ExtensionNotificationObserver::
CheckNotifications
(
87
return
CheckNotifications
(types)
[
all
...]
extension_service_unittest.cc
[
all
...]
Completed in 83 milliseconds