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

  /external/chromium/chrome/common/extensions/
extension_extent.cc 47 bool ExtensionExtent::OverlapsWith(const ExtensionExtent& other) const {
54 if (i->OverlapsWith(*j))
url_pattern.cc 313 bool URLPattern::OverlapsWith(const URLPattern& other) const {
320 // We currently only use OverlapsWith() for the patterns inside
  /external/chromium_org/extensions/common/
url_pattern_set.cc 171 bool URLPatternSet::OverlapsWith(const URLPatternSet& other) const {
178 if (i->OverlapsWith(*j))
url_pattern.cc 98 // The functions that rely on this (OverlapsWith and Contains) are only
402 // Make the behaviour of OverlapsWith consistent with MatchesURL, which is
447 bool URLPattern::OverlapsWith(const URLPattern& other) const {
  /external/chromium_org/gpu/config/
gpu_test_config.cc 101 bool GPUTestConfig::OverlapsWith(const GPUTestConfig& config) const {

Completed in 84 milliseconds