Searched refs:readonly (Results 251 - 275 of 389) sorted by relevance

<<111213141516

/external/webkit/Source/WebCore/html/canvas/
H A DInt8Array.idl41 readonly attribute unsigned long length;
H A DUint16Array.idl41 readonly attribute unsigned long length;
H A DUint32Array.idl41 readonly attribute unsigned long length;
H A DUint8Array.idl41 readonly attribute unsigned long length;
H A DWebGLContextEvent.idl30 readonly attribute DOMString statusMessage;
/external/webkit/Source/WebCore/plugins/
H A DDOMPluginArray.idl27 readonly attribute unsigned long length;
/external/webkit/Source/WebCore/dom/
H A DNode.idl51 readonly attribute [ConvertNullStringTo=Null] DOMString nodeName;
57 readonly attribute unsigned short nodeType;
58 readonly attribute Node parentNode;
59 readonly attribute NodeList childNodes;
60 readonly attribute Node firstChild;
61 readonly attribute Node lastChild;
62 readonly attribute Node previousSibling;
63 readonly attribute Node nextSibling;
64 readonly attribute NamedNodeMap attributes;
65 readonly attribut
[all...]
H A DElement.idl31 readonly attribute [ConvertNullStringTo=Null] DOMString tagName;
67 readonly attribute CSSStyleDeclaration style;
71 readonly attribute long offsetLeft;
72 readonly attribute long offsetTop;
73 readonly attribute long offsetWidth;
74 readonly attribute long offsetHeight;
75 readonly attribute Element offsetParent;
76 readonly attribute long clientLeft;
77 readonly attribute long clientTop;
78 readonly attribut
[all...]
H A DRange.idl26 readonly attribute Node startContainer
28 readonly attribute long startOffset
30 readonly attribute Node endContainer
32 readonly attribute long endOffset
34 readonly attribute boolean collapsed
36 readonly attribute Node commonAncestorContainer
126 readonly attribute DOMString text;
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dpreviewable_contents_controller.h33 @property(readonly, nonatomic) NSView* activeContainer;
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
H A Dmenu_tracked_button.h39 @property(nonatomic, readonly, getter=isTracking) BOOL tracking;
/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.idl27 readonly attribute HTMLCollection elements;
28 readonly attribute long length;
H A DHTMLLinkElement.idl35 readonly attribute StyleSheet sheet;
39 readonly attribute URL absoluteLinkURL;
H A DHTMLMeterElement.idl36 readonly attribute HTMLFormElement form;
37 readonly attribute NodeList labels;
H A DHTMLInputElement.idl26 readonly attribute HTMLFormElement form;
32 readonly attribute ValidityState validity;
41 readonly attribute HTMLElement list;
63 attribute [ConvertNullToNullString] DOMString type; // readonly dropped as part of DOM level 2
71 readonly attribute HTMLOptionElement selectedOption;
78 readonly attribute boolean willValidate;
79 readonly attribute DOMString validationMessage;
98 readonly attribute DOMString altDisplayString;
99 readonly attribute URL absoluteImageURL;
102 readonly attribut
[all...]
/external/webkit/Source/WebCore/page/
H A DEventSource.idl44 readonly attribute DOMString URL;
50 readonly attribute unsigned short readyState;
/external/webkit/Source/WebCore/svg/
H A DSVGColor.idl30 readonly attribute unsigned short colorType;
31 readonly attribute RGBColor rgbColor;
32 // FIXME: readonly attribute SVGICCColor iccColor;
H A DSVGElementInstance.idl38 readonly attribute SVGElement correspondingElement;
39 readonly attribute SVGUseElement correspondingUseElement;
40 readonly attribute SVGElementInstance parentNode;
41 readonly attribute SVGElementInstanceList childNodes;
42 readonly attribute SVGElementInstance firstChild;
43 readonly attribute SVGElementInstance lastChild;
44 readonly attribute SVGElementInstance previousSibling;
45 readonly attribute SVGElementInstance nextSibling;
H A DSVGPaint.idl40 readonly attribute unsigned short paintType;
41 readonly attribute DOMString uri;
H A DSVGPathSeg.idl52 readonly attribute unsigned short pathSegType;
53 readonly attribute DOMString pathSegTypeAsLetter;
/external/webkit/Source/WebCore/webaudio/
H A DAudioPannerNode.idl56 readonly attribute AudioGain coneGain;
57 readonly attribute AudioGain distanceGain;
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.idl57 readonly attribute unsigned short readyState;
83 readonly attribute XMLHttpRequestUpload upload;
90 readonly attribute [CustomGetter] DOMString responseText // The custom getter implements ConvertNullStringTo=Null
92 readonly attribute Document responseXML
95 readonly attribute [EnabledAtRuntime] Blob responseBlob
101 readonly attribute [CustomGetter] Object response
104 readonly attribute unsigned short status
106 readonly attribute DOMString statusText
/external/webkit/Source/WebCore/storage/
H A DIDBDatabase.idl32 readonly attribute DOMString name;
33 readonly attribute DOMString version;
34 readonly attribute DOMStringList objectStoreNames;
H A DIDBObjectStore.idl31 readonly attribute DOMString name;
32 readonly attribute [ConvertNullStringTo=Null] DOMString keyPath;
33 readonly attribute DOMStringList indexNames;
/external/chromium/chrome/browser/ui/cocoa/
H A Dbase_bubble_controller.h36 @property(nonatomic, readonly) NSWindow* parentWindow;
38 @property(nonatomic, readonly) InfoBubbleView* bubble;

Completed in 414 milliseconds

<<111213141516