HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 76 - 100 of 2256) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPatternElement.idl 27 readonly attribute SVGAnimatedEnumeration patternUnits;
28 readonly attribute SVGAnimatedEnumeration patternContentUnits;
29 readonly attribute SVGAnimatedTransformList patternTransform;
30 readonly attribute SVGAnimatedLength x;
31 readonly attribute SVGAnimatedLength y;
32 readonly attribute SVGAnimatedLength width;
33 readonly attribute SVGAnimatedLength height;
SVGSVGElement.idl 26 readonly attribute SVGAnimatedLength x;
27 readonly attribute SVGAnimatedLength y;
28 readonly attribute SVGAnimatedLength width;
29 readonly attribute SVGAnimatedLength height;
32 readonly attribute SVGRect viewport;
33 readonly attribute float pixelUnitToMillimeterX;
34 readonly attribute float pixelUnitToMillimeterY;
35 readonly attribute float screenPixelToMillimeterX;
36 readonly attribute float screenPixelToMillimeterY;
37 readonly attribute boolean useCurrentView
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.idl 33 readonly attribute unsigned short resultType;
34 [GetterRaisesException] readonly attribute double numberValue;
36 [GetterRaisesException] readonly attribute DOMString stringValue;
38 [GetterRaisesException] readonly attribute boolean booleanValue;
40 [GetterRaisesException] readonly attribute Node singleNodeValue;
42 readonly attribute boolean invalidIteratorState;
43 [GetterRaisesException] readonly attribute unsigned long snapshotLength;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.idl 29 readonly attribute double latitude;
30 readonly attribute double longitude;
31 readonly attribute double? altitude;
32 readonly attribute double accuracy;
33 readonly attribute double? altitudeAccuracy;
34 readonly attribute double? heading;
35 readonly attribute double? speed;
  /external/clang/test/SemaObjC/
