Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Durl_pattern.h211 static bool EffectiveHostCompare(const URLPattern& a, const URLPattern& b) { in EffectiveHostCompare() function
221 return EffectiveHostCompare(a, b); in operator()