OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertyname
(Results
26 - 50
of
627
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/events/
TransitionEvent.h
37
String
propertyName
;
48
static PassRefPtrWillBeRawPtr<TransitionEvent> create(const AtomicString& type, const String&
propertyName
, double elapsedTime, const String& pseudoElement)
50
return adoptRefWillBeNoop(new TransitionEvent(type,
propertyName
, elapsedTime, pseudoElement));
59
const String&
propertyName
() const;
69
TransitionEvent(const AtomicString& type, const String&
propertyName
, double elapsedTime, const String& pseudoElement);
TransitionEvent.cpp
43
TransitionEvent::TransitionEvent(const AtomicString& type, const String&
propertyName
, double elapsedTime, const String& pseudoElement)
45
, m_propertyName(
propertyName
)
54
, m_propertyName(initializer.
propertyName
)
65
const String& TransitionEvent::
propertyName
() const
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.h
92
virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String&
propertyName
) OVERRIDE;
93
virtual String getPropertyValue(const String&
propertyName
) OVERRIDE;
94
virtual String getPropertyPriority(const String&
propertyName
) OVERRIDE;
95
virtual String getPropertyShorthand(const String&
propertyName
) OVERRIDE;
96
virtual bool isPropertyImplicit(const String&
propertyName
) OVERRIDE;
97
virtual void setProperty(const String&
propertyName
, const String& value, const String& priority, ExceptionState&) OVERRIDE;
98
virtual String removeProperty(const String&
propertyName
, ExceptionState&) OVERRIDE;
PropertySetCSSStyleDeclaration.h
54
virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String&
propertyName
) OVERRIDE FINAL;
55
virtual String getPropertyValue(const String&
propertyName
) OVERRIDE FINAL;
56
virtual String getPropertyPriority(const String&
propertyName
) OVERRIDE FINAL;
57
virtual String getPropertyShorthand(const String&
propertyName
) OVERRIDE FINAL;
58
virtual bool isPropertyImplicit(const String&
propertyName
) OVERRIDE FINAL;
59
virtual void setProperty(const String&
propertyName
, const String& value, const String& priority, ExceptionState&) OVERRIDE FINAL;
60
virtual String removeProperty(const String&
propertyName
, ExceptionState&) OVERRIDE FINAL;
PropertySetCSSStyleDeclaration.cpp
175
PassRefPtrWillBeRawPtr<CSSValue> AbstractPropertySetCSSStyleDeclaration::getPropertyCSSValue(const String&
propertyName
)
177
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
183
String AbstractPropertySetCSSStyleDeclaration::getPropertyValue(const String &
propertyName
)
185
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
191
String AbstractPropertySetCSSStyleDeclaration::getPropertyPriority(const String&
propertyName
)
193
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
199
String AbstractPropertySetCSSStyleDeclaration::getPropertyShorthand(const String&
propertyName
)
201
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
210
bool AbstractPropertySetCSSStyleDeclaration::isPropertyImplicit(const String&
propertyName
)
212
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
[
all
...]
/external/chromium_org/content/shell/tools/plugin/
PluginTest.h
63
DEFINE_HAS_MEMBER_CHECK(hasProperty, bool, (NPIdentifier
propertyName
));
66
(NPIdentifier
propertyName
, NPVariant* result));
67
DEFINE_HAS_MEMBER_CHECK(removeProperty, bool, (NPIdentifier
propertyName
));
124
bool NPN_GetProperty(NPObject*, NPIdentifier
propertyName
, NPVariant* value);
125
bool NPN_RemoveProperty(NPObject*, NPIdentifier
propertyName
);
203
bool hasProperty(NPIdentifier
propertyName
) {
208
bool getProperty(NPIdentifier
propertyName
, NPVariant* result) {
213
bool removeProperty(NPIdentifier
propertyName
) {
258
static bool NP_HasProperty(NPObject* npObject, NPIdentifier
propertyName
) {
259
return static_cast<T*>(npObject)->hasProperty(
propertyName
);
[
all
...]
/frameworks/base/core/java/android/animation/
ObjectAnimator.java
84
* using more than one PropertyValuesHolder objects, then setting the
propertyName
simply
85
* sets the
propertyName
in the first of those PropertyValuesHolder objects.</p>
87
* @param
propertyName
The name of the property being animated. Should not be null.
89
public void setPropertyName(@NonNull String
propertyName
) {
91
//
propertyName
to be used later when setValues() is called if so.
95
valuesHolder.setPropertyName(
propertyName
);
97
mValuesMap.put(
propertyName
, valuesHolder);
99
mPropertyName =
propertyName
;
113
//
propertyName
to be used later when setValues() is called if so.
147
String
propertyName
= null
[
all
...]
/external/chromium_org/tools/perf/utils/results_viewer/src/
ui.js
62
for (var
propertyName
in opt_propertyBag) {
63
el[
propertyName
] = opt_propertyBag[
propertyName
];
base.js
68
for (var
propertyName
in exports) {
73
propertyName
);
75
Object.defineProperty(obj,
propertyName
, propertyDescriptor);
76
mLog(' +' +
propertyName
);
/external/chromium-trace/trace-viewer/src/base/
properties.js
13
* @param {string}
propertyName
The name of the property that changed.
17
function dispatchPropertyChange(target,
propertyName
, newValue, oldValue,
19
var e = new base.Event(
propertyName
+ 'Change',
21
e.
propertyName
=
propertyName
;
35
function setPropertyAndDispatchChange(obj,
propertyName
, newValue) {
36
var privateName =
propertyName
+ '_';
37
var oldValue = obj[
propertyName
];
40
base.dispatchPropertyChange(obj,
propertyName
,
/external/chromium_org/content/shell/tools/plugin/Tests/
NPDeallocateCalledBeforeNPShutdown.cpp
57
bool hasProperty(NPIdentifier
propertyName
)
59
return
propertyName
== pluginTest()->NPN_GetStringIdentifier("testObject");
62
bool getProperty(NPIdentifier
propertyName
, NPVariant* result)
64
if (
propertyName
!= pluginTest()->NPN_GetStringIdentifier("testObject"))
NPRuntimeObjectFromDestroyedPlugin.cpp
64
bool hasProperty(NPIdentifier
propertyName
)
66
return identifierIs(
propertyName
, "testObject");
69
bool getProperty(NPIdentifier
propertyName
, NPVariant* result)
71
if (
propertyName
!= pluginTest()->NPN_GetStringIdentifier("testObject"))
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime_impl.h
57
bool _NPN_GetProperty(NPP, NPObject*, NPIdentifier
propertyName
, NPVariant* result);
58
bool _NPN_SetProperty(NPP, NPObject*, NPIdentifier
propertyName
, const NPVariant* value);
59
bool _NPN_RemoveProperty(NPP, NPObject*, NPIdentifier
propertyName
);
60
bool _NPN_HasProperty(NPP, NPObject*, NPIdentifier
propertyName
);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DatasetDOMStringMap.cpp
74
static bool propertyNameMatchesAttributeName(const CharType1*
propertyName
, const CharType2* attributeName, unsigned propertyLength, unsigned attributeLength)
83
if ((wordBoundary ? toASCIIUpper(attributeName[a]) : attributeName[a]) !=
propertyName
[p])
94
static bool propertyNameMatchesAttributeName(const String&
propertyName
, const String& attributeName)
99
unsigned propertyLength =
propertyName
.length();
102
if (
propertyName
.is8Bit()) {
104
return propertyNameMatchesAttributeName(
propertyName
.characters8(), attributeName.characters8(), propertyLength, attributeLength);
105
return propertyNameMatchesAttributeName(
propertyName
.characters8(), attributeName.characters16(), propertyLength, attributeLength);
109
return propertyNameMatchesAttributeName(
propertyName
.characters16(), attributeName.characters8(), propertyLength, attributeLength);
110
return propertyNameMatchesAttributeName(
propertyName
.characters16(), attributeName.characters16(), propertyLength, attributeLength);
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeTypeArray.cpp
59
bool DOMMimeTypeArray::canGetItemsForName(const AtomicString&
propertyName
)
66
if (mimes[i].type ==
propertyName
)
72
PassRefPtrWillBeRawPtr<DOMMimeType> DOMMimeTypeArray::namedItem(const AtomicString&
propertyName
)
79
if (mimes[i].type ==
propertyName
)
DOMPlugin.cpp
74
bool DOMPlugin::canGetItemsForName(const AtomicString&
propertyName
)
78
if (mimes[i].type ==
propertyName
)
83
PassRefPtrWillBeRawPtr<DOMMimeType> DOMPlugin::namedItem(const AtomicString&
propertyName
)
87
if (mimes[i].type ==
propertyName
)
DOMPluginArray.cpp
59
bool DOMPluginArray::canGetItemsForName(const AtomicString&
propertyName
)
66
if (plugins[i].name ==
propertyName
)
72
PassRefPtrWillBeRawPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString&
propertyName
)
79
if (plugins[i].name ==
propertyName
)
/developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/res/animator/
fab_anim.xml
24
android:
propertyName
="translationZ"
32
android:
propertyName
="translationZ"
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/res/animator/
fab_anim.xml
24
android:
propertyName
="translationZ"
32
android:
propertyName
="translationZ"
/development/samples/ApiDemos/res/anim/
animator_set.xml
22
android:
propertyName
="x"
29
android:
propertyName
="y"
/development/samples/ApiDemos/res/animator/
fragment_slide_left_enter.xml
24
android:
propertyName
="translationX"
30
android:
propertyName
="alpha"
fragment_slide_left_exit.xml
24
android:
propertyName
="translationX"
30
android:
propertyName
="alpha"
fragment_slide_right_enter.xml
24
android:
propertyName
="translationX"
30
android:
propertyName
="alpha"
fragment_slide_right_exit.xml
24
android:
propertyName
="translationX"
30
android:
propertyName
="alpha"
/development/samples/browseable/FloatingActionButtonBasic/res/animator/
fab_anim.xml
24
android:
propertyName
="translationZ"
32
android:
propertyName
="translationZ"
Completed in 542 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>