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

  /external/chromium_org/chrome/browser/search_engines/
template_url_service.cc 1139 TemplateURL* local_turl = GetTemplateURLForGUID(iter->first); local
    [all...]
template_url_service_sync_unittest.cc 526 TemplateURL* local_turl = CreateTestTemplateURL( local
529 model()->Add(local_turl);
531 model()->SetDefaultSearchProvider(local_turl);
537 model()->IsLocalTemplateURLBetter(local_turl, sync_turl.get()));
542 model()->Remove(local_turl);
2070 TemplateURL* local_turl = CreateTestTemplateURL( local
    [all...]
template_url_service.h 582 // Returns true iff |local_turl| is considered "better" than |sync_turl| for
583 // the purposes of resolving conflicts. |local_turl| must be a TemplateURL
586 // The criteria for if |local_turl| is better than |sync_turl| is whether any
588 // * |local_turl|'s last_modified timestamp is newer than sync_turl.
589 // * |local_turl| is created by policy.
590 // * |local_turl| is the local default search provider.
591 bool IsLocalTemplateURLBetter(const TemplateURL* local_turl,
    [all...]

Completed in 479 milliseconds