HomeSort by relevance Sort by last modified time
    Searched full:attribute (Results 476 - 500 of 7894) sorted by null

<<11121314151617181920>>

  /dalvik/dx/tests/026-field-attrib-Signature/
info.txt 6 field with a syntactically valid Signature attribute.
  /dalvik/dx/tests/027-method-attrib-Signature/
info.txt 6 method with a syntactically valid Signature attribute.
  /external/bluetooth/bluedroid/stack/include/
wbt_api.h 35 * SDP Attribute IDs *
41 * SDP Attribute ID Values *
43 /* Version Attribute Value */
46 /* Pin Code Attribute Value */
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SimpleAttributeTableGenerator.java 8 * Basic generator that just returns a preconstructed attribute table
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
PKCS12BagAttributeCarrier.java 15 ASN1Encodable attribute);
  /external/chromium_org/content/test/data/accessibility/
aria-menuitemradio-expected-win.txt 2 - checkable:true attribute not set. http://crbug.com/169573>
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 5 {% macro attribute_configuration(attribute) %}
8 (cpp_class, attribute.name)
9 if not attribute.constructor_type else
13 (cpp_class, attribute.name)
14 if attribute.is_per_world_bindings else '0' %}
15 {% set setter_callback = attribute.setter_callback %}
18 (cpp_class, attribute.name)
19 if attribute.is_per_world_bindings and not attribute.is_read_only else '0' %}
22 attribute.constructor_typ
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.idl 30 readonly attribute DOMString name;
31 [Custom=Getter, MeasureAs=FileGetLastModifiedDate] readonly attribute Date lastModifiedDate;
32 [Custom=Getter, RuntimeEnabled=FileConstructor] readonly attribute long long lastModified;
33 [RuntimeEnabled=DirectoryUpload] readonly attribute DOMString webkitRelativePath;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement.idl 21 [Reflect] attribute DOMString content;
22 [Reflect=http_equiv] attribute DOMString httpEquiv;
23 [Reflect] attribute DOMString name;
24 [Reflect] attribute DOMString scheme;
HTMLModElement.cpp 43 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const
45 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
HTMLProgressElement.idl 21 [RaisesException=Setter] attribute double value;
22 [RaisesException=Setter] attribute double max;
23 readonly attribute double position;
24 readonly attribute NodeList labels;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackList.idl 30 readonly attribute unsigned long length;
34 attribute EventHandler onaddtrack;
35 attribute EventHandler onchange;
36 attribute EventHandler onremovetrack;
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
MimeType.idl 24 readonly attribute DOMString type;
25 readonly attribute DOMString suffixes;
26 readonly attribute DOMString description;
27 readonly attribute Plugin enabledPlugin;
Plugin.idl 24 readonly attribute DOMString name;
25 readonly attribute DOMString filename;
26 readonly attribute DOMString description;
27 readonly attribute unsigned long length;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.idl 31 readonly attribute unsigned short unitType;
32 [StrictTypeChecking] attribute float value;
33 [StrictTypeChecking] attribute float valueInSpecifiedUnits;
35 [TreatNullAs=NullString, RaisesException=Setter] attribute DOMString valueAsString;
SVGEllipseElement.idl 27 readonly attribute SVGAnimatedLength cx;
28 readonly attribute SVGAnimatedLength cy;
29 readonly attribute SVGAnimatedLength rx;
30 readonly attribute SVGAnimatedLength ry;
SVGFESpecularLightingElement.idl 27 readonly attribute SVGAnimatedString in1;
28 readonly attribute SVGAnimatedNumber surfaceScale;
29 readonly attribute SVGAnimatedNumber specularConstant;
30 readonly attribute SVGAnimatedNumber specularExponent;
SVGForeignObjectElement.idl 27 readonly attribute SVGAnimatedLength x;
28 readonly attribute SVGAnimatedLength y;
29 readonly attribute SVGAnimatedLength width;
30 readonly attribute SVGAnimatedLength height;
SVGLineElement.idl 27 readonly attribute SVGAnimatedLength x1;
28 readonly attribute SVGAnimatedLength y1;
29 readonly attribute SVGAnimatedLength x2;
30 readonly attribute SVGAnimatedLength y2;
SVGLinearGradientElement.idl 27 readonly attribute SVGAnimatedLength x1;
28 readonly attribute SVGAnimatedLength y1;
29 readonly attribute SVGAnimatedLength x2;
30 readonly attribute SVGAnimatedLength y2;
SVGPathSegCurvetoCubicSmoothAbs.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x2;
31 [StrictTypeChecking] attribute float y2;
SVGPathSegCurvetoCubicSmoothRel.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x2;
31 [StrictTypeChecking] attribute float y2;
SVGPathSegCurvetoQuadraticAbs.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x1;
31 [StrictTypeChecking] attribute float y1;
SVGPathSegCurvetoQuadraticRel.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x1;
31 [StrictTypeChecking] attribute float y1;
SVGRect.idl 24 [StrictTypeChecking] attribute float x;
25 [StrictTypeChecking] attribute float y;
26 [StrictTypeChecking] attribute float width;
27 [StrictTypeChecking] attribute float height;

Completed in 807 milliseconds

<<11121314151617181920>>