OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribute
(Results
351 - 375
of
1970
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackList.idl
30
readonly
attribute
unsigned long length;
33
attribute
EventHandler onaddtrack;
/external/chromium_org/third_party/WebKit/Source/core/page/
PerformanceNavigation.idl
37
readonly
attribute
unsigned short type;
39
readonly
attribute
unsigned short redirectCount;
Location.idl
32
[SetterCallWith=ActiveWindow&FirstWindow, DoNotCheckSecurityOnSetter, Unforgeable]
attribute
DOMString href;
39
[SetterCallWith=ActiveWindow&FirstWindow, SetterRaisesException]
attribute
DOMString protocol;
40
[SetterCallWith=ActiveWindow&FirstWindow]
attribute
DOMString host;
41
[SetterCallWith=ActiveWindow&FirstWindow]
attribute
DOMString hostname;
42
[SetterCallWith=ActiveWindow&FirstWindow]
attribute
DOMString port;
43
[SetterCallWith=ActiveWindow&FirstWindow]
attribute
DOMString pathname;
44
[SetterCallWith=ActiveWindow&FirstWindow]
attribute
DOMString search;
45
[SetterCallWith=ActiveWindow&FirstWindow]
attribute
DOMString hash;
47
readonly
attribute
DOMString origin;
49
readonly
attribute
DOMStringList ancestorOrigins
[
all
...]
SecurityPolicy.idl
28
readonly
attribute
boolean allowsEval;
29
readonly
attribute
boolean allowsInlineScript;
30
readonly
attribute
boolean allowsInlineStyle;
31
readonly
attribute
boolean isActive;
33
readonly
attribute
DOMStringList reportURIs;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.idl
31
readonly
attribute
Uint8Array message;
32
[InitializedByEventConstructor] readonly
attribute
DOMString destinationURL;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.idl
39
readonly
attribute
long long position;
40
readonly
attribute
long long length;
EntrySync.idl
35
readonly
attribute
boolean isFile;
36
readonly
attribute
boolean isDirectory;
37
readonly
attribute
DOMString name;
38
readonly
attribute
DOMString fullPath;
39
readonly
attribute
DOMFileSystemSync filesystem;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WindowIndexedDatabase.idl
30
[ImplementedAs=indexedDB,MeasureAs=PrefixedIndexedDB] readonly
attribute
IDBFactory webkitIndexedDB;
32
[MeasureAs=UnprefixedIndexedDB] readonly
attribute
IDBFactory indexedDB;
IDBDatabase.idl
30
readonly
attribute
DOMString name;
31
readonly
attribute
IDBAny version;
32
readonly
attribute
DOMStringList objectStoreNames;
34
attribute
EventHandler onabort;
35
attribute
EventHandler onclose;
36
attribute
EventHandler onerror;
37
attribute
EventHandler onversionchange;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitSourceBuffer.idl
37
[GetterRaisesException] readonly
attribute
TimeRanges buffered;
40
[SetterRaisesException]
attribute
double timestampOffset;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestObject.idl
42
readonly
attribute
long readOnlyLongAttr;
43
readonly
attribute
DOMString readOnlyStringAttr;
44
readonly
attribute
TestObject readOnlyTestObjectAttr;
45
static readonly
attribute
long staticReadOnlyLongAttr;
46
static
attribute
DOMString staticStringAttr;
47
static readonly
attribute
TestSubObjConstructor TestSubObj;
48
attribute
TestEnumType enumAttr;
49
readonly
attribute
TestEnumType readOnlyEnumAttr;
50
attribute
byte byteAttr;
51
attribute
octet octetAttr
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.idl
24
[Reflect]
attribute
DOMString align;
25
[Reflect]
attribute
DOMString height;
26
[Reflect]
attribute
DOMString name;
27
[Reflect, URL]
attribute
DOMString src;
28
[Reflect]
attribute
DOMString type;
29
[Reflect]
attribute
DOMString width;
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;
45
[TreatNullAs=NullString, CustomElementCallbacks=Enable]
attribute
DOMString dir;
46
[TreatNullAs=NullString, CustomElementCallbacks=Enable]
attribute
DOMString designMode;
47
readonly
attribute
DOMString compatMode;
49
readonly
attribute
Element activeElement
[
all
...]
/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;
SVGSVGElement.idl
26
readonly
attribute
SVGAnimatedLength x;
27
readonly
attribute
SVGAnimatedLength y;
28
readonly
attribute
SVGAnimatedLength width;
29
readonly
attribute
SVGAnimatedLength height;
30
attribute
DOMString contentScriptType;
31
attribute
DOMString contentStyleType;
32
readonly
attribute
SVGRect viewport;
33
readonly
attribute
float pixelUnitToMillimeterX;
34
readonly
attribute
float pixelUnitToMillimeterY;
35
readonly
attribute
float screenPixelToMillimeterX
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.idl
33
readonly
attribute
DOMString label;
35
readonly
attribute
DOMString id;
44
readonly
attribute
boolean ended;
47
attribute
EventHandler onended;
48
attribute
EventHandler onaddtrack;
49
attribute
EventHandler onremovetrack;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.idl
29
readonly
attribute
AudioContext context;
30
readonly
attribute
unsigned long numberOfInputs;
31
readonly
attribute
unsigned long numberOfOutputs;
33
[SetterRaisesException]
attribute
unsigned long channelCount;
35
[SetterRaisesException]
attribute
DOMString channelCountMode;
37
[SetterRaisesException]
attribute
DOMString channelInterpretation;
AudioParam.idl
32
attribute
float value;
33
readonly
attribute
float minValue;
34
readonly
attribute
float maxValue;
35
readonly
attribute
float defaultValue;
37
readonly
attribute
DOMString name;
40
readonly
attribute
unsigned short units;
BiquadFilterNode.idl
38
[CustomSetter]
attribute
DOMString type;
40
readonly
attribute
AudioParam frequency; // in Hertz
41
readonly
attribute
AudioParam detune; // in Cents
42
readonly
attribute
AudioParam Q; // Quality factor
43
readonly
attribute
AudioParam gain; // in Decibels
OscillatorNode.idl
37
[CustomSetter]
attribute
DOMString type;
45
readonly
attribute
unsigned short playbackState;
47
readonly
attribute
AudioParam frequency; // in Hertz
48
readonly
attribute
AudioParam detune; // in Cents
58
attribute
EventHandler onended;
/external/clang/utils/analyzer/
ubiviz
33
for
attribute
in data[2:]:
34
G.set_vertex_attribute(vertex,
attribute
[0],
attribute
[1])
39
for
attribute
in data[3:]:
40
G.set_edge_attribute(edge,
attribute
[0],
attribute
[1])
45
for
attribute
in data[3:]:
46
G.set_vertex_style_attribute(style_id,
attribute
[0],
attribute
[1])
49
for
attribute
in data[2:]
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
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;
59
[TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException]
attribute
DOMString xmlVersion;
60
[SetterRaisesException]
attribute
boolean xmlStandalone;
64
[TreatReturnedNullStringAs=Null] readonly
attribute
DOMString documentURI;
89
readonly
attribute
Window defaultView;
93
readonly
attribute
StyleSheetList styleSheets
[
all
...]
Clipboard.idl
31
[TreatReturnedNullStringAs=Undefined]
attribute
DOMString dropEffect;
32
[TreatReturnedNullStringAs=Undefined]
attribute
DOMString effectAllowed;
33
[CustomGetter] readonly
attribute
Array types;
34
readonly
attribute
FileList files;
41
readonly
attribute
DataTransferItemList items;
TreeWalker.idl
25
readonly
attribute
Node root;
26
readonly
attribute
unsigned long whatToShow;
27
readonly
attribute
NodeFilter filter;
28
readonly
attribute
boolean expandEntityReferences;
29
[SetterRaisesException]
attribute
Node currentNode;
/external/libsepol/tests/policies/test-linker/
module1.conf
7
attribute
g_b_attr_3;
8
attribute
g_b_attr_5;
9
attribute
o4_b_attr_1;
16
attribute
g_m1_attr_1;
38
attribute
g_m1_attr_2;
54
attribute
g_m1_attr_3;
58
attribute
g_m1_attr_4;
74
attribute
g_b_attr_4;
75
attribute
o1_b_attr_2;
81
attribute
o1_m1_attr_1
[
all
...]
Completed in 733 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>