HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 401 - 425 of 2398) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/modules/
TestPartialInterface3.idl 37 attribute long partial3LongAttribute;
38 static attribute long partial3StaticLongAttribute;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMediaRule.idl 23 readonly attribute MediaList media;
24 readonly attribute CSSRuleList cssRules;
CSSValue.idl 34 [RaisesException=Setter] attribute DOMString? cssText;
36 readonly attribute unsigned short cssValueType;
MediaList.idl 31 attribute DOMString? mediaText;
32 readonly attribute unsigned long length;
CSSRule.idl 45 readonly attribute unsigned short type;
47 attribute DOMString cssText;
49 readonly attribute CSSStyleSheet parentStyleSheet;
50 readonly attribute CSSRule parentRule;
CSSRuleList.idl 31 readonly attribute unsigned long length;
CSSValueList.idl 28 readonly attribute unsigned long length;
StyleMedia.idl 31 readonly attribute DOMString type;
  /external/chromium_org/third_party/WebKit/Source/core/events/
KeyboardEvent.idl 29 [InitializedByEventConstructor] readonly attribute DOMString keyIdentifier;
30 [InitializedByEventConstructor] readonly attribute unsigned long location;
31 [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor] readonly attribute unsigned long keyLocation; // Deprecated.
32 [InitializedByEventConstructor] readonly attribute boolean ctrlKey;
33 [InitializedByEventConstructor] readonly attribute boolean shiftKey;
34 [InitializedByEventConstructor] readonly attribute boolean altKey;
35 [InitializedByEventConstructor] readonly attribute boolean metaKey;
36 [InitializedByEventConstructor] readonly attribute boolean repeat;
EventTarget.h 79 // Optionally add "attribute EventHandler onfoo;" attributes.
88 // - If you added an onfoo attribute, use DEFINE_ATTRIBUTE_EVENT_LISTENER(foo)
127 // Used for legacy "onEvent" attribute APIs.
177 #define DEFINE_ATTRIBUTE_EVENT_LISTENER(attribute) \
178 EventListener* on##attribute() { return getAttributeEventListener(EventTypeNames::attribute); } \
179 void setOn##attribute(PassRefPtr<EventListener> listener) { setAttributeEventListener(EventTypeNames::attribute, listener); } \
181 #define DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(attribute) \
182 static EventListener* on##attribute(EventTarget& eventTarget) { return eventTarget.getAttributeEventListener(EventTypeNames::attribute (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.idl 29 attribute long width;
30 attribute long height;
ImageData.idl 38 readonly attribute long width;
39 readonly attribute long height;
MediaKeyError.idl 36 readonly attribute unsigned short code;
37 [RuntimeEnabled=EncryptedMedia] readonly attribute unsigned long systemCode;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPoint.idl 28 [RaisesException=Setter] attribute float x;
29 [RaisesException=Setter] attribute float y;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioListener.idl 33 attribute float dopplerFactor; // same as OpenAL (default 1.0)
34 attribute float speedOfSound; // in meters / second (default 343.3)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.idl 33 readonly attribute unsigned long code;
34 readonly attribute DOMString message;
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
AttributeElementFactory.java 9 package com.vladium.jcd.cls.attribute;
  /external/proguard/src/proguard/classfile/attribute/
LineNumberInfo.java 21 package proguard.classfile.attribute;
  /external/proguard/src/proguard/classfile/attribute/annotation/
AnnotationDefaultAttribute.java 21 package proguard.classfile.attribute.annotation;
24 import proguard.classfile.attribute.Attribute;
25 import proguard.classfile.attribute.annotation.visitor.ElementValueVisitor;
26 import proguard.classfile.attribute.visitor.AttributeVisitor;
29 * This Attribute represents an annotation default attribute.
33 public class AnnotationDefaultAttribute extends Attribute
67 // Implementations for Attribute.
  /external/proguard/src/proguard/obfuscate/
AttributeUsageMarker.java 24 import proguard.classfile.attribute.Attribute;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
39 // A visitor info flag to indicate the attribute is being used.
45 public void visitAnyAttribute(Clazz clazz, Attribute attribute)
47 markAsUsed(attribute);
55 * In this context, the VisitorAccepter will be an Attribute object.
65 * In this context, the VisitorAccepter will be an Attribute object.
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 59 nlattr *get_attribute(int attribute) {
60 return mAttributes[attribute];
63 uint8_t get_u8(int attribute) {
64 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0;
67 uint16_t get_u16(int attribute) {
68 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0;
71 uint32_t get_u32(int attribute) {
72 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Selection.idl 42 readonly attribute Node anchorNode;
43 readonly attribute long anchorOffset;
44 readonly attribute Node focusNode;
45 readonly attribute long focusOffset;
47 readonly attribute boolean isCollapsed;
59 readonly attribute long rangeCount;
72 [MeasureAs=SelectionBaseNode] readonly attribute Node baseNode;
73 [MeasureAs=SelectionBaseOffset] readonly attribute long baseOffset;
74 [MeasureAs=SelectionExtentNode] readonly attribute Node extentNode;
75 [MeasureAs=SelectionExtentOffset] readonly attribute long extentOffset
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLSchema.java 19 and NS4-specific. Attribute declarations of type CDATA with no default
250 attribute("a", "hreflang", "NMTOKEN", null);
251 attribute("a", "shape", "CDATA", "rect");
252 attribute("a", "tabindex", "NMTOKEN", null);
253 attribute("applet", "align", "NMTOKEN", null);
254 attribute("area", "nohref", "BOOLEAN", null);
255 attribute("area", "shape", "CDATA", "rect");
256 attribute("area", "tabindex", "NMTOKEN", null);
257 attribute("br", "clear", "CDATA", "none");
258 attribute("button", "disabled", "BOOLEAN", null)
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 192 #define SORT(attribute) \
193 if (x.attribute != y.attribute) \
195 return x.attribute < y.attribute; \
265 const EGLint *attribute = attribList;
267 while (attribute[0] != EGL_NONE)
269 switch (attribute[0])
271 case EGL_BUFFER_SIZE: match = config->mBufferSize >= attribute[1]; break;
272 case EGL_ALPHA_SIZE: match = config->mAlphaSize >= attribute[1]; break
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterfaceWillBeGarbageCollected.idl 36 attribute TestInterfaceWillBeGarbageCollected attr1;

Completed in 1637 milliseconds

<<11121314151617181920>>