OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readonly
(Results
151 - 175
of
710
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.idl
38
[CallWith=ExecutionContext] static
readonly
attribute DOMString permission;
48
readonly
attribute DOMString title;
49
readonly
attribute DOMString dir;
50
readonly
attribute DOMString lang;
51
readonly
attribute DOMString body;
52
readonly
attribute DOMString tag;
53
readonly
attribute DOMString icon;
/external/chromium_org/third_party/WebKit/Source/core/dom/
WebKitNamedFlow.idl
36
readonly
attribute DOMString name;
37
readonly
attribute boolean overset;
38
readonly
attribute long firstEmptyRegionIndex;
ClientRectList.idl
29
readonly
attribute unsigned long length;
TouchList.idl
27
readonly
attribute unsigned long length;
/external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.idl
33
[InitializedByEventConstructor]
readonly
attribute unsigned short orient;
34
[InitializedByEventConstructor]
readonly
attribute boolean horizontalOverflow;
35
[InitializedByEventConstructor]
readonly
attribute boolean verticalOverflow;
AutocompleteErrorEvent.idl
28
[InitializedByEventConstructor]
readonly
attribute DOMString reason;
BeforeLoadEvent.idl
30
[InitializedByEventConstructor]
readonly
attribute DOMString url;
FocusEvent.idl
29
[InitializedByEventConstructor]
readonly
attribute EventTarget? relatedTarget;
PopStateEvent.idl
30
[InitializedByEventConstructor, Custom=Getter]
readonly
attribute any state;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEColorMatrixElement.idl
36
readonly
attribute SVGAnimatedString in1;
37
readonly
attribute SVGAnimatedEnumeration type;
38
readonly
attribute SVGAnimatedNumberList values;
SVGFEGaussianBlurElement.idl
27
readonly
attribute SVGAnimatedString in1;
28
readonly
attribute SVGAnimatedNumber stdDeviationX;
29
readonly
attribute SVGAnimatedNumber stdDeviationY;
SVGGradientElement.idl
35
readonly
attribute SVGAnimatedEnumeration gradientUnits;
36
readonly
attribute SVGAnimatedTransformList gradientTransform;
37
readonly
attribute SVGAnimatedEnumeration spreadMethod;
SVGTests.idl
31
readonly
attribute SVGStringList requiredFeatures;
32
readonly
attribute SVGStringList requiredExtensions;
33
readonly
attribute SVGStringList systemLanguage;
SVGTextPathElement.idl
37
readonly
attribute SVGAnimatedLength startOffset;
38
readonly
attribute SVGAnimatedEnumeration method;
39
readonly
attribute SVGAnimatedEnumeration spacing;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.idl
30
readonly
attribute boolean pending;
31
readonly
attribute boolean speaking;
32
readonly
attribute boolean paused;
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceLoadEvent.idl
36
readonly
attribute FontFace[] fontfaces;
CSSKeyframeRule.idl
33
readonly
attribute CSSStyleDeclaration style;
CSSPageRule.idl
24
readonly
attribute CSSStyleDeclaration style;
CSSStyleRule.idl
24
readonly
attribute CSSStyleDeclaration style;
DocumentFontFaceSet.idl
32
[RuntimeEnabled=FontLoadEvents]
readonly
attribute FontFaceSet fonts;
WebKitCSSFilterRule.idl
33
readonly
attribute CSSStyleDeclaration style;
WebKitCSSRegionRule.idl
34
readonly
attribute CSSRuleList cssRules;
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.idl
30
readonly
attribute DOMString name;
31
[Custom=Getter, MeasureAs=FileGetLastModifiedDate]
readonly
attribute Date lastModifiedDate;
32
[Custom=Getter, RuntimeEnabled=FileConstructor]
readonly
attribute long long lastModified;
33
[RuntimeEnabled=DirectoryUpload]
readonly
attribute DOMString webkitRelativePath;
FileList.idl
28
readonly
attribute unsigned long length;
Stream.idl
43
readonly
attribute DOMString type;
Completed in 301 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>