OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindMatchWithDestination
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc
54
AutocompleteMatch
FindMatchWithDestination
(const GURL& url);
198
AutocompleteMatch SearchProviderTest::
FindMatchWithDestination
(
248
AutocompleteMatch term1_match =
FindMatchWithDestination
(term1_url_);
256
FindMatchWithDestination
(what_you_typed_url);
312
AutocompleteMatch match =
FindMatchWithDestination
(keyword_url_);
376
AutocompleteMatch instant_match =
FindMatchWithDestination
(instant_url);
386
FindMatchWithDestination
(what_you_typed_url);
410
AutocompleteMatch instant_match =
FindMatchWithDestination
(instant_url);
423
instant_match =
FindMatchWithDestination
(instant_url);
453
AutocompleteMatch instant_match =
FindMatchWithDestination
(instant_url)
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc
164
bool
FindMatchWithDestination
(const GURL& url, AutocompleteMatch* match);
359
EXPECT_TRUE(
FindMatchWithDestination
(GURL(
394
bool SearchProviderTest::
FindMatchWithDestination
(const GURL& url,
491
EXPECT_TRUE(
FindMatchWithDestination
(term1_url_, &term1_match));
496
EXPECT_TRUE(
FindMatchWithDestination
(
558
EXPECT_TRUE(
FindMatchWithDestination
(keyword_url_, &match));
641
EXPECT_TRUE(
FindMatchWithDestination
(url, &term_match));
707
EXPECT_TRUE(
FindMatchWithDestination
(term_url, &term_match));
715
EXPECT_TRUE(
FindMatchWithDestination
(term_url, &term_match));
732
EXPECT_TRUE(
FindMatchWithDestination
(term_url, &term_match))
[
all
...]
Completed in 190 milliseconds