OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attributeType
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp
473
char
attributeType
[256];
476
int matches = sscanf(input, "static %255s _%255s",
attributeType
, attributeName);
483
mAttributes.push_back(Attribute(parseType(
attributeType
), attributeName));
/external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp
252
SVGAnimationElement::
AttributeType
SVGAnimationElement::
attributeType
() const
316
// Stop animation, if
attributeType
is set to CSS by the user, but the attribute itself is not a CSS property.
317
if (!attributeIsCSSProperty &&
attributeType
() == AttributeTypeCSS)
Completed in 311 milliseconds