Searched defs:default_keyword_index (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dexternal_process_importer_bridge.cc60 int default_keyword_index,
63 template_urls, default_keyword_index, unique_on_host_and_path);
58 SetKeywords( const std::vector<TemplateURL*>& template_urls, int default_keyword_index, bool unique_on_host_and_path) argument
H A Din_process_importer_bridge.cc68 int default_keyword_index,
74 default_keyword_index, unique_on_host_and_path));
66 SetKeywords( const std::vector<TemplateURL*>& template_urls, int default_keyword_index, bool unique_on_host_and_path) argument
H A Dprofile_import_process_client.cc75 int default_keyword_index,
73 OnKeywordsImportReady( const std::vector<TemplateURL>& template_urls, int default_keyword_index, bool unique_on_host_and_path) argument
H A Dexternal_process_importer_client.cc227 int default_keyword_index, bool unique_on_host_and_path) {
239 bridge_->SetKeywords(template_url_vec, default_keyword_index,
225 OnKeywordsImportReady( const std::vector<TemplateURL>& template_urls, int default_keyword_index, bool unique_on_host_and_path) argument
H A Dprofile_writer.cc217 int default_keyword_index,
228 default_keyword_index >= 0 &&
229 (i - template_urls.begin() == default_keyword_index);
216 AddKeywords(const std::vector<TemplateURL*>& template_urls, int default_keyword_index, bool unique_on_host_and_path) argument
H A Dimporter_unittest.cc253 int default_keyword_index) {
618 int default_keyword_index,
637 if (default_keyword_index != -1) {
638 EXPECT_LT(default_keyword_index, static_cast<int>(template_urls.size()));
639 TemplateURL* default_turl = template_urls[default_keyword_index];
828 int default_keyword_index,
847 if (default_keyword_index != -1) {
848 EXPECT_LT(default_keyword_index, static_cast<int>(template_urls.size()));
849 TemplateURL* default_turl = template_urls[default_keyword_index];
252 AddKeyword(std::vector<TemplateURL*> template_url, int default_keyword_index) argument
617 AddKeywords(const std::vector<TemplateURL*>& template_urls, int default_keyword_index, bool unique_on_host_and_path) argument
827 AddKeywords(const std::vector<TemplateURL*>& template_urls, int default_keyword_index, bool unique_on_host_and_path) argument

Completed in 68 milliseconds