OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchPosition
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/components/bookmarks/browser/
bookmark_match.h
17
// Each
MatchPosition
is the [begin, end) positions of a match within a
19
typedef std::pair<size_t, size_t>
MatchPosition
;
20
typedef std::vector<
MatchPosition
> MatchPositions;
bookmark_match.cc
41
const
MatchPosition
new_match_position(begin, end);
bookmark_index_unittest.cc
115
matches->push_back(BookmarkMatch::
MatchPosition
());
/external/chromium_org/components/query_parser/
snippet.h
19
// Each
MatchPosition
is the [begin, end) positions of a match within a
21
typedef std::pair<size_t, size_t>
MatchPosition
;
22
typedef std::vector<
MatchPosition
> MatchPositions;
query_parser.cc
21
int CompareMatchPosition(const Snippet::
MatchPosition
& mp1,
22
const Snippet::
MatchPosition
& mp2) {
29
bool SnippetIntersects(const Snippet::
MatchPosition
& mp1,
30
const Snippet::
MatchPosition
& mp2) {
37
Snippet::
MatchPosition
& mp = (*matches)[index];
127
Snippet::
MatchPosition
(match_start,
306
Snippet::
MatchPosition
(first_word->position,
snippet_unittest.cc
83
bool ComparePair1st(const Snippet::
MatchPosition
& a,
84
const Snippet::
MatchPosition
& b) {
snippet.cc
21
bool PairFirstLessThan(const Snippet::
MatchPosition
& a,
22
const Snippet::
MatchPosition
& b) {
31
Snippet::
MatchPosition
& pair((*match_positions)[offset]);
48
Snippet::
MatchPosition
pair(start, end);
/external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc
46
(*it) = query_parser::Snippet::
MatchPosition
(
148
void operator()(const query_parser::Snippet::
MatchPosition
& match) {
Completed in 168 milliseconds