OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
126 - 150
of
871
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/svg/
SVGTransform.idl
34
readonly
attribute unsigned short type;
35
readonly
attribute SVGMatrix matrix;
36
readonly
attribute float angle;
SVGAnimatedAngle.idl
29
readonly
attribute SVGAngle baseVal;
30
readonly
attribute SVGAngle animVal;
SVGAnimatedLength.idl
29
readonly
attribute SVGLength baseVal;
30
readonly
attribute SVGLength animVal;
SVGAnimatedLengthList.idl
29
readonly
attribute SVGLengthList baseVal;
30
readonly
attribute SVGLengthList animVal;
SVGAnimatedNumberList.idl
29
readonly
attribute SVGNumberList baseVal;
30
readonly
attribute SVGNumberList animVal;
/external/webkit/WebCore/websockets/
WebSocket.idl
39
readonly
attribute DOMString URL;
45
readonly
attribute unsigned short readyState;
47
readonly
attribute unsigned long bufferedAmount;
/external/webkit/WebCore/xml/
XMLHttpRequestException.idl
35
readonly
attribute unsigned short code;
36
readonly
attribute DOMString name;
37
readonly
attribute DOMString message;
XPathException.idl
35
readonly
attribute unsigned short code;
36
readonly
attribute DOMString name;
37
readonly
attribute DOMString message;
/external/bluetooth/bluez/doc/
network-api.txt
42
Properties boolean Connected [
readonly
]
46
string Device [
readonly
]
50
string UUID [
readonly
]
84
string Uuid[
readonly
]
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java
30
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
44
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
58
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
68
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyPermissionCollection.java
29
public MyPermissionCollection(boolean
readOnly
) {
30
if (
readOnly
) {
/external/webkit/WebCore/css/
CSSMediaRule.idl
25
readonly
attribute stylesheets::MediaList media;
26
readonly
attribute CSSRuleList cssRules;
CSSStyleDeclaration.idl
43
readonly
attribute unsigned long length;
45
readonly
attribute CSSRule parentRule;
CSSVariablesDeclaration.idl
39
readonly
attribute unsigned long length;
41
readonly
attribute CSSRule parentRule;
CSSVariablesRule.idl
29
readonly
attribute stylesheets::MediaList media;
30
readonly
attribute CSSVariablesDeclaration variables;
/external/webkit/WebCore/dom/
MessageChannel.idl
31
readonly
attribute MessagePort port1;
32
readonly
attribute MessagePort port2;
ProcessingInstruction.idl
27
readonly
attribute [ConvertNullStringTo=Null] DOMString target;
32
readonly
attribute StyleSheet sheet;
WebKitAnimationEvent.idl
29
readonly
attribute DOMString animationName;
30
readonly
attribute double elapsedTime;
WebKitTransitionEvent.idl
29
readonly
attribute DOMString propertyName;
30
readonly
attribute double elapsedTime;
/external/webkit/WebCore/html/
HTMLFormElement.idl
27
readonly
attribute HTMLCollection elements;
28
readonly
attribute long length;
HTMLLinkElement.idl
35
readonly
attribute StyleSheet sheet;
39
readonly
attribute URL absoluteLinkURL;
/external/webkit/WebCore/page/
AbstractView.idl
34
readonly
attribute Document document;
35
readonly
attribute Media media;
Geoposition.idl
29
readonly
attribute Coordinates coords;
30
readonly
attribute DOMTimeStamp timestamp;
PositionError.idl
29
readonly
attribute unsigned short code;
30
readonly
attribute DOMString message;
/external/webkit/WebCore/storage/
SQLError.idl
35
readonly
attribute unsigned long code;
36
readonly
attribute DOMString message;
Completed in 537 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>