Home | History | Annotate | Download | only in search_engines

Lines Matching defs:ParseFile

64   void ParseFile(const std::string& file_name,
67 // ParseFile parses the results into this template_url.
94 void TemplateURLParserTest::ParseFile(
115 ASSERT_NO_FATAL_FAILURE(ParseFile("bogus.xml", NULL));
122 ASSERT_NO_FATAL_FAILURE(ParseFile("https.xml", NULL));
129 ASSERT_NO_FATAL_FAILURE(ParseFile("post.xml", NULL));
136 ASSERT_NO_FATAL_FAILURE(ParseFile("dictionary.xml", NULL));
149 ASSERT_NO_FATAL_FAILURE(ParseFile("msdn.xml", NULL));
163 ASSERT_NO_FATAL_FAILURE(ParseFile("wikipedia.xml", NULL));
185 ASSERT_NO_FATAL_FAILURE(ParseFile("url_with_no_attributes.xml", NULL));
194 ASSERT_NO_FATAL_FAILURE(ParseFile("firefox_ebay.xml", &filter));
213 ASSERT_NO_FATAL_FAILURE(ParseFile("firefox_webster.xml", &filter));
230 ASSERT_NO_FATAL_FAILURE(ParseFile("firefox_yahoo.xml", &filter));
252 ASSERT_NO_FATAL_FAILURE(ParseFile("post_suggestion.xml", &filter));