/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextAreaElement.idl | 23 [Reflect] attribute boolean autofocus; 25 [Reflect] attribute DOMString dirName; 26 [Reflect] attribute boolean disabled; 29 [Reflect] attribute DOMString name; 30 [Reflect] attribute DOMString placeholder; 31 [Reflect] attribute boolean readOnly; 32 [Reflect] attribute boolean required; 34 [Reflect] attribute DOMString wrap; 35 [RuntimeEnabled=InputModeAttribute, Reflect] attribute DOMString inputMode;
|
HTMLElement.idl | 24 [Reflect] attribute DOMString title; 25 [Reflect] attribute DOMString lang; 27 [Reflect] attribute DOMString dir; 31 [Reflect, TreatNullAs=NullString] attribute DOMString webkitdropzone; 32 [Reflect] attribute boolean hidden; 33 [Reflect] attribute DOMString accessKey;
|
HTMLFormElement.idl | 22 [Reflect=accept_charset] attribute DOMString acceptCharset; 23 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString action; 24 [Reflect] attribute DOMString autocomplete; 28 [Reflect] attribute DOMString name; 29 [Reflect] attribute boolean noValidate; 30 [Reflect] attribute DOMString target;
|
HTMLFrameSetElement.idl | 23 [Reflect] attribute DOMString cols; 24 [Reflect] attribute DOMString rows;
|
HTMLDialogElement.idl | 29 [Reflect] attribute boolean open;
|
HTMLSourceElement.idl | 29 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
HTMLVideoElement.idl | 29 [Reflect] attribute unsigned long width; 30 [Reflect] attribute unsigned long height; 33 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString poster;
|
HTMLFieldSetElement.idl | 21 [Reflect] attribute boolean disabled; 23 [Reflect] attribute DOMString name;
|
HTMLOptionElement.idl | 25 [Reflect] attribute boolean disabled; 28 [Reflect=selected] attribute boolean defaultSelected;
|
HTMLSelectElement.idl | 23 [Reflect] attribute boolean autofocus; 24 [Reflect] attribute boolean disabled; 27 [Reflect] attribute DOMString name; 28 [Reflect] attribute boolean required;
|
HTMLMediaElement.idl | 35 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src; 37 [Reflect] attribute DOMString crossOrigin; 68 [Reflect] attribute boolean autoplay; 69 [Reflect] attribute boolean loop; 74 [Reflect] attribute DOMString mediaGroup; 81 [Reflect=muted] attribute boolean defaultMuted;
|
HTMLOutputElement.idl | 28 [Reflect] attribute DOMString name;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGGlyphRefElement.idl | 23 // FIXME: Use [Reflect] after https://bugs.webkit.org/show_bug.cgi?id=64843 is fixed. 25 [Reflect, TreatNullAs=NullString] attribute DOMString format;
|
/external/llvm/lib/Target/NVPTX/ |
NVVMReflect.cpp | 11 // integer based on -nvvm-reflect-list string=<int> option given to this pass. 82 NVVMReflectEnabled("nvvm-reflect-enable", cl::init(true), 86 INITIALIZE_PASS(NVVMReflect, "nvvm-reflect", 91 ReflectList("nvvm-reflect-list", cl::value_desc("name=<int>"), 96 /// -nvvm-reflect-list a=1,b=2 -nvvm-reflect-list c=3,d=0 -R e=2 127 // If reflect function is not used, then there will be 150 CallInst *Reflect = cast<CallInst>(*I); 152 assert((Reflect->getNumOperands() == 2) && 156 const Value *conv = Reflect->getArgOperand(0) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestImplements.idl | 46 [Reflect=CONST_IMPL] const unsigned short IMPLEMENTSCONSTANT2 = 2;
|
TestPartialInterface.idl | 47 [Reflect=CONST_IMPL] const unsigned short SUPPLEMENTALCONSTANT2 = 2;
|
TestObjectPython.idl | 54 [Reflect=CONST_IMPL] const short CONST_JAVASCRIPT = 1; 161 [Reflect] attribute TestInterface reflectTestInterfaceAttribute; 162 [Reflect=reflectedNameAttribute] attribute TestInterface reflectReflectedNameAttributeTestAttribute; 163 // [Reflect] exceptional types: exceptional getters, exceptional setters, 165 [Reflect] attribute boolean reflectBooleanAttribute; 166 [Reflect] attribute long reflectLongAttribute; 167 [Reflect] attribute unsigned short reflectUnsignedShortAttribute; 168 [Reflect] attribute unsigned long reflectUnsignedLongAttribute; 169 // [Reflect] exceptional names 170 [Reflect] attribute DOMString id [all...] |
TestObject.idl | 67 [Reflect, TreatNullAs=NullString] attribute DOMString reflectedStringAttr; 68 [Reflect] attribute long reflectedIntegralAttr; 69 [Reflect] attribute unsigned long reflectedUnsignedIntegralAttr; 70 [Reflect] attribute boolean reflectedBooleanAttr; 71 [Reflect, TreatNullAs=NullString, URL] attribute DOMString reflectedURLAttr; 72 [Reflect=customContentStringAttr, TreatNullAs=NullString] attribute DOMString reflectedStringAttr; 73 [Reflect=customContentIntegralAttr] attribute long reflectedCustomIntegralAttr; 74 [Reflect=customContentBooleanAttr] attribute boolean reflectedCustomBooleanAttr; 75 [Reflect=customContentURLAttr, TreatNullAs=NullString, URL] attribute DOMString reflectedCustomURLAttr; 76 [Reflect] attribute SVGAnimatedString animatedReflectedAttribute [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/testing/ |
SupportTestPartialInterface.idl | 48 [Reflect=CONST_IMPL] const unsigned short SUPPLEMENTALCONSTANT2 = 2;
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
IDLExtendedAttributes.txt | 79 Reflect=|*
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.idl | 55 [Reflect] attribute DOMString id; 92 [Reflect=class, PerWorldBindings] attribute DOMString className; 105 [RuntimeEnabled=ShadowDOM, Reflect, TreatNullAs=NullString, PerWorldBindings] attribute DOMString pseudo; 111 [Reflect=pseudo, TreatNullAs=NullString, ImplementedAs=pseudo, PerWorldBindings, MeasureAs=ShadowDOMPrefixedPseudo] attribute DOMString webkitPseudo;
|
/dalvik/vm/ |
Dvm.mk | 185 reflect/Annotation.cpp \ 186 reflect/Proxy.cpp \ 187 reflect/Reflect.cpp \
|
/external/chromium/chrome/browser/resources/ntp/ |
apps.js | 634 // Reflect the X axis if an RTL language is active.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_editor.js | 78 * Reflect the locked state of the editor in the UI. 869 * Update the UI to reflect mouse drag state.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
media_controls.js | 347 // Reflect the media state in the UI. [all...] |