HomeSort by relevance Sort by last modified time
    Searched refs:autocomplete_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 138 scoped_refptr<HistoryURLProvider> autocomplete_; member in class:HistoryURLProviderTest
149 if (autocomplete_->done())
158 autocomplete_ = new HistoryURLProvider(this, profile_.get(), "en-US,en,ko");
164 autocomplete_ = NULL;
194 autocomplete_->Start(input, false);
195 if (!autocomplete_->done())
198 matches_ = autocomplete_->matches();
209 autocomplete_->Start(input, false);
210 if (!autocomplete_->done())
213 matches_ = autocomplete_->matches()
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider_unittest.cc 195 scoped_refptr<HistoryURLProvider> autocomplete_; member in class:HistoryURLProviderTest
208 if (autocomplete_->done())
224 autocomplete_ = new HistoryURLProvider(this, profile_.get(), "en-US,en,ko");
232 autocomplete_ = NULL;
273 autocomplete_->Start(input, false);
274 if (!autocomplete_->done())
277 matches_ = autocomplete_->matches();
548 autocomplete_->Start(input, false);
550 EXPECT_FALSE(autocomplete_->done());
553 matches_ = autocomplete_->matches()
    [all...]

Completed in 362 milliseconds