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

<<11121314151617181920

  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.idl 38 readonly attribute SVGAnimatedLength textLength;
39 readonly attribute SVGAnimatedEnumeration lengthAdjust;
SVGPathElement.idl 35 readonly attribute SVGAnimatedNumber pathLength;
110 readonly attribute SVGPathSegList pathSegList;
111 readonly attribute SVGPathSegList normalizedPathSegList;
112 readonly attribute SVGPathSegList animatedPathSegList;
113 readonly attribute SVGPathSegList animatedNormalizedPathSegList;
SVGAngle.idl 33 readonly attribute unsigned short unitType;
  /external/chromium/chrome/browser/
transport_security_persister.h 46 explicit TransportSecurityPersister(bool readonly);
  /external/chromium/chrome/browser/ui/cocoa/
search_engine_dialog_controller.h 44 @property(readonly) NSFont* mainLabelFont;
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 41 @property(readonly, nonatomic) TabContents* tabContents;
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.h 35 @property(readonly, nonatomic) BackForwardMenuType type;
  /external/webkit/Source/WebCore/html/
HTMLTableElement.idl 28 readonly attribute HTMLCollection rows;
29 readonly attribute HTMLCollection tBodies;
DOMTokenList.idl 31 readonly attribute unsigned long length;
HTMLTableCellElement.idl 24 readonly attribute long cellIndex;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 28 internal static readonly string[] tokenNames = new string[] {
50 public static readonly string[] ruleNames =
815 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL});
816 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL});
817 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL});
818 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL});
819 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL});
820 public static readonly BitSet _FUNC_in_stat128 = new BitSet(new ulong[]{0x4UL});
821 public static readonly BitSet _16_in_expr172 = new BitSet(new ulong[]{0x4UL});
822 public static readonly BitSet _expr_in_expr176 = new BitSet(new ulong[]{0x1CCD0UL})
    [all...]
ProfileTreeGrammar.cs 28 internal static readonly string[] tokenNames = new string[] {
50 public static readonly string[] ruleNames =
820 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL});
821 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL});
822 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL});
823 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL});
824 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL});
825 public static readonly BitSet _FUNC_in_stat128 = new BitSet(new ulong[]{0x4UL});
826 public static readonly BitSet _16_in_expr172 = new BitSet(new ulong[]{0x4UL});
827 public static readonly BitSet _expr_in_expr176 = new BitSet(new ulong[]{0x1CCD0UL})
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 78 @property(readonly, nonatomic) BOOL isBeingDragged;
79 @property(readonly, nonatomic) const Extension* extension;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 58 @property(readonly, nonatomic) TabStripView* tabStripView;
59 @property(readonly, nonatomic) FastResizeView* tabContentArea;
  /external/webkit/Source/WebCore/css/
WebKitCSSTransformValue.idl 60 readonly attribute unsigned short operationType;
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.idl 40 readonly attribute unsigned long length;
  /external/webkit/Source/WebCore/page/
History.idl 38 readonly attribute unsigned long length;
  /external/webkit/Source/WebCore/storage/
DatabaseSync.idl 38 readonly attribute DOMString version;
Storage.idl 35 readonly attribute [DontEnum] unsigned long length;
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
CharBufferTest.java 92 // readonly's contents should be the same as buf
93 CharBuffer readonly = buf.asReadOnlyBuffer(); local
94 assertNotSame(buf, readonly);
95 assertTrue(readonly.isReadOnly());
96 assertEquals(buf.position(), readonly.position());
97 assertEquals(buf.limit(), readonly.limit());
98 assertEquals(buf.isDirect(), readonly.isDirect());
99 assertEquals(buf.order(), readonly.order());
100 assertEquals(buf.capacity(), readonly.capacity());
101 assertContentEquals(buf, readonly);
428 CharBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
DoubleBufferTest.java 113 // readonly's contents should be the same as buf
114 DoubleBuffer readonly = buf.asReadOnlyBuffer(); local
115 assertNotSame(buf, readonly);
116 assertTrue(readonly.isReadOnly());
117 assertEquals(buf.position(), readonly.position());
118 assertEquals(buf.limit(), readonly.limit());
119 assertEquals(buf.isDirect(), readonly.isDirect());
120 assertEquals(buf.order(), readonly.order());
121 assertContentEquals(buf, readonly);
123 // readonly's position, mark, and limit should be independent to bu
399 DoubleBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
FloatBufferTest.java 89 // readonly's contents should be the same as buf
90 FloatBuffer readonly = buf.asReadOnlyBuffer(); local
91 assertNotSame(buf, readonly);
92 assertTrue(readonly.isReadOnly());
93 assertEquals(buf.position(), readonly.position());
94 assertEquals(buf.limit(), readonly.limit());
95 assertEquals(buf.isDirect(), readonly.isDirect());
96 assertEquals(buf.order(), readonly.order());
97 assertContentEquals(buf, readonly);
99 // readonly's position, mark, and limit should be independent to bu
397 FloatBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
IntBufferTest.java 89 // readonly's contents should be the same as buf
90 IntBuffer readonly = buf.asReadOnlyBuffer(); local
91 assertNotSame(buf, readonly);
92 assertTrue(readonly.isReadOnly());
93 assertEquals(buf.position(), readonly.position());
94 assertEquals(buf.limit(), readonly.limit());
95 assertEquals(buf.isDirect(), readonly.isDirect());
96 assertEquals(buf.order(), readonly.order());
97 assertContentEquals(buf, readonly);
99 // readonly's position, mark, and limit should be independent to bu
375 IntBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
LongBufferTest.java 89 // readonly's contents should be the same as buf
90 LongBuffer readonly = buf.asReadOnlyBuffer(); local
91 assertNotSame(buf, readonly);
92 assertTrue(readonly.isReadOnly());
93 assertEquals(buf.position(), readonly.position());
94 assertEquals(buf.limit(), readonly.limit());
95 assertEquals(buf.isDirect(), readonly.isDirect());
96 assertEquals(buf.order(), readonly.order());
97 assertContentEquals(buf, readonly);
99 // readonly's position, mark, and limit should be independent to bu
376 LongBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
ShortBufferTest.java 88 // readonly's contents should be the same as buf
89 ShortBuffer readonly = buf.asReadOnlyBuffer(); local
90 assertNotSame(buf, readonly);
91 assertTrue(readonly.isReadOnly());
92 assertEquals(buf.position(), readonly.position());
93 assertEquals(buf.limit(), readonly.limit());
94 assertEquals(buf.isDirect(), readonly.isDirect());
95 assertEquals(buf.order(), readonly.order());
96 assertContentEquals(buf, readonly);
98 // readonly's position, mark, and limit should be independent to bu
362 ShortBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]

Completed in 224 milliseconds

<<11121314151617181920