OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribute
(Results
426 - 450
of
1970
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.idl
39
[EnabledAtRuntime=Crypto] readonly
attribute
SubtleCrypto subtle;
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.idl
29
readonly
attribute
DeviceAcceleration acceleration;
30
readonly
attribute
DeviceAcceleration accelerationIncludingGravity;
31
readonly
attribute
DeviceRotationRate rotationRate;
32
readonly
attribute
double? interval;
DeviceOrientationEvent.idl
27
readonly
attribute
double? alpha;
28
readonly
attribute
double? beta;
29
readonly
attribute
double? gamma;
30
readonly
attribute
boolean? absolute;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyNeededEvent.idl
31
readonly
attribute
Uint8Array initData;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
GamepadList.idl
29
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.idl
28
readonly
attribute
DOMString direction;
29
readonly
attribute
any key;
30
readonly
attribute
any primaryKey;
31
readonly
attribute
IDBAny source;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.idl
38
readonly
attribute
SourceBufferList sourceBuffers;
41
readonly
attribute
SourceBufferList activeSourceBuffers;
43
[SetterRaisesException]
attribute
double duration;
48
readonly
attribute
DOMString readyState;
SourceBufferList.idl
36
readonly
attribute
unsigned long length;
WebKitMediaSource.idl
39
readonly
attribute
WebKitSourceBufferList sourceBuffers;
42
readonly
attribute
WebKitSourceBufferList activeSourceBuffers;
44
[SetterRaisesException]
attribute
double duration;
49
readonly
attribute
DOMString readyState;
WebKitSourceBufferList.idl
35
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
WorkerGlobalScopeNotifications.idl
30
[EnabledAtRuntime=notifications, Conditional=LEGACY_NOTIFICATIONS] readonly
attribute
NotificationCenter webkitNotifications;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionResultList.idl
29
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSetRowList.idl
32
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIConnectionEvent.idl
35
[InitializedByEventConstructor] readonly
attribute
MIDIPort port;
/external/droiddriver/src/com/google/android/droiddriver/finders/
XPaths.java
67
* @return XPath predicate (with enclosing []) for boolean
attribute
that is
70
public static String is(
Attribute
attribute
) {
71
return "[@" +
attribute
.getName() + "]";
75
* @return XPath predicate (with enclosing []) for boolean
attribute
that is
78
public static String not(
Attribute
attribute
) {
79
return "[not(@" +
attribute
.getName() + ")]";
82
/** @return XPath predicate (with enclosing []) for
attribute
with value */
83
public static String attr(
Attribute
attribute, String value)
[
all
...]
/external/libsepol/tests/policies/test-deps/
modreq-attr-opt.conf
12
attribute
attr_req;
/external/proguard/src/proguard/classfile/attribute/
ConstantValueAttribute.java
21
package proguard.classfile.
attribute
;
24
import proguard.classfile.
attribute
.visitor.AttributeVisitor;
27
* This
Attribute
represents a constant value
attribute
.
31
public class ConstantValueAttribute extends
Attribute
56
// Implementations for
Attribute
.
SourceDirAttribute.java
21
package proguard.classfile.
attribute
;
24
import proguard.classfile.
attribute
.visitor.AttributeVisitor;
27
* This
Attribute
represents a source directory
attribute
.
31
public class SourceDirAttribute extends
Attribute
56
// Implementations for
Attribute
.
SourceFileAttribute.java
21
package proguard.classfile.
attribute
;
24
import proguard.classfile.
attribute
.visitor.AttributeVisitor;
27
* This
Attribute
represents a source file
attribute
.
31
public class SourceFileAttribute extends
Attribute
56
// Implementations for
Attribute
.
/external/proguard/src/proguard/classfile/visitor/
ExceptionCounter.java
24
import proguard.classfile.
attribute
.*;
25
import proguard.classfile.
attribute
.visitor.ExceptionInfoVisitor;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestTypedefs.idl
37
attribute
ULONGLONG unsignedLongLongAttr;
39
[Immutable]
attribute
SCRIPT_VALUE immutableSerializedScriptValue;
41
static readonly
attribute
T TestSubObj;
60
[GetterRaisesException]
attribute
long attrWithGetterException;
61
[SetterRaisesException]
attribute
long attrWithSetterException;
62
[GetterRaisesException]
attribute
DOMString stringAttrWithGetterException;
63
[SetterRaisesException]
attribute
DOMString stringAttrWithSetterException;
/external/chromium_org/third_party/WebKit/Source/core/dom/
TouchEvent.idl
26
readonly
attribute
TouchList touches;
27
readonly
attribute
TouchList targetTouches;
28
readonly
attribute
TouchList changedTouches;
29
readonly
attribute
boolean ctrlKey;
30
readonly
attribute
boolean shiftKey;
31
readonly
attribute
boolean altKey;
32
readonly
attribute
boolean metaKey;
MutationEvent.idl
28
readonly
attribute
Node relatedNode;
29
readonly
attribute
DOMString prevValue;
30
readonly
attribute
DOMString newValue;
31
readonly
attribute
DOMString attrName;
32
readonly
attribute
unsigned short attrChange;
/frameworks/compile/mclinker/tools/mcld/lib/Support/
TargetLinkerConfigs.cpp
38
getLDConfig()->
attribute
().constraint().enableWholeArchive();
39
getLDConfig()->
attribute
().constraint().disableAsNeeded();
40
getLDConfig()->
attribute
().constraint().setSharedSystem();
43
getLDConfig()->
attribute
().predefined().unsetWholeArchive();
44
getLDConfig()->
attribute
().predefined().setDynamic();
80
getLDConfig()->
attribute
().constraint().enableWholeArchive();
81
getLDConfig()->
attribute
().constraint().disableAsNeeded();
82
getLDConfig()->
attribute
().constraint().setSharedSystem();
85
getLDConfig()->
attribute
().predefined().unsetWholeArchive();
86
getLDConfig()->
attribute
().predefined().setDynamic()
[
all
...]
/external/chromium_org/chromeos/dbus/ibus/
ibus_text.cc
15
const uint32 kAttributeUnderline = 1; // Indicates underline
attribute
.
16
const uint32 kAttributeSelection = 2; // Indicates background
attribute
.
31
bool PopIBusAttribute(dbus::MessageReader* reader, IBusAttribute*
attribute
) {
36
if (!ibus_object_reader.PopUint32(&
attribute
->type) ||
37
!ibus_object_reader.PopUint32(&
attribute
->value) ||
38
!ibus_object_reader.PopUint32(&
attribute
->start_index) ||
39
!ibus_object_reader.PopUint32(&
attribute
->end_index)) {
49
const IBusAttribute&
attribute
) {
52
ibus_attribute_writer.AppendUint32(
attribute
.type);
53
ibus_attribute_writer.AppendUint32(
attribute
.value)
95
IBusAttribute
attribute
;
local
106
IBusAttribute
attribute
;
local
188
IBusAttribute
attribute
;
local
[
all
...]
Completed in 2149 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>