Home
last modified time | relevance | path

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

/external/chromium_org/components/history/core/browser/
Dhistory_types.cc83 while (const size_t* match_indices = MatchesForURL(url, NULL)) in DeleteURL() local
84 DeleteRange(*match_indices, *match_indices); in DeleteURL()
/external/chromium_org/v8/src/
Druntime.cc3902 int32_t match_indices[] = { indices.at(matches - 1), in StringReplaceGlobalAtomRegExpWithString() local
3904 RegExpImpl::SetLastMatchInfo(last_match_info, subject, 0, match_indices); in StringReplaceGlobalAtomRegExpWithString()