OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTypeThrottled
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/sessions/
nudge_tracker.h
84
bool
IsTypeThrottled
(ModelType type) const;
nudge_tracker_unittest.cc
466
EXPECT_FALSE(nudge_tracker_.
IsTypeThrottled
(SESSIONS));
500
EXPECT_FALSE(nudge_tracker_.
IsTypeThrottled
(SESSIONS));
507
EXPECT_FALSE(nudge_tracker_.
IsTypeThrottled
(SESSIONS));
522
EXPECT_TRUE(nudge_tracker_.
IsTypeThrottled
(SESSIONS));
523
EXPECT_TRUE(nudge_tracker_.
IsTypeThrottled
(PREFERENCES));
530
EXPECT_FALSE(nudge_tracker_.
IsTypeThrottled
(SESSIONS));
[
all
...]
nudge_tracker.cc
169
bool NudgeTracker::
IsTypeThrottled
(ModelType type) const {
/external/chromium_org/sync/engine/
get_updates_delegate.cc
74
DCHECK(!nudge_tracker_.
IsTypeThrottled
(type))
Completed in 42 milliseconds