OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsets_str
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/history/
snippet.h
36
static void ExtractMatchPositions(const std::string&
offsets_str
,
text_database.cc
351
std::string
offsets_str
= statement.ColumnString(3);
local
352
Snippet::ExtractMatchPositions(
offsets_str
, kTitleColumnIndex,
359
Snippet::ExtractMatchPositions(
offsets_str
, kBodyColumnIndex,
snippet.cc
163
void Snippet::ExtractMatchPositions(const std::string&
offsets_str
,
167
if (
offsets_str
.empty())
170
base::SplitString(
offsets_str
, ' ', &offsets);
/external/chromium_org/chrome/browser/history/
snippet.h
35
static void ExtractMatchPositions(const std::string&
offsets_str
,
snippet.cc
163
void Snippet::ExtractMatchPositions(const std::string&
offsets_str
,
167
if (
offsets_str
.empty())
170
base::SplitString(
offsets_str
, ' ', &offsets);
Completed in 992 milliseconds