OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
101 - 125
of
2256
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.idl
27
readonly
attribute HTMLFormElement form;
31
[Reflect] attribute boolean
readOnly
;
37
readonly
attribute DOMString type;
40
readonly
attribute unsigned long textLength;
42
readonly
attribute boolean willValidate;
43
readonly
attribute ValidityState validity;
44
readonly
attribute DOMString validationMessage;
48
readonly
attribute NodeList labels;
HTMLFieldSetElement.idl
22
readonly
attribute HTMLFormElement form;
25
readonly
attribute DOMString type;
27
readonly
attribute HTMLCollection elements;
29
readonly
attribute boolean willValidate;
30
readonly
attribute ValidityState validity;
31
readonly
attribute DOMString validationMessage;
HTMLOutputElement.idl
26
readonly
attribute DOMSettableTokenList htmlFor;
27
readonly
attribute HTMLFormElement form;
30
readonly
attribute DOMString type;
34
readonly
attribute boolean willValidate;
35
readonly
attribute ValidityState validity;
36
readonly
attribute DOMString validationMessage;
40
readonly
attribute NodeList labels;
/external/chromium_org/third_party/WebKit/Source/core/page/
Screen.idl
31
readonly
attribute unsigned long height;
32
readonly
attribute unsigned long width;
33
readonly
attribute unsigned long colorDepth;
34
readonly
attribute unsigned long pixelDepth;
35
readonly
attribute long availLeft;
36
readonly
attribute long availTop;
37
readonly
attribute unsigned long availHeight;
38
readonly
attribute unsigned long availWidth;
/external/chromium_org/third_party/WebKit/Source/core/scripts/templates/
InternalRuntimeFlags.idl.tmpl
9
it's possible that some can be and should be conditionally
readonly
.
12
readonly
attribute boolean {{feature.first_lowered_name}}Enabled;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterElement.idl
28
readonly
attribute SVGAnimatedEnumeration filterUnits;
29
readonly
attribute SVGAnimatedEnumeration primitiveUnits;
30
readonly
attribute SVGAnimatedLength x;
31
readonly
attribute SVGAnimatedLength y;
32
readonly
attribute SVGAnimatedLength width;
33
readonly
attribute SVGAnimatedLength height;
34
readonly
attribute SVGAnimatedInteger filterResX;
35
readonly
attribute SVGAnimatedInteger filterResY;
SVGMaskElement.idl
27
readonly
attribute SVGAnimatedEnumeration maskUnits;
28
readonly
attribute SVGAnimatedEnumeration maskContentUnits;
30
readonly
attribute SVGAnimatedLength x;
31
readonly
attribute SVGAnimatedLength y;
32
readonly
attribute SVGAnimatedLength width;
33
readonly
attribute SVGAnimatedLength height;
SVGRadialGradientElement.idl
27
readonly
attribute SVGAnimatedLength cx;
28
readonly
attribute SVGAnimatedLength cy;
29
readonly
attribute SVGAnimatedLength r;
30
readonly
attribute SVGAnimatedLength fx;
31
readonly
attribute SVGAnimatedLength fy;
32
readonly
attribute SVGAnimatedLength fr;
SVGRectElement.idl
28
readonly
attribute SVGAnimatedLength x;
29
readonly
attribute SVGAnimatedLength y;
30
readonly
attribute SVGAnimatedLength width;
31
readonly
attribute SVGAnimatedLength height;
32
readonly
attribute SVGAnimatedLength rx;
33
readonly
attribute SVGAnimatedLength ry;
SVGUseElement.idl
27
readonly
attribute SVGAnimatedLength x;
28
readonly
attribute SVGAnimatedLength y;
29
readonly
attribute SVGAnimatedLength width;
30
readonly
attribute SVGAnimatedLength height;
32
readonly
attribute SVGElementInstance instanceRoot;
33
readonly
attribute SVGElementInstance animatedInstanceRoot;
SVGViewSpec.idl
27
readonly
attribute SVGTransformList transform;
28
readonly
attribute SVGElement viewTarget;
29
readonly
attribute DOMString viewBoxString;
30
readonly
attribute DOMString preserveAspectRatioString;
31
readonly
attribute DOMString transformString;
32
readonly
attribute DOMString viewTargetString;
SVGComponentTransferFunctionElement.idl
37
readonly
attribute SVGAnimatedEnumeration type;
38
readonly
attribute SVGAnimatedNumberList tableValues;
39
readonly
attribute SVGAnimatedNumber slope;
40
readonly
attribute SVGAnimatedNumber intercept;
41
readonly
attribute SVGAnimatedNumber amplitude;
42
readonly
attribute SVGAnimatedNumber exponent;
43
readonly
attribute SVGAnimatedNumber offset;
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerLocation.idl
32
readonly
attribute DOMString href;
33
readonly
attribute DOMString protocol;
34
readonly
attribute DOMString host;
35
readonly
attribute DOMString hostname;
36
readonly
attribute DOMString port;
37
readonly
attribute DOMString pathname;
38
readonly
attribute DOMString search;
39
readonly
attribute DOMString hash;
/external/chromium_org/tools/idl_parser/test_lexer/
keywords.in
28
READONLY
readonly
/external/clang/test/SemaObjC/
property-12.m
4
@property(
readonly
,assign) id X; // expected-warning {{property attributes '
readonly
' and 'assign' are mutually exclusive}}
8
@property(
readonly
,retain) id X; // expected-warning {{property attributes '
readonly
' and 'retain' are mutually exclusive}}
12
@property(
readonly
,copy) id X; // expected-warning {{property attributes '
readonly
' and 'copy' are mutually exclusive}}
16
@property(
readonly
,readwrite) id X; // expected-error {{property attributes '
readonly
' and 'readwrite' are mutually exclusive}}
arc-readonly-property-ivar-1.m
7
@property (
readonly
) id ReadOnlyPropertyNoBackingIvar;
8
@property (
readonly
) id ReadOnlyProperty;
9
@property (
readonly
) id ReadOnlyPropertyX;
21
@property (
readonly
) id ReadOnlyProperty;
22
@property (
readonly
) id ReadOnlyPropertyStrong;
23
@property (
readonly
) id ReadOnlyPropertyNoBackingIvar;
/external/llvm/test/CodeGen/X86/
powi.ll
4
define double @_Z3f10d(double %a) nounwind
readonly
ssp noredzone {
10
declare double @llvm.powi.f64(double, i32) nounwind
readonly
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheet.idl
26
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString type;
28
readonly
attribute Node ownerNode;
29
readonly
attribute StyleSheet parentStyleSheet;
30
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString href;
31
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString title;
32
readonly
attribute MediaList media;
/external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRect.idl
29
readonly
attribute float top;
30
readonly
attribute float right;
31
readonly
attribute float bottom;
32
readonly
attribute float left;
33
readonly
attribute float width;
34
readonly
attribute float height;
DocumentType.idl
24
readonly
attribute DOMString name;
25
readonly
attribute NamedNodeMap entities;
26
readonly
attribute NamedNodeMap notations;
30
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString publicId;
31
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString systemId;
32
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString internalSubset;
NodeIterator.idl
25
readonly
attribute Node root;
26
readonly
attribute unsigned long whatToShow;
27
readonly
attribute NodeFilter filter;
28
readonly
attribute boolean expandEntityReferences;
29
readonly
attribute Node referenceNode;
30
readonly
attribute boolean pointerBeforeReferenceNode;
TouchEvent.idl
26
readonly
attribute TouchList touches;
27
readonly
attribute TouchList targetTouches;
28
readonly
attribute TouchList changedTouches;
29
readonly
attribute boolean ctrlKey;
30
readonly
attribute boolean shiftKey;
31
readonly
attribute boolean altKey;
32
readonly
attribute boolean metaKey;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DynamicsCompressorNode.idl
28
readonly
attribute AudioParam threshold; // in Decibels
29
readonly
attribute AudioParam knee; // in Decibels
30
readonly
attribute AudioParam ratio; // unit-less
31
readonly
attribute AudioParam reduction; // in Decibels
32
readonly
attribute AudioParam attack; // in Seconds
33
readonly
attribute AudioParam release; // in Seconds
/external/llvm/test/CodeGen/AArch64/
sincos-expansion.ll
30
declare float @sinf(float)
readonly
31
declare double @sin(double)
readonly
32
declare fp128 @sinl(fp128)
readonly
33
declare float @cosf(float)
readonly
34
declare double @cos(double)
readonly
35
declare fp128 @cosl(fp128)
readonly
/packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java
24
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
33
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
42
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
51
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
60
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
69
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
78
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
87
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
96
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
105
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
[
all
...]
Completed in 1100 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>