Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:AutocompleteProviderTest

159 class AutocompleteProviderTest : public testing::Test,
227 void AutocompleteProviderTest::RegisterTemplateURL(
247 void AutocompleteProviderTest::ResetControllerWithTestProviders(
304 void AutocompleteProviderTest::
334 void AutocompleteProviderTest::ResetControllerWithKeywordProvider() {
372 void AutocompleteProviderTest::RunTest() {
376 void AutocompleteProviderTest::RunKeywordTest(const base::string16& input,
406 void AutocompleteProviderTest::RunAssistedQueryStatsTest(
434 void AutocompleteProviderTest::RunQuery(const base::string16 query) {
447 void AutocompleteProviderTest::RunExactKeymatchTest(
469 void AutocompleteProviderTest::CopyResults() {
473 GURL AutocompleteProviderTest::GetDestinationURL(
481 void AutocompleteProviderTest::Observe(
492 TEST_F(AutocompleteProviderTest, Query) {
506 TEST_F(AutocompleteProviderTest, AssistedQueryStats) {
525 TEST_F(AutocompleteProviderTest, RemoveDuplicates) {
539 TEST_F(AutocompleteProviderTest, AllowExactKeywordMatch) {
547 TEST_F(AutocompleteProviderTest, ExtraQueryParams) {
561 TEST_F(AutocompleteProviderTest, RedundantKeywordsIgnoredInResult) {
607 TEST_F(AutocompleteProviderTest, ExactMatchKeywords) {
637 TEST_F(AutocompleteProviderTest, UpdateAssistedQueryStats) {
682 TEST_F(AutocompleteProviderTest, GetDestinationURL) {