OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDestinationURL
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc
80
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
87
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
93
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
99
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
106
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
145
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
160
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
208
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
212
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
224
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid())
[
all
...]
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
...]
autocomplete_controller.h
143
FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest,
GetDestinationURL
);
autocomplete_input.h
247
FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest,
GetDestinationURL
);
search_provider.h
138
FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest,
GetDestinationURL
);
/external/chromium_org/chrome/browser/ui/omnibox/
location_bar.h
35
virtual GURL
GetDestinationURL
() const = 0;
/external/chromium_org/chrome/test/base/
test_browser_window.cc
55
GURL TestBrowserWindow::TestLocationBar::
GetDestinationURL
() const {
test_browser_window.h
165
virtual GURL
GetDestinationURL
() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h
58
virtual GURL
GetDestinationURL
() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h
286
virtual GURL
GetDestinationURL
() const OVERRIDE;
location_bar_view.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.h
122
virtual GURL
GetDestinationURL
() const OVERRIDE;
location_bar_view_gtk.cc
687
GURL LocationBarViewGtk::
GetDestinationURL
() const {
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_commands.cc
416
GURL url(location_bar->
GetDestinationURL
());
[
all
...]
Completed in 167 milliseconds