OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.h
131
bool
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
() const;
autocomplete_result_unittest.cc
552
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
) {
561
EXPECT_TRUE(result.
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
());
576
EXPECT_FALSE(result.
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
());
585
EXPECT_FALSE(result.
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
());
592
EXPECT_FALSE(result.
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
());
603
EXPECT_TRUE(result.
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
());
autocomplete_result.cc
263
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
();
266
bool AutocompleteResult::
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
()
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.cc
52
result.
TopMatchIsVerbatimAndHasNoConsecutiveVerbatimMatches
()) &&
Completed in 44 milliseconds