OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attributeType
(Results
1 - 17
of
17
) sorted by null
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTargetAttributes.java
31
* A code representing the value of the
attributeType
attribute, as
35
public void setAttributeType(short
attributeType
);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatorFactory.h
47
static PassOwnPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* contextElement, AnimatedPropertyType
attributeType
)
52
switch (
attributeType
) {
SVGAnimateTransformElement.cpp
50
if (
attributeType
() == AttributeTypeCSS)
SVGAnimationElement.cpp
320
void SVGAnimationElement::setAttributeType(const AtomicString&
attributeType
)
324
if (
attributeType
== css)
326
else if (
attributeType
== xml)
374
// Always animate CSS properties, using the ApplyCSSAnimation code path, regardless of the
attributeType
value.
378
// If
attributeType
="CSS" and attributeName doesn't point to a CSS property, ignore the animation.
379
if (
attributeType
() == AttributeTypeCSS)
510
AnimatedPropertyType
attributeType
= toSVGAnimateElement(this)->determineAnimatedPropertyType(targetElement());
512
if (
attributeType
== AnimatedBoolean
513
||
attributeType
== AnimatedEnumeration
514
||
attributeType
== AnimatedPreserveAspectRati
[
all
...]
SVGAnimationElement.h
174
enum
AttributeType
{
179
AttributeType
attributeType
() const { return m_attributeType; }
238
AttributeType
m_attributeType;
/hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h
110
uint32_t
attributeType
;
pkcs11_object.c
174
sItem.
attributeType
= (uint32_t)pTemplate1[i].type;
206
sItem.
attributeType
= (uint32_t)pTemplate2[i].type;
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500Name.java
206
* @param
attributeType
the type OID we are looking for.
209
public RDN[] getRDNs(ASN1ObjectIdentifier
attributeType
)
223
if (attr[j].getType().equals(
attributeType
))
232
if (rdn.getFirst().getType().equals(
attributeType
))
/external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java
347
* @param
attributeType
attribute type to look for (e.g. "ca")
349
public String findMostSpecific(String
attributeType
) {
387
if (
attributeType
.equalsIgnoreCase(attType)) {
/libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java
349
* @param
attributeType
attribute type to look for (e.g. "ca")
351
public String findMostSpecific(String
attributeType
) {
389
if (
attributeType
.equalsIgnoreCase(attType)) {
/external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp
585
char
attributeType
[256];
588
int matches = sscanf(input, "static %255s _%255s",
attributeType
, attributeName);
595
mAttributes.push_back(Attribute(parseType(
attributeType
), attributeName));
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
330
IGLProperty
attributeType
= new GLEnumProperty(GLStateType.ATTRIBUTE_TYPE,
337
attributeName,
attributeType
, attributeSize, attributeValue);
/external/robolectric/lib/main/
xpp3-1.1.4c.jar
/external/smack/asmack-master/lib/
xpp3-1.1.4c.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm
[
all
...]
Completed in 767 milliseconds