Home
last modified time | relevance | path

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

/external/chromium_org/extensions/browser/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc42 const char kInvalidValue[] = "Condition '*' has an invalid value"; variable
144 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
158 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
230 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in Create()
238 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in Create()
563 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in PrepareHeaderMatcher()
570 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, name); in PrepareHeaderMatcher()
735 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
841 *error = ErrorUtils::FormatErrorMessage(kInvalidValue, in Create()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_utils.cc23 kInvalidValue = (1 << 1), enumerator
554 return gl_error_bit::kInvalidValue; in GLErrorToErrorBit()
571 case gl_error_bit::kInvalidValue: in GLErrorBitToGLError()