OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
176 - 200
of
1776
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/css/
CSSRule.idl
41
readonly
attribute unsigned short type;
46
readonly
attribute CSSStyleSheet parentStyleSheet;
47
readonly
attribute CSSRule parentRule;
CSSStyleSheet.idl
25
readonly
attribute CSSRule ownerRule;
26
readonly
attribute CSSRuleList cssRules;
35
readonly
attribute CSSRuleList rules;
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/llvm/test/CodeGen/X86/
code_placement_eh.ll
17
%tmp2021 = invoke float @cosf(float 0.000000e+00)
readonly
21
%tmp2019 = invoke float @sinf(float 0.000000e+00)
readonly
37
declare i8* @llvm.eh.exception() nounwind
readonly
41
declare float @sinf(float)
readonly
43
declare float @cosf(float)
readonly
Completed in 8471 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>