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

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 42 const char kInvalidValue[] = "Condition '*' has an invalid value";
144 *error = ErrorUtils::FormatErrorMessage(kInvalidValue,
158 *error = ErrorUtils::FormatErrorMessage(kInvalidValue,
230 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name);
238 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name);
562 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name);
569 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name);
734 *error = ErrorUtils::FormatErrorMessage(kInvalidValue,
839 *error = ErrorUtils::FormatErrorMessage(kInvalidValue,
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 23 kInvalidValue = (1 << 1),
550 return gl_error_bit::kInvalidValue;
567 case gl_error_bit::kInvalidValue:

Completed in 418 milliseconds