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

  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.h 83 bool ShouldIgnoreUrl(const GURL& url);
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.h 166 bool ShouldIgnoreUrl(const GURL& url);
typed_url_change_processor.cc 124 if (model_associator_->ShouldIgnoreUrl(url.url()))
280 if (model_associator_->ShouldIgnoreUrl(GURL(typed_url.url())))
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 111 milliseconds