HomeSort by relevance Sort by last modified time
    Searched refs:kTypedUrlVisitThrottleMultiple (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.cc 35 static const int kTypedUrlVisitThrottleMultiple = 10;
266 (typed_count % kTypedUrlVisitThrottleMultiple) == 0));
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 36 static const int kTypedUrlVisitThrottleMultiple = 10;
241 (typed_count % kTypedUrlVisitThrottleMultiple) == 0));

Completed in 254 milliseconds