OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDestinationURL
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_unittest.cc
196
GURL
GetDestinationURL
(AutocompleteMatch match,
439
GURL AutocompleteProviderTest::
GetDestinationURL
(
609
TEST_F(AutocompleteProviderTest,
GetDestinationURL
) {
616
GURL url(
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456)));
622
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
627
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
633
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
639
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
646
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
654
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456))
[
all
...]
/external/chromium_org/chrome/test/base/
test_browser_window.cc
55
GURL TestBrowserWindow::TestLocationBar::
GetDestinationURL
() const {
/external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc
687
GURL LocationBarViewGtk::
GetDestinationURL
() const {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
[
all
...]
Completed in 155 milliseconds