Searched defs:offsets_str (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dsnippet.cc163 void Snippet::ExtractMatchPositions(const std::string& offsets_str, argument
167 if (offsets_str.empty())
170 base::SplitString(offsets_str, ' ', &offsets);
H A Dtext_database.cc351 std::string offsets_str = statement.ColumnString(3); local
352 Snippet::ExtractMatchPositions(offsets_str, kTitleColumnIndex,
359 Snippet::ExtractMatchPositions(offsets_str, kBodyColumnIndex,

Completed in 53 milliseconds