Searched defs:GetDestinationURL (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.cc55 GURL TestBrowserWindow::TestLocationBar::GetDestinationURL() const { function in class:TestBrowserWindow::TestLocationBar
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc210 GURL GetDestinationURL(AutocompleteMatch match,
473 GURL AutocompleteProviderTest::GetDestinationURL( function in class:AutocompleteProviderTest
682 TEST_F(AutocompleteProviderTest, GetDestinationURL) {
689 GURL url(GetDestinationURL(match, base::TimeDelta::FromMilliseconds(2456)));
695 url = GetDestinationURL(match, base::TimeDelta::FromMilliseconds(2456));
700 url = GetDestinationURL(match, base::TimeDelta::FromMilliseconds(2456));
706 url = GetDestinationURL(match, base::TimeDelta::FromMilliseconds(2456));
712 url = GetDestinationURL(match, base::TimeDelta::FromMilliseconds(2456));
719 url = GetDestinationURL(match, base::TimeDelta::FromMilliseconds(2456));
728 url = GetDestinationURL(matc
[all...]
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1252 GURL LocationBarView::GetDestinationURL() const { function in class:LocationBarView

Completed in 698 milliseconds