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

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_constants.cc 30 const char kLowerPriorityThanKey[] = "lowerPriorityThan";
webrequest_constants.h 34 extern const char kLowerPriorityThanKey[];
webrequest_action_unittest.cc 235 correct_action.SetInteger(keys::kLowerPriorityThanKey, 10);
webrequest_action.cc 226 if (dict->HasKey(keys::kLowerPriorityThanKey)) {
228 dict->GetInteger(keys::kLowerPriorityThanKey, &minimum_priority));
    [all...]
webrequest_rules_registry_unittest.cc 181 action_dict.SetInteger(keys::kLowerPriorityThanKey, 150);
    [all...]

Completed in 39 milliseconds