OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertyname
(Results
101 - 125
of
627
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/java/res/anim/
alt_code_key_while_typing_fadein.xml
23
android:
propertyName
="altCodeKeyWhileTypingAnimAlpha"
alt_code_key_while_typing_fadeout.xml
23
android:
propertyName
="altCodeKeyWhileTypingAnimAlpha"
language_on_spacebar_fadeout.xml
23
android:
propertyName
="languageOnSpacebarAnimAlpha"
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt
2
android:
propertyName
: Name of the property being animated. [string]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
composite_tts.js
86
function(
propertyName
, increase) {
88
engine.increaseOrDecreaseProperty(
propertyName
, increase);
/external/chromium_org/content/child/npapi/
npobject_util.cc
56
NPIdentifier
propertyName
) {
57
return NPObjectProxy::NPHasProperty(npobj,
propertyName
);
62
NPIdentifier
propertyName
,
64
return NPObjectProxy::NPGetProperty(npobj,
propertyName
, result);
69
NPIdentifier
propertyName
,
71
return NPObjectProxy::NPSetProperty(npobj,
propertyName
, value);
76
NPIdentifier
propertyName
) {
77
return NPObjectProxy::NPRemoveProperty(npobj,
propertyName
);
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeTypeArray.h
48
bool canGetItemsForName(const AtomicString&
propertyName
);
49
PassRefPtrWillBeRawPtr<DOMMimeType> namedItem(const AtomicString&
propertyName
);
DOMPlugin.h
51
bool canGetItemsForName(const AtomicString&
propertyName
);
52
PassRefPtrWillBeRawPtr<DOMMimeType> namedItem(const AtomicString&
propertyName
);
DOMPluginArray.h
48
bool canGetItemsForName(const AtomicString&
propertyName
);
49
PassRefPtrWillBeRawPtr<DOMPlugin> namedItem(const AtomicString&
propertyName
);
/external/clang/test/SemaObjC/
property-in-class-extension-1.m
52
@property (nonatomic, atomic, readonly) float
propertyName
; // expected-error {{property attributes 'atomic' and 'nonatomic' are mutually exclusive}}
56
@property (atomic, nonatomic, readonly, readwrite) float
propertyName
; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}} \
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.cpp
143
if (
propertyName
() && interfaceName() && m_context != UnknownContext) {
145
processedMessage = ExceptionMessages::failedToDelete(
propertyName
(), interfaceName(), message);
147
processedMessage = ExceptionMessages::failedToExecute(
propertyName
(), interfaceName(), message);
149
processedMessage = ExceptionMessages::failedToGet(
propertyName
(), interfaceName(), message);
151
processedMessage = ExceptionMessages::failedToSet(
propertyName
(), interfaceName(), message);
152
} else if (!
propertyName
() && interfaceName()) {
/cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java
139
String
propertyName
= "backgroundColor";
144
PropertyValuesHolder propertyValuesHolder = PropertyValuesHolder.ofInt(
propertyName
, values);
166
String
propertyName
= "backgroundColor";
171
ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object,
propertyName
,
174
assertEquals(
propertyName
, actualPropertyName);
200
String
propertyName
= "backgroundColor";
205
ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object,
propertyName
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java
263
* @param
propertyName
the name of the property. The id of the plugin is added to this string.
267
protected boolean saveProjectStringProperty(String
propertyName
, String value) {
269
return ProjectHelper.saveStringProperty(project,
propertyName
, value);
275
* @param
propertyName
the name of the property. The id of the plugin is added to this string.
278
protected String loadProjectStringProperty(String
propertyName
) {
280
return ProjectHelper.loadStringProperty(project,
propertyName
);
285
* @param
propertyName
the name of the property. The id of the plugin is added to this string.
289
protected boolean saveProjectBooleanProperty(String
propertyName
, boolean value) {
291
return ProjectHelper.saveStringProperty(project,
propertyName
, Boolean.toString(value));
296
* @param
propertyName
the name of the property. The id of the plugin is added to this string
[
all
...]
/development/samples/training/AnimationsDemo/res/animator/
card_flip_left_out.xml
41
android:
propertyName
="rotationY"
49
android:
propertyName
="alpha"
card_flip_right_out.xml
41
android:
propertyName
="rotationY"
49
android:
propertyName
="alpha"
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js
70
* @param {string}
propertyName
The name of the property to change.
75
function(
propertyName
, increase) { };
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
cr.js
47
* @param {string}
propertyName
The name of the property that changed.
51
function dispatchPropertyChange(target,
propertyName
, newValue, oldValue) {
52
var e = new Event(
propertyName
+ 'Change');
53
e.
propertyName
=
propertyName
;
263
for (var
propertyName
in exports) {
268
propertyName
);
270
Object.defineProperty(obj,
propertyName
, propertyDescriptor);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
cr.js
95
* @param {string}
propertyName
The name of the property that changed.
99
function dispatchPropertyChange(target,
propertyName
, newValue, oldValue) {
100
var e = new CrEvent(
propertyName
+ 'Change');
101
e.
propertyName
=
propertyName
;
283
for (var
propertyName
in exports) {
288
propertyName
);
290
Object.defineProperty(obj,
propertyName
, propertyDescriptor);
/external/chromium_org/ui/webui/resources/js/
cr.js
47
* @param {string}
propertyName
The name of the property that changed.
51
function dispatchPropertyChange(target,
propertyName
, newValue, oldValue) {
52
var e = new Event(
propertyName
+ 'Change');
53
e.
propertyName
=
propertyName
;
263
for (var
propertyName
in exports) {
268
propertyName
);
270
Object.defineProperty(obj,
propertyName
, propertyDescriptor);
/external/chromium_org/v8/test/mjsunit/
fuzz-accessors.js
77
var
propertyName
= builtInPropertyNames[k];
78
fun(obj,
propertyName
);
/external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h
96
v8::Handle<v8::Value> JS_GetObjectElement(IJS_Runtime* pJSRuntime, v8::Handle<v8::Object> pObj,const wchar_t*
PropertyName
);
98
void JS_PutObjectString(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t*
PropertyName
, const wchar_t* sValue);
99
void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t*
PropertyName
, int nValue);
100
void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t*
PropertyName
, float fValue);
101
void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t*
PropertyName
, double dValue);
102
void JS_PutObjectBoolean(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t*
PropertyName
, bool bValue);
103
void JS_PutObjectObject(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t*
PropertyName
, v8::Handle<v8::Object> pPut);
104
void JS_PutObjectNull(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t*
PropertyName
);
/external/qemu/android/utils/
property_file.h
27
// |
propertyName
| is the name of the property.
30
const char*
propertyName
);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js
48
var
propertyName
= property.name;
49
this._values.push(
propertyName
);
53
this._longhands[
propertyName
] = longhands;
61
shorthands.push(
propertyName
);
74
* @param {string}
propertyName
77
WebInspector.CSSMetadata.isColorAwareProperty = function(
propertyName
)
79
return WebInspector.CSSMetadata._colorAwareProperties[
propertyName
] === true;
124
* @param {string}
propertyName
127
WebInspector.CSSMetadata.isPropertyInherited = function(
propertyName
)
129
return !!(WebInspector.CSSMetadata.InheritedProperties[WebInspector.CSSMetadata.canonicalPropertyName(
propertyName
)]
[
all
...]
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java
32
String
propertyName
,
/external/chromium_org/third_party/WebKit/Source/core/events/
TransitionEvent.idl
30
[InitializedByEventConstructor] readonly attribute DOMString
propertyName
;
Completed in 578 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>