OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDestinationURL
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc
81
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
88
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
94
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
100
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
107
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
145
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
160
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
209
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
213
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid());
225
EXPECT_FALSE(location_bar->
GetDestinationURL
().is_valid())
[
all
...]
autocomplete_provider_unittest.cc
197
GURL
GetDestinationURL
(AutocompleteMatch match,
441
GURL AutocompleteProviderTest::
GetDestinationURL
(
611
TEST_F(AutocompleteProviderTest,
GetDestinationURL
) {
618
GURL url(
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456)));
624
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
629
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
635
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
641
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
648
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456));
657
url =
GetDestinationURL
(match, base::TimeDelta::FromMilliseconds(2456))
[
all
...]
autocomplete_controller.h
140
FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest,
GetDestinationURL
);
autocomplete_input.h
177
FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest,
GetDestinationURL
);
search_provider.h
72
FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest,
GetDestinationURL
);
/external/chromium_org/chrome/browser/ui/omnibox/
location_bar.h
38
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
174
virtual GURL
GetDestinationURL
() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h
60
virtual GURL
GetDestinationURL
() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h
356
virtual GURL
GetDestinationURL
() const OVERRIDE;
location_bar_view.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_commands.cc
491
GURL url(location_bar->
GetDestinationURL
());
[
all
...]
Completed in 285 milliseconds