HomeSort by relevance Sort by last modified time
    Searched defs:OverlapsWith (Results 1 - 2 of 2) 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

Completed in 461 milliseconds