Searched refs:last_pattern (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/url_matcher/
H A Dsubstring_set_matcher.cc38 const std::string& last_pattern = (*last)->pattern(); local
41 std::min(last_pattern.size(), current_pattern.size());
45 last_pattern[common_prefix] == current_pattern[common_prefix])

Completed in 335 milliseconds