Searched defs:unique_on_host_and_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.cc244 bool unique_on_host_and_path) {
247 bridge_->SetKeywords(url_keywords, unique_on_host_and_path);
242 OnKeywordsImportReady( const std::vector<importer::URLKeywordInfo>& url_keywords, bool unique_on_host_and_path) argument
H A Din_process_importer_bridge.cc235 bool unique_on_host_and_path) {
245 base::Passed(&owned_template_urls), unique_on_host_and_path));
233 SetKeywords( const std::vector<importer::URLKeywordInfo>& url_keywords, bool unique_on_host_and_path) argument
H A Dprofile_writer.cc302 bool unique_on_host_and_path) {
306 if (unique_on_host_and_path)
321 if (unique_on_host_and_path &&
301 AddKeywords(ScopedVector<TemplateURL> template_urls, bool unique_on_host_and_path) argument
/external/chromium_org/chrome/utility/importer/
H A Dexternal_process_importer_bridge.cc128 bool unique_on_host_and_path) {
130 url_keywords, unique_on_host_and_path));
126 SetKeywords( const std::vector<importer::URLKeywordInfo>& url_keywords, bool unique_on_host_and_path) argument

Completed in 794 milliseconds