Searched refs:readonly (Results 1 – 25 of 818) sorted by relevance
12345678910>>...33
/external/webkit/Source/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 34 @property(readonly, copy) NSString *name; 35 @property(readonly) BOOL specified; 37 @property(readonly, retain) DOMElement *ownerElement; 38 @property(readonly, retain) DOMCSSStyleDeclaration *style AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 46 @property(readonly) unsigned length; 74 @property(readonly, retain) DOMDocument *document; 78 @property(readonly, retain) DOMDocumentType *doctype; 79 @property(readonly, retain) DOMImplementation *implementation; 80 @property(readonly, retain) DOMElement *documentElement; 81 @property(readonly, retain) DOMAbstractView *defaultView; [all …]
|
/external/webkit/Source/WebCore/page/ |
D | PerformanceTiming.idl | 35 readonly attribute unsigned long long navigationStart; 36 readonly attribute unsigned long long unloadEventStart; 37 readonly attribute unsigned long long unloadEventEnd; 38 readonly attribute unsigned long long redirectStart; 39 readonly attribute unsigned long long redirectEnd; 40 readonly attribute unsigned long long fetchStart; 41 readonly attribute unsigned long long domainLookupStart; 42 readonly attribute unsigned long long domainLookupEnd; 43 readonly attribute unsigned long long connectStart; 44 readonly attribute unsigned long long connectEnd; [all …]
|
D | Navigator.idl | 26 readonly attribute DOMString appCodeName; 27 readonly attribute DOMString appName; 28 readonly attribute DOMString appVersion; 29 readonly attribute DOMString language; 30 readonly attribute DOMString userAgent; 31 readonly attribute DOMString platform; 32 readonly attribute DOMPluginArray plugins; 33 readonly attribute DOMMimeTypeArray mimeTypes; 34 readonly attribute DOMString product; 35 readonly attribute DOMString productSub; [all …]
|
/external/webkit/Source/WebCore/dom/ |
D | MouseEvent.idl | 24 readonly attribute long screenX; 25 readonly attribute long screenY; 26 readonly attribute long clientX; 27 readonly attribute long clientY; 28 readonly attribute boolean ctrlKey; 29 readonly attribute boolean shiftKey; 30 readonly attribute boolean altKey; 31 readonly attribute boolean metaKey; 32 readonly attribute unsigned short button; 33 readonly attribute EventTarget relatedTarget; [all …]
|
D | WheelEvent.idl | 25 readonly attribute long screenX; 26 readonly attribute long screenY; 27 readonly attribute long clientX; 28 readonly attribute long clientY; 29 readonly attribute boolean ctrlKey; 30 readonly attribute boolean shiftKey; 31 readonly attribute boolean altKey; 32 readonly attribute boolean metaKey; 33 readonly attribute long wheelDelta; 34 readonly attribute long wheelDeltaX; [all …]
|
D | UIEvent.idl | 24 readonly attribute DOMWindow view; 25 readonly attribute long detail; 34 readonly attribute long keyCode; 35 readonly attribute long charCode; 36 readonly attribute long layerX; 37 readonly attribute long layerY; 38 readonly attribute long pageX; 39 readonly attribute long pageY; 40 readonly attribute long which;
|
D | Element.idl | 31 readonly attribute [ConvertNullStringTo=Null] DOMString tagName; 67 readonly attribute CSSStyleDeclaration style; 71 readonly attribute long offsetLeft; 72 readonly attribute long offsetTop; 73 readonly attribute long offsetWidth; 74 readonly attribute long offsetHeight; 75 readonly attribute Element offsetParent; 76 readonly attribute long clientLeft; 77 readonly attribute long clientTop; 78 readonly attribute long clientWidth; [all …]
|
D | Node.idl | 51 readonly attribute [ConvertNullStringTo=Null] DOMString nodeName; 57 readonly attribute unsigned short nodeType; 58 readonly attribute Node parentNode; 59 readonly attribute NodeList childNodes; 60 readonly attribute Node firstChild; 61 readonly attribute Node lastChild; 62 readonly attribute Node previousSibling; 63 readonly attribute Node nextSibling; 64 readonly attribute NamedNodeMap attributes; 65 readonly attribute Document ownerDocument; [all …]
|
D | Event.idl | 55 readonly attribute DOMString type; 56 readonly attribute EventTarget target; 57 readonly attribute EventTarget currentTarget; 58 readonly attribute unsigned short eventPhase; 59 readonly attribute boolean bubbles; 60 readonly attribute boolean cancelable; 61 readonly attribute DOMTimeStamp timeStamp; 70 readonly attribute boolean defaultPrevented; 74 readonly attribute EventTarget srcElement; 79 readonly attribute [Custom] Clipboard clipboardData;
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMEvents.idl | 90 //readonly attribute DOMString type; 93 //readonly attribute EventTarget target; 96 //readonly attribute EventTarget currentTarget; 99 //readonly attribute unsigned short eventPhase; 102 //readonly attribute boolean bubbles; 105 //readonly attribute boolean cancelable; 108 //readonly attribute DOMTimeStamp timeStamp; 172 //readonly attribute DOMString keyIdentifier; 175 //readonly attribute unsigned long keyLocation; 178 //readonly attribute boolean ctrlKey; [all …]
|
/external/clang/test/SemaObjC/ |
D | atomoic-property-synnthesis-rules.m | 121 @property(readonly) int GetSet_ReadOnly; 122 @property(readonly) int Get_ReadOnly; 123 @property(readonly) int Set_ReadOnly; 124 @property(readonly) int None_ReadOnly; 125 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadOnly; 126 @property(nonatomic,readonly) int Get_Nonatomic_ReadOnly; 127 @property(nonatomic,readonly) int Set_Nonatomic_ReadOnly; 128 @property(nonatomic,readonly) int None_Nonatomic_ReadOnly; 131 @property(readonly) int GetSet_ReadWriteInExt; 132 @property(readonly) int Get_ReadWriteInExt; // expected-note {{property declared here}} \ [all …]
|
D | property-in-class-extension-1.m | 9 @property (nonatomic, readonly) NSString* addingMemoryModel; 11 @property (nonatomic, copy, readonly) NSString* matchingMemoryModel; 13 @property (nonatomic, retain, readonly) NSString* addingNoNewMemoryModel; 15 @property (readonly) NSString* none; 16 @property (readonly) NSString* none1; 18 @property (assign, readonly) NSString* changeMemoryModel; // expected-note {{property declared here… 20 @property (readonly) __weak id weak_prop; 21 @property (readonly) __weak id weak_prop1; 23 @property (assign, readonly) NSString* assignProperty; 25 @property (readonly) NSString* readonlyProp; [all …]
|
D | property-5.m | 12 @property(readonly) id ref; 13 @property(readonly) Base *p_base; 14 @property(readonly) NSData *nsdata; 15 @property(readonly) NSData * m_nsdata; 19 @property(readonly) NSData *ref; 20 @property(readonly) Data *p_base; 21 @property(readonly) MutableNSData * m_nsdata; 25 @property(readonly) id p_base; 29 @property(readonly) ConstData *p_base;
|
D | iboutlet.m | 5 #define READONLY readonly 12 @property (getter = MyGetter, readonly, assign) IBOutlet NSView *myView; // expected-warning {{read… 14 @property (readonly) IBOutlet NSView *myView1; // expected-warning {{readonly IBOutlet property 'my… 16 @property (getter = MyGetter, READONLY) IBOutlet NSView *myView2; // expected-warning {{readonly IB… 30 @property( readonly ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadOnly; // expected-warning … 31 @property( readonly ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadWrite; 32 @property( readonly ) __attribute__((iboutlet)) UILabel *synthReadOnlyReadWrite;
|
D | tentative-property-decl.m | 3 /** Normally, a property cannot be both 'readonly' and having a "write" attribute 17 @property(nonatomic, copy, readonly) NSString *prop; 18 @property(nonatomic, copy, readonly) id warnProp; // expected-warning {{property attributes 'readon… 32 @property(nonatomic, copy, readonly) NSString *prop; 33 @property(nonatomic, copy, readonly) id warnProp; // expected-warning {{property attributes 'readon…
|
D | property-12.m | 4 @property(readonly,assign) id X; // expected-warning {{property attributes 'readonly' and 'assign' … 8 @property(readonly,retain) id X; // expected-warning {{property attributes 'readonly' and 'retain' … 12 @property(readonly,copy) id X; // expected-warning {{property attributes 'readonly' and 'copy' are … 16 @property(readonly,readwrite) id X; // expected-error {{property attributes 'readonly' and 'readwri…
|
/external/llvm/test/CodeGen/X86/ |
D | sincos.ll | 6 declare float @sinf(float) readonly 8 declare double @sin(double) readonly 10 declare x86_fp80 @sinl(x86_fp80) readonly 14 %Y = call float @sinf(float %X) readonly 26 %Y = call double @sin(double %X) readonly 38 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly 45 declare float @cosf(float) readonly 47 declare double @cos(double) readonly 49 declare x86_fp80 @cosl(x86_fp80) readonly 55 %Y = call float @cosf(float %X) readonly [all …]
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.idl | 30 readonly attribute MediaError error; 34 readonly attribute DOMString currentSrc; 40 readonly attribute unsigned short networkState; 43 readonly attribute TimeRanges buffered; 54 readonly attribute unsigned short readyState; 55 readonly attribute boolean seeking; 60 readonly attribute float startTime; 61 readonly attribute float duration; 62 readonly attribute boolean paused; 65 readonly attribute TimeRanges played; [all …]
|
D | ValidityState.idl | 26 readonly attribute boolean valueMissing; 27 readonly attribute boolean typeMismatch; 28 readonly attribute boolean patternMismatch; 29 readonly attribute boolean tooLong; 30 readonly attribute boolean rangeUnderflow; 31 readonly attribute boolean rangeOverflow; 32 readonly attribute boolean stepMismatch; 33 readonly attribute boolean customError; 34 readonly attribute boolean valid;
|
D | HTMLAnchorElement.idl | 38 readonly attribute DOMString hash; 39 readonly attribute DOMString host; 40 readonly attribute DOMString hostname; 41 readonly attribute DOMString pathname; 42 readonly attribute DOMString port; 43 readonly attribute DOMString protocol; 44 readonly attribute DOMString search; 54 readonly attribute [ConvertNullToNullString] DOMString origin; 59 readonly attribute DOMString text; 67 readonly attribute URL absoluteLinkURL;
|
D | HTMLAreaElement.idl | 34 readonly attribute DOMString hash; 35 readonly attribute DOMString host; 36 readonly attribute DOMString hostname; 37 readonly attribute DOMString pathname; 38 readonly attribute DOMString port; 39 readonly attribute DOMString protocol; 40 readonly attribute DOMString search; 44 readonly attribute URL absoluteLinkURL;
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFEConvolveMatrixElement.idl | 40 readonly attribute SVGAnimatedString in1; 41 readonly attribute SVGAnimatedInteger orderX; 42 readonly attribute SVGAnimatedInteger orderY; 43 readonly attribute SVGAnimatedNumberList kernelMatrix; 44 readonly attribute SVGAnimatedNumber divisor; 45 readonly attribute SVGAnimatedNumber bias; 46 readonly attribute SVGAnimatedInteger targetX; 47 readonly attribute SVGAnimatedInteger targetY; 48 readonly attribute SVGAnimatedEnumeration edgeMode; 49 readonly attribute SVGAnimatedNumber kernelUnitLengthX; [all …]
|
D | SVGSVGElement.idl | 36 readonly attribute SVGAnimatedLength x; 37 readonly attribute SVGAnimatedLength y; 38 readonly attribute SVGAnimatedLength width; 39 readonly attribute SVGAnimatedLength height; 44 readonly attribute SVGRect viewport; 45 readonly attribute float pixelUnitToMillimeterX; 46 readonly attribute float pixelUnitToMillimeterY; 47 readonly attribute float screenPixelToMillimeterX; 48 readonly attribute float screenPixelToMillimeterY; 51 // TODO readonly attribute SVGViewSpec currentView; [all …]
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | extension_install_dialog_controller.h | 44 @property(nonatomic, readonly) NSImageView* iconView; 45 @property(nonatomic, readonly) NSTextField* titleField; 46 @property(nonatomic, readonly) NSTextField* subtitleField; 47 @property(nonatomic, readonly) NSTextField* warningsField; 48 @property(nonatomic, readonly) NSBox* warningsBox; 49 @property(nonatomic, readonly) NSButton* cancelButton; 50 @property(nonatomic, readonly) NSButton* okButton;
|
/external/webkit/Source/WebCore/inspector/ |
D | ScriptProfileNode.idl | 30 readonly attribute DOMString functionName; 31 readonly attribute DOMString url; 32 readonly attribute unsigned long lineNumber; 33 readonly attribute double totalTime; 34 readonly attribute double selfTime; 35 readonly attribute unsigned long numberOfCalls; 36 readonly attribute [CustomGetter] Array children; 37 readonly attribute boolean visible; 38 readonly attribute [CustomGetter] unsigned long callUID;
|
12345678910>>...33