Searched refs:use_throttling_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_search_provider.h33 void set_use_throttling(bool use) { use_throttling_ = use; }
49 bool use_throttling_; member in class:app_list::WebserviceSearchProvider
H A Dwebservice_search_provider.cc30 use_throttling_(true) {}
38 if (!use_throttling_ || base::Time::Now() - last_keytyped_ > interval) {

Completed in 104 milliseconds