OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_notification_calls
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/notifications/
welcome_notification_unittest.cc
32
int
add_notification_calls
() { return add_notification_calls_; }
function in class:MockMessageCenter
207
EXPECT_TRUE(message_center()->
add_notification_calls
() == 0);
229
EXPECT_TRUE(message_center()->
add_notification_calls
() == 1);
252
EXPECT_TRUE(message_center()->
add_notification_calls
() == 1);
274
EXPECT_TRUE(message_center()->
add_notification_calls
() == 0);
298
EXPECT_TRUE(message_center()->
add_notification_calls
() == 1);
321
EXPECT_TRUE(message_center()->
add_notification_calls
() == 1);
343
EXPECT_TRUE(message_center()->
add_notification_calls
() == 0);
362
EXPECT_TRUE(message_center()->
add_notification_calls
() == 0);
384
EXPECT_TRUE(message_center()->
add_notification_calls
() == 0)
[
all
...]
Completed in 169 milliseconds