OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_location
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_match.cc
121
size_t
match_location
,
134
if (
match_location
!= 0) {
139
if (
match_location
== string16::npos) {
146
classification->push_back(ACMatchClassification(
match_location
,
150
const size_t after_match(
match_location
+ match_length);
autocomplete_match.h
122
static void ClassifyLocationInString(size_t
match_location
,
history_url_provider.cc
316
// |
match_location
| below. StringForURLDisplay() and TrimHttpPrefix() have
336
const size_t
match_location
= (best_prefix == NULL) ?
local
338
AutocompleteMatch::ClassifyLocationInString(
match_location
,
[
all
...]
Completed in 70 milliseconds