OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_fetcher_count_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc
366
EXPECT_EQ(2, notification6->
active_fetcher_count_
);
371
EXPECT_EQ(2, notification6->
active_fetcher_count_
);
389
EXPECT_EQ(4, notification1_->
active_fetcher_count_
);
403
EXPECT_EQ(3, notification1_->
active_fetcher_count_
);
407
EXPECT_EQ(2, notification1_->
active_fetcher_count_
);
410
EXPECT_EQ(1, notification1_->
active_fetcher_count_
);
413
EXPECT_EQ(0, notification1_->
active_fetcher_count_
);
438
EXPECT_EQ(4, notification1_->
active_fetcher_count_
);
synced_notification.h
123
int
active_fetcher_count_
;
member in class:notifier::SyncedNotification
synced_notification.cc
73
active_fetcher_count_
(0),
120
--
active_fetcher_count_
;
160
DCHECK_EQ(
active_fetcher_count_
, 0);
181
if (
active_fetcher_count_
== 0) {
203
++
active_fetcher_count_
;
Completed in 54 milliseconds