OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
151 - 175
of
2256
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.idl
35
readonly
attribute HTMLFormElement form;
39
readonly
attribute DOMString type;
41
readonly
attribute boolean willValidate;
42
readonly
attribute ValidityState validity;
43
readonly
attribute DOMString validationMessage;
47
readonly
attribute NodeList labels;
HTMLVideoElement.idl
31
readonly
attribute unsigned long videoWidth;
32
readonly
attribute unsigned long videoHeight;
35
readonly
attribute boolean webkitSupportsFullscreen;
36
readonly
attribute boolean webkitDisplayingFullscreen;
47
readonly
attribute unsigned long webkitDecodedFrameCount;
51
readonly
attribute unsigned long webkitDroppedFrameCount;
MediaController.idl
31
readonly
attribute TimeRanges buffered;
32
readonly
attribute TimeRanges seekable;
34
readonly
attribute double duration;
37
readonly
attribute boolean paused;
38
readonly
attribute TimeRanges played;
39
readonly
attribute DOMString playbackState;
HTMLFrameElement.idl
33
[CheckSecurityForNode]
readonly
attribute Document contentDocument;
36
readonly
attribute Window contentWindow;
42
readonly
attribute long width;
43
readonly
attribute long height;
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.idl
29
readonly
attribute DOMString kind;
30
readonly
attribute DOMString label;
31
readonly
attribute DOMString language;
35
readonly
attribute TextTrackCueList cues;
36
readonly
attribute TextTrackCueList activeCues;
42
[Conditional=WEBVTT_REGIONS]
readonly
attribute TextTrackRegionList regions;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFETurbulenceElement.idl
39
readonly
attribute SVGAnimatedNumber baseFrequencyX;
40
readonly
attribute SVGAnimatedNumber baseFrequencyY;
41
readonly
attribute SVGAnimatedInteger numOctaves;
42
readonly
attribute SVGAnimatedNumber seed;
43
readonly
attribute SVGAnimatedEnumeration stitchTiles;
44
readonly
attribute SVGAnimatedEnumeration type;
SVGElementInstance.idl
29
readonly
attribute SVGElement correspondingElement;
30
readonly
attribute SVGUseElement correspondingUseElement;
31
readonly
attribute SVGElementInstance parentNode;
32
readonly
attribute SVGElementInstanceList childNodes;
33
readonly
attribute SVGElementInstance firstChild;
34
readonly
attribute SVGElementInstance lastChild;
35
readonly
attribute SVGElementInstance previousSibling;
36
readonly
attribute SVGElementInstance nextSibling;
SVGElement.idl
27
readonly
attribute SVGSVGElement ownerSVGElement;
28
readonly
attribute SVGElement viewportElement;
33
readonly
attribute SVGAnimatedString className;
34
readonly
attribute CSSStyleDeclaration style;
/external/chromium_org/content/test/data/accessibility/
contenteditable-descendants-expected-win.txt
1
ROLE_SYSTEM_DOCUMENT
READONLY
FOCUSABLE
19
ROLE_SYSTEM_TEXT name='1'
READONLY
/external/chromium_org/third_party/WebKit/Source/core/dom/
KeyboardEvent.idl
33
[InitializedByEventConstructor]
readonly
attribute DOMString keyIdentifier;
34
[InitializedByEventConstructor]
readonly
attribute unsigned long location;
35
[ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor]
readonly
attribute unsigned long keyLocation; // Deprecated.
36
[InitializedByEventConstructor]
readonly
attribute boolean ctrlKey;
37
[InitializedByEventConstructor]
readonly
attribute boolean shiftKey;
38
[InitializedByEventConstructor]
readonly
attribute boolean altKey;
39
[InitializedByEventConstructor]
readonly
attribute boolean metaKey;
40
readonly
attribute boolean altGraphKey;
Document.idl
28
readonly
attribute DocumentType doctype;
29
readonly
attribute DOMImplementation implementation;
30
readonly
attribute Element documentElement;
56
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString inputEncoding;
58
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString xmlEncoding;
64
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString documentURI;
89
readonly
attribute Window defaultView;
93
readonly
attribute StyleSheetList styleSheets;
115
readonly
attribute DOMString referrer;
117
readonly
attribute DOMString URL
[
all
...]
Attr.idl
25
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString name;
27
readonly
attribute boolean specified;
33
readonly
attribute Element ownerElement;
37
readonly
attribute boolean isId;
TreeWalker.idl
25
readonly
attribute Node root;
26
readonly
attribute unsigned long whatToShow;
27
readonly
attribute NodeFilter filter;
28
readonly
attribute boolean expandEntityReferences;
/external/chromium_org/tools/idl_parser/test_lexer/
keywords_ppapi.in
21
READONLY
readonly
/external/clang/test/ASTMerge/Inputs/
property2.m
6
@property (
readonly
) int Prop1;
12
@property (
readonly
) int Prop1;
/external/clang/test/CodeGen/
2009-09-24-SqrtErrno.c
8
// CHECK-NOT:
readonly
10
// Check that this is not marked
readonly
when errno is used.
/external/clang/test/CodeGenObjC/
debug-info-default-synth-ivar.m
15
@property(
readonly
) NSString *someString;
16
@property(
readonly
) unsigned long someNumber;
/external/clang/test/SemaObjC/
block-attr.m
10
@property (
readonly
) void (^block)(void); //
readonly
property is OK
narrow-property-type-in-cont-class.m
11
@property(nonatomic,
readonly
,retain) NSArray* outline;
12
@property(nonatomic,
readonly
,retain) NSMutableArray* err_outline; // expected-note {{property declared here}}
/external/llvm/test/Transforms/InstCombine/
2008-06-13-ReadOnlyCallStore.ll
6
%tmp3 = call i32 @strlen( i8* %s ) nounwind
readonly
18
declare i32 @strlen(i8*) nounwind
readonly
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h
105
@property(
readonly
, nonatomic) IBOutlet NSTreeController* allowedTreeController;
106
@property(
readonly
, nonatomic) IBOutlet NSTreeController* blockedTreeController;
107
@property(
readonly
, nonatomic) IBOutlet NSOutlineView* allowedOutlineView;
108
@property(
readonly
, nonatomic) IBOutlet NSOutlineView* blockedOutlineView;
109
@property(
readonly
, nonatomic) IBOutlet VerticalGradientView* infoBar;
110
@property(
readonly
, nonatomic) IBOutlet NSImageView* infoBarIcon;
111
@property(
readonly
, nonatomic) IBOutlet NSTextField* infoBarText;
112
@property(
readonly
, nonatomic) IBOutlet NSTabView* tabView;
113
@property(
readonly
, nonatomic) IBOutlet NSScrollView* blockedScrollView;
114
@property(
readonly
, nonatomic) IBOutlet NSTextField* blockedCookiesText
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
Selection.idl
35
readonly
attribute Node anchorNode;
36
readonly
attribute long anchorOffset;
37
readonly
attribute Node focusNode;
38
readonly
attribute long focusOffset;
40
readonly
attribute boolean isCollapsed;
41
readonly
attribute long rangeCount;
63
readonly
attribute Node baseNode;
64
readonly
attribute long baseOffset;
65
readonly
attribute Node extentNode;
66
readonly
attribute long extentOffset
[
all
...]
/external/chromium_org/third_party/WebKit/ManualTests/chromium/
no-autofill-on-readonly.html
15
<form action="no-autofill-on-
readonly
.html">
21
<form action="no-autofill-on-
readonly
.html">
22
Name:<input type="text" name="name"
READONLY
></input><br>
27
<form action="no-autofill-on-
readonly
.html">
/external/chromium_org/third_party/WebKit/Source/core/plugins/
MimeType.idl
24
readonly
attribute DOMString type;
25
readonly
attribute DOMString suffixes;
26
readonly
attribute DOMString description;
27
readonly
attribute Plugin enabledPlugin;
Plugin.idl
24
readonly
attribute DOMString name;
25
readonly
attribute DOMString filename;
26
readonly
attribute DOMString description;
27
readonly
attribute unsigned long length;
Completed in 2484 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>