Home
last modified time | relevance | path

Searched refs:attributeValue (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig.cpp242 EGLAttrib attributeValue = attribIter->second;
244 if (attributeValue == EGL_DONT_CARE)
252 match = config.bufferSize >= attributeValue;
255 match = config.alphaSize >= attributeValue;
258 match = config.blueSize >= attributeValue;
261 match = config.greenSize >= attributeValue;
264 match = config.redSize >= attributeValue;
267 match = config.depthSize >= attributeValue;
270 match = config.stencilSize >= attributeValue;
273 match = config.configCaveat == static_cast<EGLenum>(attributeValue);
[all...]
/third_party/node/deps/undici/src/lib/cookies/
H A Dparse.js126 let attributeValue = ''
142 attributeValue = cookieAv.slice(position.position + 1)
154 attributeValue = attributeValue.trim()
158 if (attributeValue.length > maxAttributeValueSize) {
173 const expiryTime = new Date(attributeValue)
186 const charCode = attributeValue.charCodeAt(0)
188 if ((charCode < 48 || charCode > 57) && attributeValue[0] !== '-') {
194 if (!/^\d+$/.test(attributeValue)) {
199 const deltaSeconds = Number(attributeValue)
[all...]
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlwf.c128 attributeValue(FILE *fp, const XML_Char *s) { in attributeValue() function
200 attributeValue(fp, *atts); in startElement()
240 attributeValue(fp, name); in startElementNS()
262 attributeValue(fp, *atts); in startElementNS()
265 attributeValue(fp, name); in startElementNS()
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp497 bool SkSVGNode::setAttribute(const char* attributeName, const char* attributeValue) { in setAttribute() argument
498 return set_string_attribute(sk_ref_sp(this), attributeName, attributeValue); in setAttribute()
/third_party/skia/modules/svg/include/
H A DSkSVGNode.h113 bool setAttribute(const char* attributeName, const char* attributeValue);

Completed in 5 milliseconds