HomeSort by relevance Sort by last modified time
    Searched defs:OverlapsWith (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/config/
gpu_test_config.cc 109 bool GPUTestConfig::OverlapsWith(const GPUTestConfig& config) const {
  /external/chromium_org/extensions/common/
url_pattern_set.cc 205 bool URLPatternSet::OverlapsWith(const URLPatternSet& other) const {
212 if (i->OverlapsWith(*j))
url_pattern.cc 104 // 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 {

Completed in 569 milliseconds