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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/dom/
MutationEvent.idl 30 readonly attribute Node relatedNode;
31 readonly attribute DOMString prevValue;
32 readonly attribute DOMString newValue;
33 readonly attribute DOMString attrName;
34 readonly attribute unsigned short attrChange;
Document.idl 31 readonly attribute DocumentType doctype;
32 readonly attribute DOMImplementation implementation;
33 readonly attribute Element documentElement;
68 readonly attribute [ConvertNullStringTo=Null] DOMString inputEncoding;
70 readonly attribute [ConvertNullStringTo=Null] DOMString xmlEncoding;
105 readonly attribute DOMWindow defaultView;
109 readonly attribute StyleSheetList styleSheets;
151 readonly attribute DOMString referrer;
156 readonly attribute DOMString domain;
158 readonly attribute DOMString URL
    [all...]
MessageEvent.idl 32 readonly attribute [CachedAttribute] SerializedScriptValue data;
34 readonly attribute DOMString origin;
35 readonly attribute DOMString lastEventId;
36 readonly attribute DOMWindow source;
38 readonly attribute [CustomGetter] Array ports;
43 readonly attribute MessagePort messagePort;
  /external/webkit/Source/WebCore/fileapi/
File.idl 33 readonly attribute DOMString name;
35 readonly attribute Date lastModifiedDate;
38 readonly attribute DOMString webkitRelativePath;
42 readonly attribute DOMString fileName;
43 readonly attribute unsigned long long fileSize;
  /external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.idl 30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber surfaceScale;
32 readonly attribute SVGAnimatedNumber diffuseConstant;
33 readonly attribute SVGAnimatedNumber kernelUnitLengthX;
34 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
SVGFilterPrimitiveStandardAttributes.idl 30 readonly attribute SVGAnimatedLength x;
31 readonly attribute SVGAnimatedLength y;
32 readonly attribute SVGAnimatedLength width;
33 readonly attribute SVGAnimatedLength height;
34 readonly attribute SVGAnimatedString result;
SVGImageElement.idl 35 readonly attribute SVGAnimatedLength x;
36 readonly attribute SVGAnimatedLength y;
37 readonly attribute SVGAnimatedLength width;
38 readonly attribute SVGAnimatedLength height;
39 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGRadialGradientElement.idl 29 readonly attribute SVGAnimatedLength cx;
30 readonly attribute SVGAnimatedLength cy;
31 readonly attribute SVGAnimatedLength r;
32 readonly attribute SVGAnimatedLength fx;
33 readonly attribute SVGAnimatedLength fy;
SVGTextPositioningElement.idl 29 readonly attribute SVGAnimatedLengthList x;
30 readonly attribute SVGAnimatedLengthList y;
31 readonly attribute SVGAnimatedLengthList dx;
32 readonly attribute SVGAnimatedLengthList dy;
33 readonly attribute SVGAnimatedNumberList rotate;
SVGZoomEvent.idl 29 readonly attribute SVGRect zoomRectScreen;
30 readonly attribute float previousScale;
31 readonly attribute [Immutable] SVGPoint previousTranslate;
32 readonly attribute float newScale;
33 readonly attribute [Immutable] SVGPoint newTranslate;
SVGFETurbulenceElement.idl 43 readonly attribute SVGAnimatedNumber baseFrequencyX;
44 readonly attribute SVGAnimatedNumber baseFrequencyY;
45 readonly attribute SVGAnimatedInteger numOctaves;
46 readonly attribute SVGAnimatedNumber seed;
47 readonly attribute SVGAnimatedEnumeration stitchTiles;
48 readonly attribute SVGAnimatedEnumeration type;
  /external/clang/test/SemaObjC/
duplicate-property-class-extension.m 5 @property (readonly) char foo;
12 @property (readwrite) char bar; // expected-error{{illegal redeclaration of 'readwrite' property in class extension 'Foo' (perhaps you intended this to be a 'readwrite' redeclaration of a 'readonly' public property?)}}
21 @property (readonly) char foo; // expected-error {{property has a previous declaration}}
block-attr.m 10 @property (readonly) void (^block)(void); // readonly property is OK
narrow-property-type-in-cont-class.m 11 @property(nonatomic,readonly,retain) NSArray* outline;
12 @property(nonatomic,readonly,retain) NSMutableArray* err_outline; // expected-note {{property declared here}}
  /external/webkit/Source/WebCore/html/