continuation-class-property.m 5 @property (readonly, copy) id foos;
36 @property (readonly) NSRect foo; // expected-note {{property declared here}}
37 @property (readonly, strong) NSString *bar; // expected-note {{property declared here}}
49 @property (nonatomic, readonly, assign) struct evhttp_request *httpRequest;
50 @property (nonatomic, readonly, assign) struct S *httpRequest2;
51 @property (nonatomic, readonly, assign) struct S1 *httpRequest3;
52 @property (nonatomic, readonly, assign) struct S2 *httpRequest4;
tentative-property-decl.m 3 /** Normally, a property cannot be both 'readonly' and having a "write" attribute
17 @property(nonatomic, copy, readonly) NSString *prop;
18 @property(nonatomic, copy, readonly) id warnProp; // expected-warning {{property attributes 'readonly' and 'copy' are mutually exclusive}}
32 @property(nonatomic, copy, readonly) NSString *prop;
33 @property(nonatomic, copy, readonly) id warnProp; // expected-warning {{property attributes 'readonly' and 'copy' are mutually exclusive}}
continuation-class-err.m 3 @interface ReadOnly
8 @property(readonly) id object;
10 @property (readonly) int indentLevel;
13 @interface ReadOnly ()
15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in class extension 'ReadOnly' (attribute must be 'readwrite', while its primary must be 'readonly')}}
34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
arc-readonly-property-ivar.m 6 @property (readonly) id ReadOnlyPropertyNoBackingIvar;
7 @property (readonly) id ReadOnlyProperty;
8 @property (readonly) id ReadOnlyPropertyX;
atomoic-property-synnthesis-rules.m 121 @property(readonly) int GetSet_ReadOnly;
122 @property(readonly) int Get_ReadOnly;
123 @property(readonly) int Set_ReadOnly;
124 @property(readonly) int None_ReadOnly;
125 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadOnly;
126 @property(nonatomic,readonly) int Get_Nonatomic_ReadOnly;
127 @property(nonatomic,readonly) int Set_Nonatomic_ReadOnly;
128 @property(nonatomic,readonly) int None_Nonatomic_ReadOnly;
131 @property(readonly) int GetSet_ReadWriteInExt;
132 @property(readonly) int Get_ReadWriteInExt; // expected-note {{property declared here}}
    [all...]
property-3.m 12 @property (readonly) id d1; // expected-warning {{attribute 'readonly' of property 'd1' restricts attribute 'readwrite' of property inherited from 'I'}} expected-warning {{'copy' attribute on property 'd1' does not match the property inherited from 'I'}}
20 @property (nonatomic, readonly) BOOL allowReminders;
21 @property (atomic, readonly) BOOL allowNonatomicProperty; // expected-note {{property declared here}}
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationRecord.idl 33 readonly attribute DOMString type;
34 readonly attribute Node target;
36 readonly attribute NodeList addedNodes;
37 readonly attribute NodeList removedNodes;
38 readonly attribute Node previousSibling;
39 readonly attribute Node nextSibling;
41 [TreatReturnedNullStringAs=Null] readonly attribute DOMString attributeName;
42 [TreatReturnedNullStringAs=Null] readonly attribute DOMString attributeNamespace;
44 [TreatReturnedNullStringAs=Null] readonly attribute DOMString oldValue;
Event.idl 52 readonly attribute DOMString type;
53 readonly attribute EventTarget target;
54 readonly attribute EventTarget currentTarget;
55 readonly attribute unsigned short eventPhase;
56 [InitializedByEventConstructor] readonly attribute boolean bubbles;
57 [InitializedByEventConstructor] readonly attribute boolean cancelable;
58 readonly attribute DOMTimeStamp timeStamp;
67 readonly attribute boolean defaultPrevented;
71 readonly attribute EventTarget srcElement;
75 [EnabledAtRuntime=ShadowDOM] readonly attribute NodeList path
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.idl 44 readonly attribute JavaScriptCallFrame caller;
45 readonly attribute long sourceID;
46 readonly attribute long line;
47 readonly attribute long column;
48 [CustomGetter] readonly attribute Array scopeChain;
50 [CustomGetter] readonly attribute Object thisObject;
51 readonly attribute DOMString stepInPositions;
52 readonly attribute DOMString functionName;
53 [CustomGetter] readonly attribute DOMString type;
  /external/clang/test/Rewriter/
rewrite-category-property.mm 8 @property (readonly) Y *y;
12 @property (readonly) Z *z;
15 // CHECK-LP: // @property (readonly) Z *z;
  /external/llvm/test/CodeGen/X86/
sincos.ll 6 declare float @sinf(float) readonly
8 declare double @sin(double) readonly
10 declare x86_fp80 @sinl(x86_fp80) readonly
14 %Y = call float @sinf(float %X) readonly
26 %Y = call double @sin(double %X) readonly
38 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly
45 declare float @cosf(float) readonly
47 declare double @cos(double) readonly
49 declare x86_fp80 @cosl(x86_fp80) readonly
55 %Y = call float @cosf(float %X) readonly
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.idl 32 readonly attribute MediaError error;
36 [URL] readonly attribute DOMString currentSrc;
42 readonly attribute unsigned short networkState;
45 readonly attribute TimeRanges buffered;
55 readonly attribute unsigned short readyState;
56 readonly attribute boolean seeking;
60 readonly attribute double initialTime;
61 readonly attribute double startTime;
62 readonly attribute double duration;
63 readonly attribute boolean paused
    [all...]
HTMLDocument.idl 29 readonly attribute HTMLCollection embeds;
30 readonly attribute HTMLCollection plugins;
31 readonly attribute HTMLCollection scripts;
35 [Replaceable, ImplementedAs=allForBinding] readonly attribute HTMLAllCollection all;
42 readonly attribute long width;
43 readonly attribute long height;
47 readonly attribute DOMString compatMode;
49 readonly attribute Element activeElement;
HTMLSelectElement.idl 24 readonly attribute HTMLFormElement form;
30 readonly attribute DOMString type;
32 readonly attribute HTMLOptionsCollection options;
43 readonly attribute HTMLCollection selectedOptions;
47 readonly attribute boolean willValidate;
48 readonly attribute ValidityState validity;
49 readonly attribute DOMString validationMessage;
53 readonly attribute NodeList labels;
  /external/chromium_org/content/test/data/accessibility/
aria-menu-expected-win.txt 1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
aria-pressed-expected-win.txt 2 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
  /external/chromium_org/third_party/WebKit/Source/core/css/
Rect.idl 22 readonly attribute CSSPrimitiveValue top;
23 readonly attribute CSSPrimitiveValue right;
24 readonly attribute CSSPrimitiveValue bottom;
25 readonly attribute CSSPrimitiveValue left;
  /external/llvm/test/Transforms/ADCE/
dce_pure_call.ll 3 declare i32 @strlen(i8*) readonly nounwind
  /external/llvm/test/Transforms/FunctionAttrs/
2009-01-04-Annotate.ll 3 ; CHECK: declare noalias i8* @fopen(i8* nocapture readonly, i8* nocapture readonly) #0
18 ; CHECK-NOT: strcpy{{.*}}readonly
21 ; CHECK: attributes #1 = { nounwind readonly }
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 3 use Readonly;
12 Readonly my $EOR_TOKEN_TYPE => 1;
16 Readonly my $DOWN => 2;
20 Readonly my $UP => 3;
23 Readonly my $MIN_TOKEN_TYPE => $UP + 1;
29 Readonly my $DEFAULT_CHANNEL => 0;
34 Readonly my $HIDDEN_CHANNEL => 99;
39 #Readonly my $EOF_TOKEN => ANTLR::Runtime::CommonToken->new({ type => EOF });
46 Readonly my $INVALID_TOKEN_TYPE => 0;
49 #Readonly my $INVALID_TOKEN => ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE })
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Window.idl 34 [Replaceable] readonly attribute Screen screen;
35 [Replaceable] readonly attribute History history;
36 [Replaceable] readonly attribute BarProp locationbar;
37 [Replaceable] readonly attribute BarProp menubar;
38 [Replaceable] readonly attribute BarProp personalbar;
39 [Replaceable] readonly attribute BarProp scrollbars;
40 [Replaceable] readonly attribute BarProp statusbar;
41 [Replaceable] readonly attribute BarProp toolbar;
42 [Replaceable, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute Navigator navigator;
43 [Replaceable] readonly attribute Navigator clientInformation
    [all...]

Completed in 323 milliseconds

1 2 34 5 6 7 8 91011>>