Searched defs:OverlapsWith (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_test_config.cc109 bool GPUTestConfig::OverlapsWith(const GPUTestConfig& config) const { function in class:gpu::GPUTestConfig
/external/chromium_org/extensions/common/
H A Durl_pattern_set.cc205 bool URLPatternSet::OverlapsWith(const URLPatternSet& other) const { function in class:extensions::URLPatternSet
212 if (i->OverlapsWith(*j))
H A Durl_pattern.cc104 // The functions that rely on this (OverlapsWith and Contains) are only
476 // Make the behaviour of OverlapsWith consistent with MatchesURL, which is
521 bool URLPattern::OverlapsWith(const URLPattern& other) const { function in class:URLPattern

Completed in 931 milliseconds