Home
last modified time | relevance | path

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

/external/chromium_org/components/url_matcher/
Dsubstring_set_matcher.cc39 const std::string& current_pattern = (*current)->pattern(); in TreeSize() local
41 std::min(last_pattern.size(), current_pattern.size()); in TreeSize()
45 last_pattern[common_prefix] == current_pattern[common_prefix]) in TreeSize()
47 result += current_pattern.size() - common_prefix; in TreeSize()