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

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoSource+Internal.h 34 @property(nonatomic, assign, readonly)
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.idl 51 readonly attribute DOMString type;
52 readonly attribute EventTarget target;
53 readonly attribute EventTarget currentTarget;
54 readonly attribute unsigned short eventPhase;
55 [InitializedByEventConstructor] readonly attribute boolean bubbles;
56 [InitializedByEventConstructor] readonly attribute boolean cancelable;
57 readonly attribute DOMTimeStamp timeStamp;
66 readonly attribute boolean defaultPrevented;
70 readonly attribute EventTarget srcElement;
74 [RuntimeEnabled=ShadowDOM] readonly attribute NodeList path
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Selection.idl 35 readonly attribute Node anchorNode;
36 readonly attribute long anchorOffset;
37 readonly attribute Node focusNode;
38 readonly attribute long focusOffset;
40 readonly attribute boolean isCollapsed;
41 readonly attribute long rangeCount;
63 readonly attribute Node baseNode;
64 readonly attribute long baseOffset;
65 readonly attribute Node extentNode;
66 readonly attribute long extentOffset
    [all...]
EventSource.idl 40 readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
41 readonly attribute DOMString url;
42 readonly attribute boolean withCredentials;
48 readonly attribute unsigned short readyState;
WindowPagePopup.idl 35 [PerContextEnabled=PagePopup] readonly attribute PagePopupController pagePopupController;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_install_view_controller.h 53 @property(nonatomic, readonly) NSImageView* iconView;
54 @property(nonatomic, readonly) NSTextField* titleField;
55 @property(nonatomic, readonly) NSTextField* itemsField;
56 @property(nonatomic, readonly) NSButton* cancelButton;
57 @property(nonatomic, readonly) NSButton* okButton;
58 @property(nonatomic, readonly) NSOutlineView* outlineView;
59 @property(nonatomic, readonly) NSBox* warningsSeparator;
60 @property(nonatomic, readonly) NSView* ratingStars;
61 @property(nonatomic, readonly) NSTextField* ratingCountField;
62 @property(nonatomic, readonly) NSTextField* userCountField
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSRuleList.idl 30 readonly attribute unsigned long length;
CSSValueList.idl 29 readonly attribute unsigned long length;
StyleMedia.idl 30 readonly attribute DOMString type;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeWalker.idl 25 readonly attribute Node root;
26 readonly attribute unsigned long whatToShow;
27 readonly attribute NodeFilter filter;
28 readonly attribute boolean expandEntityReferences;
  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.idl 29 readonly attribute unsigned long length;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLShadowElement.idl 33 [DeprecateAs=HTMLShadowElementOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueList.idl 29 readonly attribute unsigned long length;
TrackEvent.idl 30 [InitializedByEventConstructor, Custom=Getter] readonly attribute object track;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegionList.idl 29 readonly attribute unsigned long length;
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
Plugin.idl 24 readonly attribute DOMString name;
25 readonly attribute DOMString filename;
26 readonly attribute DOMString description;
27 readonly attribute unsigned long length;
  /external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputResultList.idl 30 readonly attribute unsigned long length;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.idl 27 [ImplementedAs=svgTarget] readonly attribute SVGAnimatedString target;
SVGAnimatedEnumeration.idl 28 readonly attribute unsigned short animVal;
SVGDocument.idl 23 readonly attribute SVGSVGElement rootElement;
SVGElementInstanceList.idl 27 readonly attribute unsigned long length;
SVGFEImageElement.idl 27 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGViewElement.idl 27 readonly attribute SVGStringList viewTarget;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorkerGlobalScope.idl 34 readonly attribute DOMString name;
WorkerGlobalScope.idl 33 [Replaceable] readonly attribute WorkerGlobalScope self;
34 [Replaceable] readonly attribute WorkerLocation location;
37 [Replaceable] readonly attribute WorkerConsole console;
42 [Replaceable] readonly attribute WorkerNavigator navigator;

Completed in 1046 milliseconds

<<11121314151617181920>>