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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestInterfaceCheckSecurity.idl 32 readonly attribute long longAttribute;
36 [DoNotCheckSecurity] readonly attribute long doNotCheckSecurityReadonlyLongAttribute; // Separate read only attribute to check attribute configuration
40 [DoNotCheckSecurity, ReadOnly] void doNotCheckSecurityReadOnlyVoidMethod();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSupportsRule.idl 32 readonly attribute CSSRuleList cssRules;
33 readonly attribute DOMString conditionText;
StyleSheetList.idl 25 readonly attribute unsigned long length;
CSSRule.idl 44 readonly attribute unsigned short type;
48 readonly attribute CSSStyleSheet parentStyleSheet;
49 readonly attribute CSSRule parentRule;
CSSStyleSheet.idl 25 readonly attribute CSSRule ownerRule;
26 readonly attribute CSSRuleList cssRules;
32 [MeasureAs=CSSStyleSheetRules] readonly attribute CSSRuleList rules;
  /external/chromium_org/third_party/WebKit/Source/core/events/
HashChangeEvent.idl 29 [InitializedByEventConstructor] readonly attribute DOMString oldURL;
30 [InitializedByEventConstructor] readonly attribute DOMString newURL;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.idl 37 readonly attribute unsigned long long size;
38 readonly attribute DOMString type;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.idl 25 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
31 readonly attribute DOMString type;
33 readonly attribute HTMLOptionsCollection options;
44 readonly attribute HTMLCollection selectedOptions;
48 readonly attribute boolean willValidate;
49 readonly attribute ValidityState validity;
50 readonly attribute DOMString validationMessage;
54 readonly attribute NodeList labels;
HTMLFrameElement.idl 33 [CheckSecurity=Node] readonly attribute Document contentDocument;
36 readonly attribute Window contentWindow;
42 readonly attribute long width;
43 readonly attribute long height;
HTMLStyleElement.idl 28 readonly attribute StyleSheet sheet;
MediaError.idl 34 readonly attribute unsigned short code;
HTMLLinkElement.idl 30 [PutForwards=value] readonly attribute DOMSettableTokenList sizes;
35 readonly attribute StyleSheet sheet;
37 [RuntimeEnabled=HTMLImports] readonly attribute Document import;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGColor.idl 28 readonly attribute unsigned short colorType;
29 readonly attribute RGBColor rgbColor;
30 // FIXME: readonly attribute SVGICCColor iccColor;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCICECandidate+Internal.h 34 @property(nonatomic, assign, readonly) const
RTCVideoCapturer+Internal.h 34 @property(nonatomic, assign, readonly) const talk_base::scoped_ptr<cricket::VideoCapturer> &capturer;
RTCVideoRenderer+Internal.h 35 @property(nonatomic, assign, readonly)
RTCVideoTrack+Internal.h 37 @property(nonatomic, assign, readonly)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCMediaSource.h 36 @property (nonatomic, assign, readonly)RTCSourceState state;
RTCMediaStreamTrack.h 37 @property(nonatomic, assign, readonly) NSString *kind;
38 @property(nonatomic, assign, readonly) NSString *label;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_view.h 25 @property(readonly, nonatomic, getter=hoverColor) NSColor* hoverColor;
31 @property(readonly, nonatomic) BOOL isHighlighted;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.idl 28 readonly attribute DOMString direction;
29 [CallWith=ExecutionContext, CachedAttribute=isKeyDirty] readonly attribute any key;
30 [CallWith=ExecutionContext, CachedAttribute=isPrimaryKeyDirty] readonly attribute any primaryKey;
31 [CallWith=ExecutionContext] readonly attribute any source;
IDBKeyRange.idl 28 [ImplementedAs=lowerValue,CallWith=ExecutionContext] readonly attribute any lower;
29 [ImplementedAs=upperValue,CallWith=ExecutionContext] readonly attribute any upper;
30 readonly attribute boolean lowerOpen;
31 readonly attribute boolean upperOpen;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitSourceBuffer.idl 37 [RaisesException=Getter] readonly attribute TimeRanges buffered;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
WindowNotifications.idl 31 [RuntimeEnabled=Notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Clipboard.idl 33 readonly attribute DOMString[] types;
34 readonly attribute FileList files;
41 readonly attribute DataTransferItemList items;

Completed in 1912 milliseconds

<<11121314151617181920>>