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
405
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/
TransitionEvent.cpp
45
TransitionEvent::TransitionEvent(const AtomicString& type, const String&
propertyName
, double elapsedTime, const String& pseudoElement)
47
, m_propertyName(
propertyName
)
56
, m_propertyName(initializer.
propertyName
)
67
const String& TransitionEvent::
propertyName
() const
/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
PassRefPtr<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
PassRefPtr<DOMMimeType> DOMPlugin::namedItem(const AtomicString&
propertyName
)
87
if (mimes[i].type ==
propertyName
)
DOMPluginArray.cpp
60
bool DOMPluginArray::canGetItemsForName(const AtomicString&
propertyName
)
67
if (plugins[i].name ==
propertyName
)
73
PassRefPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString&
propertyName
)
80
if (plugins[i].name ==
propertyName
)
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
NPDeallocateCalledBeforeNPShutdown.cpp
53
bool hasProperty(NPIdentifier
propertyName
)
55
return
propertyName
== pluginTest()->NPN_GetStringIdentifier("testObject");
58
bool getProperty(NPIdentifier
propertyName
, NPVariant* result)
60
if (
propertyName
!= pluginTest()->NPN_GetStringIdentifier("testObject"))
NPRuntimeObjectFromDestroyedPlugin.cpp
60
bool hasProperty(NPIdentifier
propertyName
)
62
return identifierIs(
propertyName
, "testObject");
65
bool getProperty(NPIdentifier
propertyName
, NPVariant* result)
67
if (
propertyName
!= pluginTest()->NPN_GetStringIdentifier("testObject"))
PluginScriptableObjectOverridesAllProperties.cpp
51
bool hasProperty(NPIdentifier
propertyName
)
56
bool getProperty(NPIdentifier
propertyName
, NPVariant* result)
59
char* propertyString = pluginTest()->NPN_UTF8FromIdentifier(
propertyName
);
SlowNPPNew.cpp
50
bool hasProperty(NPIdentifier
propertyName
)
55
bool getProperty(NPIdentifier
propertyName
, NPVariant* result)
58
char* propertyString = pluginTest()->NPN_UTF8FromIdentifier(
propertyName
);
/external/chromium_org/tools/perf/utils/results_viewer/src/
base.js
68
for (var
propertyName
in exports) {
73
propertyName
);
75
Object.defineProperty(obj,
propertyName
, propertyDescriptor);
76
mLog(' +' +
propertyName
);
/development/samples/ApiDemos/res/anim/
animator_set.xml
22
android:
propertyName
="x"
29
android:
propertyName
="y"
color_animator.xml
21
android:
propertyName
="color"
object_animator.xml
21
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/devbytes/animation/PropertyAnimations/res/animator/
scale.xml
18
android:
propertyName
="scaleX"
24
android:
propertyName
="scaleY"
fade.xml
17
android:
propertyName
="alpha"
/external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp
165
PassRefPtr<CSSValue> PropertySetCSSStyleDeclaration::getPropertyCSSValue(const String&
propertyName
)
167
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
173
String PropertySetCSSStyleDeclaration::getPropertyValue(const String &
propertyName
)
175
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
181
String PropertySetCSSStyleDeclaration::getPropertyPriority(const String&
propertyName
)
183
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
189
String PropertySetCSSStyleDeclaration::getPropertyShorthand(const String&
propertyName
)
191
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
200
bool PropertySetCSSStyleDeclaration::isPropertyImplicit(const String&
propertyName
)
202
CSSPropertyID propertyID = cssPropertyID(
propertyName
);
[
all
...]
/external/chromium_org/chrome/browser/resources/omnibox/
omnibox.js
82
* @param {string}
propertyName
the name of the property in the autocomplete
90
function PresentationInfoRecord(header, url,
propertyName
, displayAlways,
94
this.
propertyName
=
propertyName
;
193
* @param {string}
propertyName
the particular property of the autocomplete
196
* autocompleteSuggestion associated with
propertyName
.
199
propertyName
) {
201
if (
propertyName
in autocompleteSuggestion) {
202
if (
propertyName
== 'additional_info') {
206
for (var additionalInfoKey in autocompleteSuggestion[
propertyName
]) {
[
all
...]
/external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js
50
$Array.forEach(propertyNames, function(
propertyName
) {
51
var stub = generateDisabledMethodStub(objectName + '.' +
propertyName
,
54
object.__defineGetter__(
propertyName
, stub);
56
object.__defineSetter__(
propertyName
, function(value) {
57
var getter = this.__lookupGetter__(
propertyName
);
62
delete this[
propertyName
];
63
this[
propertyName
] = value;
/frameworks/opt/vcard/java/com/android/vcard/
VCardSourceDetector.java
103
final String
propertyName
= property.getName();
106
if (
propertyName
.equalsIgnoreCase(VCardConstants.PROPERTY_VERSION)
118
} else if (
propertyName
.equalsIgnoreCase(TYPE_FOMA_CHARSET_SIGN)) {
127
if (WINDOWS_MOBILE_PHONE_SIGNS.contains(
propertyName
)) {
129
} else if (FOMA_SIGNS.contains(
propertyName
)) {
131
} else if (JAPANESE_MOBILE_PHONE_SIGNS.contains(
propertyName
)) {
133
} else if (APPLE_SIGNS.contains(
propertyName
)) {
/development/samples/training/AnimationsDemo/res/animator/
card_flip_left_in.xml
42
android:
propertyName
="alpha"
49
android:
propertyName
="rotationY"
57
android:
propertyName
="alpha"
card_flip_right_in.xml
42
android:
propertyName
="alpha"
49
android:
propertyName
="rotationY"
57
android:
propertyName
="alpha"
Completed in 166 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>