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_sync_unittest.cc 489 TemplateURL* local_turl = CreateTestTemplateURL( local
492 model()->Add(local_turl);
494 model()->SetUserSelectedDefaultSearchProvider(local_turl);
500 model()->IsLocalTemplateURLBetter(local_turl, sync_turl.get()));
505 model()->Remove(local_turl);
2001 TemplateURL* local_turl = CreateTestTemplateURL( local
    [all...]
template_url_service.cc 1169 TemplateURL* local_turl = GetTemplateURLForGUID(iter->first); local
    [all...]
template_url_service.h 591 // Returns true iff |local_turl| is considered "better" than |sync_turl| for
592 // the purposes of resolving conflicts. |local_turl| must be a TemplateURL
595 // The criteria for if |local_turl| is better than |sync_turl| is whether any
597 // * |local_turl|'s last_modified timestamp is newer than sync_turl.
598 // * |local_turl| is created by policy.
599 // * |local_turl| is the local default search provider.
600 bool IsLocalTemplateURLBetter(const TemplateURL* local_turl,
    [all...]

Completed in 226 milliseconds