HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 201 - 225 of 1957) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/css/
Counter.idl 24 readonly attribute DOMString identifier;
25 readonly attribute DOMString listStyle;
26 readonly attribute DOMString separator;
  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.idl 31 readonly attribute [Custom] double alpha;
32 readonly attribute [Custom] double beta;
33 readonly attribute [Custom] double gamma;
Entity.idl 23 readonly attribute [ConvertNullStringTo=Null] DOMString publicId;
24 readonly attribute [ConvertNullStringTo=Null] DOMString systemId;
25 readonly attribute [ConvertNullStringTo=Null] DOMString notationName;
OverflowEvent.idl 31 readonly attribute unsigned short orient;
32 readonly attribute boolean horizontalOverflow;
33 readonly attribute boolean verticalOverflow;
ProgressEvent.idl 29 readonly attribute boolean lengthComputable;
30 readonly attribute unsigned long long loaded;
31 readonly attribute unsigned long long total;
RangeException.idl 24 readonly attribute unsigned short code;
25 readonly attribute DOMString name;
26 readonly attribute DOMString message;
  /external/webkit/Source/WebCore/html/
HTMLOptionElement.idl 26 readonly attribute HTMLFormElement form;
31 readonly attribute DOMString text;
33 readonly attribute long index;
HTMLProgressElement.idl 28 readonly attribute double position;
29 readonly attribute HTMLFormElement form;
30 readonly attribute NodeList labels;
HTMLTableRowElement.idl 24 readonly attribute long rowIndex;
25 readonly attribute long sectionRowIndex;
26 readonly attribute HTMLCollection cells;
  /external/webkit/Source/WebCore/html/canvas/
ArrayBufferView.idl 28 readonly attribute ArrayBuffer buffer;
29 readonly attribute unsigned long byteOffset;
30 readonly attribute unsigned long byteLength;
WebGLActiveInfo.idl 31 readonly attribute int size;
32 readonly attribute unsigned int type;
33 readonly attribute DOMString name;
  /external/webkit/Source/WebCore/inspector/
ScriptProfile.idl 30 readonly attribute DOMString title;
31 readonly attribute unsigned long uid;
32 readonly attribute ScriptProfileNode head;
  /external/webkit/Source/WebCore/page/
MemoryInfo.idl 35 readonly attribute unsigned long totalJSHeapSize;
36 readonly attribute unsigned long usedJSHeapSize;
37 readonly attribute [JSCCustomGetter] unsigned long jsHeapSizeLimit;
  /external/webkit/Source/WebCore/rendering/
HitTestRequest.h 30 ReadOnly = 1 << 1,
45 bool readOnly() const { return m_requestType & ReadOnly; }
  /external/webkit/Source/WebCore/svg/
SVGCircleElement.idl 35 readonly attribute SVGAnimatedLength cx;
36 readonly attribute SVGAnimatedLength cy;
37 readonly attribute SVGAnimatedLength r;
SVGException.idl 28 readonly attribute unsigned short code;
29 readonly attribute DOMString name;
30 readonly attribute DOMString message;
SVGFEGaussianBlurElement.idl 30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber stdDeviationX;
32 readonly attribute SVGAnimatedNumber stdDeviationY;
SVGFEOffsetElement.idl 30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber dx;
32 readonly attribute SVGAnimatedNumber dy;
SVGFEPointLightElement.idl 29 readonly attribute SVGAnimatedNumber x;
30 readonly attribute SVGAnimatedNumber y;
31 readonly attribute SVGAnimatedNumber z;
SVGGradientElement.idl 42 readonly attribute SVGAnimatedEnumeration gradientUnits;
43 readonly attribute SVGAnimatedTransformList gradientTransform;
44 readonly attribute SVGAnimatedEnumeration spreadMethod;
SVGTests.idl 30 readonly attribute SVGStringList requiredFeatures;
31 readonly attribute SVGStringList requiredExtensions;
32 readonly attribute SVGStringList systemLanguage;
  /external/webkit/Source/WebCore/webaudio/
AudioNode.idl 29 readonly attribute AudioContext context;
30 readonly attribute unsigned long numberOfInputs;
31 readonly attribute unsigned long numberOfOutputs;
  /external/webkit/Source/WebCore/fileapi/
Entry.idl 37 readonly attribute boolean isFile;
38 readonly attribute boolean isDirectory;
39 readonly attribute DOMString name;
40 readonly attribute DOMString fullPath;
41 readonly attribute DOMFileSystem filesystem;
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 523 // ReadOnly
524 object.setProperty("readOnlyProperty", num, QScriptValue::ReadOnly);
525 // QCOMPARE(object.propertyFlags("readOnlyProperty"), QScriptValue::ReadOnly);
606 object.setProperty("flagProperty", str, QScriptValue::ReadOnly);
607 // QCOMPARE(object.propertyFlags("flagProperty"), QScriptValue::ReadOnly);
610 // QCOMPARE(object.propertyFlags("flagProperty"), QScriptValue::ReadOnly | QScriptValue::SkipInEnumeration);
613 // QCOMPARE(object.propertyFlags("flagProperty"), QScriptValue::ReadOnly | QScriptValue::SkipInEnumeration);
    [all...]
  /external/llvm/test/CodeGen/ARM/
fast-isel-ldrh-strh-arm.ll 4 define zeroext i16 @t1(i16* nocapture %a) nounwind uwtable readonly ssp {
13 define zeroext i16 @t2(i16* nocapture %a) nounwind uwtable readonly ssp {
22 define zeroext i16 @t3(i16* nocapture %a) nounwind uwtable readonly ssp {
31 define zeroext i16 @t4(i16* nocapture %a) nounwind uwtable readonly ssp {
42 define zeroext i16 @t5(i16* nocapture %a) nounwind uwtable readonly ssp {
51 define zeroext i16 @t6(i16* nocapture %a) nounwind uwtable readonly ssp {
60 define zeroext i16 @t7(i16* nocapture %a) nounwind uwtable readonly ssp {
69 define zeroext i16 @t8(i16* nocapture %a) nounwind uwtable readonly ssp {
122 define signext i8 @t13(i8* nocapture %a) nounwind uwtable readonly ssp {
131 define signext i8 @t14(i8* nocapture %a) nounwind uwtable readonly ssp
    [all...]

Completed in 3457 milliseconds

1 2 3 4 5 6 7 891011>>