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

  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 26 const char kPrefLocation[] = "location";
184 if (!ext->GetInteger(kPrefLocation, &location) ||
287 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
331 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
871 extension_dict->Set(kPrefLocation,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.cc 66 const char kPrefLocation[] = "location";
374 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
    [all...]

Completed in 25 milliseconds