Searched refs:readonly (Results 201 - 225 of 369) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/dom/
H A DNodeList.idl32 readonly attribute unsigned long length;
H A DPageTransitionEvent.idl30 readonly attribute boolean persisted;
H A DClipboard.idl34 readonly attribute [CustomGetter] Array types;
35 readonly attribute FileList files;
46 readonly attribute [Conditional=DATA_TRANSFER_ITEMS, EnabledAtRuntime=DataTransferItems] DataTransferItems items;
/external/webkit/Source/WebCore/fileapi/
H A DEntryArray.idl37 readonly attribute unsigned long length;
H A DEntryArraySync.idl37 readonly attribute unsigned long length;
H A DFileWriter.idl42 readonly attribute unsigned short readyState;
51 readonly attribute FileError error;
52 readonly attribute long long position;
53 readonly attribute long long length;
H A DFileException.idl38 readonly attribute unsigned short code;
39 readonly attribute DOMString name;
40 readonly attribute DOMString message;
/external/webkit/Source/WebCore/html/
H A DHTMLDataGridElement.idl33 readonly attribute DataGridColumnList columns;
H A DHTMLFrameElement.idl35 readonly attribute [CheckFrameSecurity] Document contentDocument;
38 readonly attribute DOMWindow contentWindow;
49 readonly attribute long width;
50 readonly attribute long height;
H A DHTMLStyleElement.idl29 readonly attribute StyleSheet sheet;
H A DMediaError.idl32 readonly attribute unsigned short code;
H A DDataGridColumnList.idl34 readonly attribute unsigned long length;
36 readonly attribute DataGridColumn sortColumn;
37 readonly attribute DataGridColumn primaryColumn;
H A DHTMLOptionElement.idl26 readonly attribute HTMLFormElement form;
31 readonly attribute DOMString text;
33 readonly attribute long index;
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext.idl34 readonly attribute HTMLCanvasElement canvas;
/external/webkit/Source/WebCore/page/
H A DConnection.idl29 readonly attribute unsigned short type;
/external/webkit/Source/WebCore/plugins/
H A DDOMMimeTypeArray.idl27 readonly attribute unsigned long length;
/external/webkit/Source/WebCore/storage/
H A DIDBIndex.idl31 readonly attribute DOMString name;
32 readonly attribute IDBObjectStore objectStore;
33 readonly attribute DOMString keyPath;
34 readonly attribute boolean unique;
H A DSQLResultSetRowList.idl36 readonly attribute unsigned long length;
/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.idl32 readonly attribute SVGElement targetElement;
H A DSVGDocument.idl25 readonly attribute SVGSVGElement rootElement;
/external/webkit/Source/WebCore/webaudio/
H A DJavaScriptAudioNode.idl38 readonly attribute long bufferSize;
/external/webkit/Source/WebCore/workers/
H A DSharedWorker.idl44 readonly attribute MessagePort port;
H A DSharedWorkerContext.idl42 readonly attribute DOMString name;
/external/webkit/Source/WebCore/css/
H A DCSSRule.idl41 readonly attribute unsigned short type;
46 readonly attribute CSSStyleSheet parentStyleSheet;
47 readonly attribute CSSRule parentRule;
H A DCSSStyleSheet.idl25 readonly attribute CSSRule ownerRule;
26 readonly attribute CSSRuleList cssRules;
35 readonly attribute CSSRuleList rules;

Completed in 689 milliseconds

1234567891011>>