Home
last modified time | relevance | path

Searched refs:offsets_string (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dsnippet_unittest.cc228 const std::string offsets_string; in TEST() member
245 Snippet::ExtractMatchPositions(data[i].offsets_string, "0", &matches); in TEST()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
Diexploder.rb561 (lines_at_time, offsets_string) = subtest_data.split('_')
562 offsets = offsets_string.split(',').map! {|x| x.to_i }