Home
last modified time | relevance | path

Searched refs:is_throttled (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dabout_sync_util.cc250 BoolSyncStat is_throttled(section_network, "Throttled"); in ConstructAboutInformation() local
377 is_throttled.SetValue(snapshot.is_silenced()); in ConstructAboutInformation()
/external/chromium_org/cc/trees/
Dthread_proxy.h200 void SetInputThrottledUntilCommitOnImplThread(bool is_throttled);
Dthread_proxy.cc629 bool is_throttled) { in SetInputThrottledUntilCommitOnImplThread() argument
631 if (is_throttled == input_throttled_until_commit_) in SetInputThrottledUntilCommitOnImplThread()
633 input_throttled_until_commit_ = is_throttled; in SetInputThrottledUntilCommitOnImplThread()