HomeSort by relevance Sort by last modified time
    Searched refs:Reflect (Results 51 - 66 of 66) sorted by null

1 23

  /external/webkit/Source/WebCore/html/
HTMLMapElement.idl 25 attribute [Reflect] DOMString name;
HTMLBodyElement.idl 24 attribute [Reflect] DOMString aLink;
25 attribute [Reflect] DOMString background;
26 attribute [Reflect] DOMString bgColor;
27 attribute [Reflect] DOMString link;
28 attribute [Reflect] DOMString text;
29 attribute [Reflect] DOMString vLink;
HTMLTextAreaElement.idl 27 attribute [Reflect] DOMString accessKey;
29 attribute [Reflect] boolean disabled;
30 attribute [Reflect] boolean autofocus;
33 attribute [Reflect] DOMString placeholder;
34 attribute [Reflect] boolean readOnly;
35 attribute [Reflect] boolean required;
HTMLSourceElement.idl 28 attribute [Reflect, URL] DOMString src;
HTMLOptionElement.idl 27 attribute [Reflect=selected] boolean defaultSelected;
34 attribute [Reflect] boolean disabled;
35 attribute [Reflect] DOMString label;
HTMLVideoElement.idl 31 attribute [Reflect] unsigned long width;
32 attribute [Reflect] unsigned long height;
35 attribute [Reflect, URL] DOMString poster;
HTMLElement.idl 29 attribute [Reflect] DOMString id;
30 attribute [Reflect] DOMString title;
31 attribute [Reflect] DOMString lang;
32 attribute [Reflect] DOMString dir;
33 attribute [Reflect=class] DOMString className;
38 attribute [Reflect] boolean hidden;
HTMLSelectElement.idl 48 attribute [Reflect] boolean disabled;
49 attribute [Reflect] boolean autofocus;
52 attribute [Reflect] boolean required;
HTMLMediaElement.idl 33 attribute [Reflect, URL] DOMString src;
68 attribute [Reflect] boolean autoplay;
69 attribute [Reflect] boolean loop;
HTMLFrameSetElement.idl 26 attribute [Reflect] DOMString cols;
27 attribute [Reflect] DOMString rows;
HTMLOutputElement.idl 29 attribute [Reflect] DOMString name;
  /external/webkit/Source/WebCore/svg/
SVGElement.idl 26 attribute [Reflect] DOMString id setter raises(DOMException);
  /external/webkit/Source/WebCore/bindings/scripts/test/
TestObj.idl 52 attribute [Reflect] DOMString reflectedStringAttr;
53 attribute [Reflect] long reflectedIntegralAttr;
54 attribute [Reflect] unsigned long reflectedUnsignedIntegralAttr;
55 attribute [Reflect] boolean reflectedBooleanAttr;
56 attribute [Reflect, URL] DOMString reflectedURLAttr;
57 attribute [Reflect, NonEmpty, URL] DOMString reflectedNonEmptyURLAttr;
58 attribute [Reflect=customContentStringAttr] DOMString reflectedStringAttr;
59 attribute [Reflect=customContentIntegralAttr] long reflectedCustomIntegralAttr;
60 attribute [Reflect=customContentBooleanAttr] boolean reflectedCustomBooleanAttr;
61 attribute [Reflect=customContentURLAttr, URL] DOMString reflectedCustomURLAttr
    [all...]
  /dalvik/vm/
Dvm.mk 180 reflect/Annotation.cpp \
181 reflect/Proxy.cpp \
182 reflect/Reflect.cpp \
  /external/chromium/chrome/browser/resources/ntp/
apps.js 634 // Reflect the X axis if an RTL language is active.
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 736 my $reflect = $attribute->signature->extendedAttributes->{"Reflect"};
738 if ($getterStringUsesImp && $reflect && !$url && IsNodeSubType($dataNode) && $codeGenerator->IsStringType($attrType)) {
740 my $contentAttributeName = $reflect eq "1" ? lc $attrName : $reflect;
    [all...]

Completed in 2339 milliseconds

1 23