HomeSort by relevance Sort by last modified time
    Searched refs:readonly (Results 226 - 250 of 710) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.idl 31 readonly attribute TimeRanges buffered;
32 readonly attribute TimeRanges seekable;
34 readonly attribute double duration;
37 readonly attribute boolean paused;
38 readonly attribute TimeRanges played;
39 readonly attribute DOMString playbackState;
HTMLVideoElement.idl 31 readonly attribute unsigned long videoWidth;
32 readonly attribute unsigned long videoHeight;
35 [MeasureAs=PrefixedVideoSupportsFullscreen] readonly attribute boolean webkitSupportsFullscreen;
36 [MeasureAs=PrefixedVideoDisplayingFullscreen] readonly attribute boolean webkitDisplayingFullscreen;
47 [MeasureAs=PrefixedVideoDecodedFrameCount] readonly attribute unsigned long webkitDecodedFrameCount;
51 [MeasureAs=PrefixedVideoDroppedFrameCount] readonly attribute unsigned long webkitDroppedFrameCount;
MediaKeyError.idl 35 readonly attribute unsigned short code;
36 [RuntimeEnabled=EncryptedMedia] readonly attribute unsigned long systemCode;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFETurbulenceElement.idl 39 readonly attribute SVGAnimatedNumber baseFrequencyX;
40 readonly attribute SVGAnimatedNumber baseFrequencyY;
41 readonly attribute SVGAnimatedInteger numOctaves;
42 readonly attribute SVGAnimatedNumber seed;
43 readonly attribute SVGAnimatedEnumeration stitchTiles;
44 readonly attribute SVGAnimatedEnumeration type;
SVGFEBlendElement.idl 37 readonly attribute SVGAnimatedString in1;
38 readonly attribute SVGAnimatedString in2;
39 readonly attribute SVGAnimatedEnumeration mode;
SVGGraphicsElement.idl 32 readonly attribute SVGAnimatedTransformList transform;
34 [MeasureAs=SVGLocatableNearestViewportElement] readonly attribute SVGElement nearestViewportElement;
35 [MeasureAs=SVGLocatableFarthestViewportElement] readonly attribute SVGElement farthestViewportElement;
SVGSVGElement.idl 26 readonly attribute SVGAnimatedLength x;
27 readonly attribute SVGAnimatedLength y;
28 readonly attribute SVGAnimatedLength width;
29 readonly attribute SVGAnimatedLength height;
32 readonly attribute SVGRect viewport;
33 readonly attribute float pixelUnitToMillimeterX;
34 readonly attribute float pixelUnitToMillimeterY;
35 readonly attribute float screenPixelToMillimeterX;
36 readonly attribute float screenPixelToMillimeterY;
37 readonly attribute boolean useCurrentView
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.idl 33 readonly attribute unsigned short resultType;
34 [RaisesException=Getter] readonly attribute double numberValue;
36 [RaisesException=Getter] readonly attribute DOMString stringValue;
38 [RaisesException=Getter] readonly attribute boolean booleanValue;
40 [RaisesException=Getter] readonly attribute Node singleNodeValue;
42 readonly attribute boolean invalidIteratorState;
43 [RaisesException=Getter] readonly attribute unsigned long snapshotLength;
  /external/chromium_org/third_party/WebKit/Source/core/events/
KeyboardEvent.idl 29 [InitializedByEventConstructor] readonly attribute DOMString keyIdentifier;
30 [InitializedByEventConstructor] readonly attribute unsigned long location;
31 [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor] readonly attribute unsigned long keyLocation; // Deprecated.
32 [InitializedByEventConstructor] readonly attribute boolean ctrlKey;
33 [InitializedByEventConstructor] readonly attribute boolean shiftKey;
34 [InitializedByEventConstructor] readonly attribute boolean altKey;
35 [InitializedByEventConstructor] readonly attribute boolean metaKey;
36 [InitializedByEventConstructor] readonly attribute boolean repeat;
37 readonly attribute boolean altGraphKey;
WheelEvent.idl 31 [InitializedByEventConstructor] readonly attribute double deltaX;
32 [InitializedByEventConstructor] readonly attribute double deltaY;
33 [InitializedByEventConstructor] readonly attribute double deltaZ;
34 [InitializedByEventConstructor] readonly attribute unsigned long deltaMode;
37 [InitializedByEventConstructor] readonly attribute long wheelDeltaX;
38 [InitializedByEventConstructor] readonly attribute long wheelDeltaY;
39 readonly attribute long wheelDelta;
42 readonly attribute boolean webkitDirectionInvertedFromDevice;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SecurityPolicy.idl 28 readonly attribute boolean allowsEval;
29 readonly attribute boolean allowsInlineScript;
30 readonly attribute boolean allowsInlineStyle;
31 readonly attribute boolean isActive;
33 readonly attribute DOMStringList reportURIs;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntrySync.idl 35 readonly attribute boolean isFile;
36 readonly attribute boolean isDirectory;
37 readonly attribute DOMString name;
38 readonly attribute DOMString fullPath;
39 readonly attribute DOMFileSystemSync filesystem;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.idl 33 readonly attribute float minValue;
34 readonly attribute float maxValue;
35 readonly attribute float defaultValue;
37 readonly attribute DOMString name;
40 readonly attribute unsigned short units;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile;
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid );
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
82 public static readonly T EndOfFile = new T()
87 public static readonly T Invalid = new T()
92 public static readonly T Skip = new T()
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.idl 30 readonly attribute MediaKeyError error;
33 readonly attribute DOMString keySystem;
34 readonly attribute DOMString sessionId;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCICECandidate.h 36 @property(nonatomic, copy, readonly) NSString* sdpMid;
40 @property(nonatomic, assign, readonly) NSInteger sdpMLineIndex;
43 @property(nonatomic, copy, readonly) NSString* sdp;
RTCICEServer.h 34 @property(nonatomic, strong, readonly) NSURL* URI;
35 @property(nonatomic, copy, readonly) NSString* username;
36 @property(nonatomic, copy, readonly) NSString* password;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMediaRule.idl 23 readonly attribute MediaList media;
24 readonly attribute CSSRuleList cssRules;
MediaQueryList.idl 22 readonly attribute DOMString media;
23 readonly attribute boolean matches;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseSync.idl 34 readonly attribute DOMString version;
35 readonly attribute DOMString lastErrorMessage;
SQLError.idl 32 readonly attribute unsigned long code;
33 readonly attribute DOMString message;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCAudioTrack+Internal.h 34 @property(nonatomic, assign, readonly)
RTCICEServer+Internal.h 36 readonly) webrtc::PeerConnectionInterface::IceServer iceServer;
RTCMediaConstraints+Internal.h 37 @property(nonatomic, assign, readonly) const

Completed in 348 milliseconds

1 2 3 4 5 6 7 8 91011>>