HomeSort by relevance Sort by last modified time
    Searched refs:GetHigherPriorityLocation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/common/extensions/
extension_unittest.cc 63 Manifest::GetHigherPriorityLocation(Manifest::COMPONENT, loc));
65 Manifest::GetHigherPriorityLocation(loc, Manifest::COMPONENT));
70 Manifest::GetHigherPriorityLocation(Manifest::INTERNAL, loc));
72 Manifest::GetHigherPriorityLocation(loc, Manifest::INTERNAL));
77 Manifest::GetHigherPriorityLocation(
82 Manifest::GetHigherPriorityLocation(
  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 73 Manifest::GetHigherPriorityLocation(
pending_extension_manager.cc 182 if (extension && location == Manifest::GetHigherPriorityLocation(
extension_service_unittest.cc     [all...]
extension_service.cc 196 if (current == Manifest::GetHigherPriorityLocation(current, location))
    [all...]
  /external/chromium_org/extensions/common/
manifest.h 74 // its install source should be set to GetHigherPriorityLocation(A, B).
75 static Location GetHigherPriorityLocation(Location loc1, Location loc2);
manifest.cc 26 // Manifest::GetHigherPriorityLocation() to compare locations.
95 Manifest::Location Manifest::GetHigherPriorityLocation(

Completed in 201 milliseconds