OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_tokens_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
contact_info.cc
43
last_tokens_
= info.
last_tokens_
;
165
return IsNameMatch(text,
last_tokens_
);
197
size_t last_tokens_size =
last_tokens_
.size();
222
if (IsWordInName(*iter,
last_tokens_
)) {
297
last_tokens_
.clear();
298
Tokenize(last, kNameSplitChars, &
last_tokens_
);
299
for (std::vector<string16>::iterator iter =
last_tokens_
.begin();
300
iter !=
last_tokens_
.end(); ++iter) {
contact_info.h
79
// Sets |last_| to |last| and |
last_tokens_
| to the set of tokens in |last|,
90
std::vector<string16>
last_tokens_
;
member in class:NameInfo
Completed in 31 milliseconds