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

  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.cc 229 bool TypedUrlSyncableService::ShouldIgnoreUrl(const GURL& url) {
274 if (ShouldIgnoreUrl(url.url()))
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 122 bool TypedUrlModelAssociator::ShouldIgnoreUrl(const GURL& url) {
217 ShouldIgnoreUrl(ix->url()) ||
242 // Empty URLs should be filtered out by ShouldIgnoreUrl() previously.

Completed in 154 milliseconds