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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.h 120 GURL GetDestinationURL(const AutocompleteMatch& match,
143 FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest, GetDestinationURL);
autocomplete_provider_unittest.cc 596 TEST_F(AutocompleteProviderTest, GetDestinationURL) {
604 GetDestinationURL(match, base::TimeDelta::FromMilliseconds(2456));
610 url = controller_->GetDestinationURL(match,
616 url = controller_->GetDestinationURL(match,
623 url = controller_->GetDestinationURL(match,
630 url = controller_->GetDestinationURL(match,
638 url = controller_->GetDestinationURL(match,
647 url = controller_->GetDestinationURL(match,
655 url = controller_->GetDestinationURL(match,
autocomplete_input.h 225 FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest, GetDestinationURL);
search_provider.h 111 FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest, GetDestinationURL);
autocomplete_controller.cc 533 GURL AutocompleteController::GetDestinationURL(
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 726 GetDestinationURL(match, query_formulation_time);
    [all...]

Completed in 302 milliseconds