Home | History | Annotate | Download | only in extensions

Lines Matching refs:kPrefLocation

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,
1077 if (!ext->GetInteger(kPrefLocation, &location_value)) {