Home
last modified time | relevance | path

Searched refs:kInvalidValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc41 const char kInvalidValue[] = "Condition '*' has an invalid value"; variable
143 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
157 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
229 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in Create()
237 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in Create()
561 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in PrepareHeaderMatcher()
568 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in PrepareHeaderMatcher()
733 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
838 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_utils.cc23 kInvalidValue = (1 << 1), enumerator
550 return gl_error_bit::kInvalidValue; in GLErrorToErrorBit()
567 case gl_error_bit::kInvalidValue: in GLErrorBitToGLError()