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

<<11121314151617181920

  /external/webkit/Source/WebCore/html/
TimeRanges.idl 31 readonly attribute unsigned long length;
HTMLFormElement.idl 27 readonly attribute HTMLCollection elements;
28 readonly attribute long length;
HTMLLinkElement.idl 35 readonly attribute StyleSheet sheet;
39 readonly attribute URL absoluteLinkURL;
HTMLMeterElement.idl 36 readonly attribute HTMLFormElement form;
37 readonly attribute NodeList labels;
  /external/webkit/Source/WebCore/html/canvas/
CanvasPixelArray.idl 38 readonly attribute long length;
Float32Array.idl 41 readonly attribute unsigned long length;
Float64Array.idl 41 readonly attribute unsigned long length;
Int16Array.idl 40 readonly attribute unsigned long length;
Int32Array.idl 41 readonly attribute unsigned long length;
Int8Array.idl 41 readonly attribute unsigned long length;
Uint16Array.idl 41 readonly attribute unsigned long length;
Uint32Array.idl 41 readonly attribute unsigned long length;
Uint8Array.idl 41 readonly attribute unsigned long length;
WebGLContextEvent.idl 30 readonly attribute DOMString statusMessage;
  /external/webkit/Source/WebCore/plugins/
DOMPluginArray.idl 27 readonly attribute unsigned long length;
  /external/webkit/Source/WebCore/dom/
Node.idl 51 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 attribute Document ownerDocument
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
previewable_contents_controller.h 33 @property(readonly, nonatomic) NSView* activeContainer;
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h 39 @property(nonatomic, readonly, getter=isTracking) BOOL tracking;
  /external/webkit/Source/WebCore/page/
EventSource.idl 44 readonly attribute DOMString URL;
50 readonly attribute unsigned short readyState;
  /external/webkit/Source/WebCore/svg/
SVGColor.idl 30 readonly attribute unsigned short colorType;
31 readonly attribute RGBColor rgbColor;
32 // FIXME: readonly attribute SVGICCColor iccColor;
SVGElementInstance.idl 38 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;
SVGPaint.idl 40 readonly attribute unsigned short paintType;
41 readonly attribute DOMString uri;
SVGPathSeg.idl 52 readonly attribute unsigned short pathSegType;
53 readonly attribute DOMString pathSegTypeAsLetter;
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.idl 56 readonly attribute AudioGain coneGain;
57 readonly attribute AudioGain distanceGain;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.idl 57 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

Completed in 538 milliseconds

<<11121314151617181920