OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_contents
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
extension_app_provider_unittest.cc
133
const char*
match_contents
;
member in struct:TestData
153
EXPECT_EQ(ASCIIToUTF16(cases[i].
match_contents
), match.contents);
search_provider.h
92
const base::string16&
match_contents
,
244
const base::string16&
match_contents
,
256
const base::string16&
match_contents
() const { return match_contents_; }
function in class:SearchProvider::SuggestResult
search_provider.cc
109
const base::string16&
match_contents
,
111
match->contents =
match_contents
.empty() ? query_string :
match_contents
;
116
if (input_text !=
match_contents
) {
258
const base::string16&
match_contents
,
269
match_contents_(
match_contents
),
406
const base::string16&
match_contents
,
420
SetAndClassifyMatchContents(query_string, input_text,
match_contents
, &match);
425
match.allowed_to_be_default_match = (input_text ==
match_contents
);
1187
base::string16
match_contents
= suggestion;
local
[
all
...]
search_provider_unittest.cc
2733
const std::string
match_contents
;
member in struct:DefaultFetcherUrlInputMatch
2855
const std::string
match_contents
;
member in struct:DefaultFetcherUrlInputMatch
[
all
...]
Completed in 2723 milliseconds