HomeSort by relevance Sort by last modified time
    Searched refs:attributeType (Results 1 - 18 of 18) 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/
SVGAnimateTransformElement.cpp 46 if (attributeType() == AttributeTypeCSS)
SVGAnimationElement.cpp 299 void SVGAnimationElement::setAttributeType(const AtomicString& attributeType)
303 if (attributeType == css)
305 else if (attributeType == xml)
353 // Always animate CSS properties, using the ApplyCSSAnimation code path, regardless of the attributeType value.
357 // If attributeType="CSS" and attributeName doesn't point to a CSS property, ignore the animation.
358 if (attributeType() == AttributeTypeCSS)
688 m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTypeCSS && !isTargetAttributeCSSProperty(target, attributeName());
SVGAnimationElement.h 142 enum AttributeType {
147 AttributeType attributeType() const { return m_attributeType; }
197 AttributeType m_attributeType;
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
service_system_protocol.h 110 uint32_t attributeType;
pkcs11_object.c 148 sItem.attributeType = pTemplate[i].type;
    [all...]
  /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...]
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 352 * @param attributeType attribute type to look for (e.g. "ca")
354 public String findMostSpecific(String attributeType) {
392 if (attributeType.equalsIgnoreCase(attType)) {
417 * @param attributeType attribute type to look for (e.g. "ca")
419 public List<String> getAllMostSpecificFirst(String attributeType) {
454 if (attributeType.equalsIgnoreCase(attType)) {
  /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/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)) {
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 505 var attributeType = AutomationAttributeTypes[i];
506 for (var attributeName in nodeData[attributeType]) {
508 nodeData[attributeType][attributeName];
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 331 IGLProperty attributeType = new GLEnumProperty(GLStateType.ATTRIBUTE_TYPE,
338 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 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 409 milliseconds