HTMLInputElement.idl 26 readonly attribute HTMLFormElement form;
32 readonly attribute ValidityState validity;
41 readonly attribute HTMLElement list;
53 attribute [Reflect] boolean readOnly;
63 attribute [ConvertNullToNullString] DOMString type; // readonly dropped as part of DOM level 2
71 readonly attribute HTMLOptionElement selectedOption;
78 readonly attribute boolean willValidate;
79 readonly attribute DOMString validationMessage;
98 readonly attribute DOMString altDisplayString;
99 readonly attribute URL absoluteImageURL
    [all...]
HTMLKeygenElement.idl 37 readonly attribute HTMLFormElement form;
41 readonly attribute DOMString type;
43 readonly attribute boolean willValidate;
44 readonly attribute ValidityState validity;
45 readonly attribute DOMString validationMessage;
49 readonly attribute NodeList labels;
HTMLObjectElement.idl 28 readonly attribute HTMLFormElement form;
45 readonly attribute boolean willValidate;
46 readonly attribute ValidityState validity;
47 readonly attribute DOMString validationMessage;
52 readonly attribute [CheckFrameSecurity] Document contentDocument;
62 readonly attribute URL absoluteImageURL;
HTMLOutputElement.idl 28 readonly attribute HTMLFormElement form;
31 readonly attribute DOMString type;
35 readonly attribute boolean willValidate;
36 readonly attribute ValidityState validity;
37 readonly attribute DOMString validationMessage;
41 readonly attribute NodeList labels;
HTMLVideoElement.idl 33 readonly attribute unsigned long videoWidth;
34 readonly attribute unsigned long videoHeight;
37 readonly attribute boolean webkitSupportsFullscreen;
38 readonly attribute boolean webkitDisplayingFullscreen;
49 readonly attribute unsigned long webkitDecodedFrameCount;
53 readonly attribute unsigned long webkitDroppedFrameCount;
  /external/webkit/Source/WebCore/storage/
IDBRequest.idl 35 readonly attribute IDBAny result
37 readonly attribute unsigned short errorCode
39 readonly attribute [ConvertNullStringTo=Undefined] DOMString webkitErrorMessage
41 readonly attribute IDBAny source;
42 readonly attribute IDBTransaction transaction;
47 readonly attribute unsigned short readyState;
  /external/clang/test/ASTMerge/Inputs/
property2.m 6 @property (readonly) int Prop1;
12 @property (readonly) int Prop1;
  /external/clang/test/CodeGen/
2009-09-24-SqrtErrno.c 8 // CHECK-NOT: readonly
10 // Check that this is not marked readonly when errno is used.
  /external/clang/test/CodeGenObjC/
debug-info-default-synth-ivar.m 15 @property(readonly) NSString *someString;
16 @property(readonly) unsigned long someNumber;
  /external/llvm/test/CodeGen/X86/
compare-inf.ll 9 define float @oeq_inff(float %x, float %y) nounwind readonly {
18 define double @oeq_inf(double %x, double %y) nounwind readonly {
27 define float @une_inff(float %x, float %y) nounwind readonly {
36 define double @une_inf(double %x, double %y) nounwind readonly {
45 define float @oeq_neg_inff(float %x, float %y) nounwind readonly {
54 define double @oeq_neg_inf(double %x, double %y) nounwind readonly {
63 define float @une_neg_inff(float %x, float %y) nounwind readonly {
72 define double @une_neg_inf(double %x, double %y) nounwind readonly {
  /external/llvm/test/Transforms/InstCombine/
2008-06-13-ReadOnlyCallStore.ll 6 %tmp3 = call i32 @strlen( i8* %s ) nounwind readonly
18 declare i32 @strlen(i8*) nounwind readonly

Completed in 819 milliseconds

1 2 34 5 6 7 8 91011>>