Searched refs:propertyName (Results 76 - 100 of 150) sorted by relevance

123456

/external/chromium_org/chrome/browser/resources/file_manager/common/js/
H A Dutil.js936 * @param {string} propertyName The property name.
939 util.findPropertyDescriptor = function(object, propertyName) {
941 var d = Object.getOwnPropertyDescriptor(p, propertyName);
952 * @param {string} propertyName The property name.
955 util.callInheritedSetter = function(object, propertyName, value) {
957 propertyName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentResultsView.java291 String propertyName = event.getKey();
295 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS)) {
302 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_OLD_BUILDS)) {
309 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS)) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp205 static const AtomicString& propertyName(CSSPropertyID propertyID) function in namespace:WebCore
801 return propertyName(m_value.propertyID);
821 return propertyName(m_value.propertyID);
999 text = propertyName(m_value.propertyID);
1309 return propertyName(m_value.propertyID) == propertyName(other.m_value.propertyID);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h418 typedef bool (* NP_LOADDS NPN_GetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, NPVariant *result);
425 typedef bool (* NP_LOADDS NPN_SetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
432 typedef bool (* NP_LOADDS NPN_RemovePropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
439 typedef bool (* NP_LOADDS NPN_HasPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
446 typedef bool (* NP_LOADDS NPN_HasMethodUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
H A Dprogress_center_panel.js278 event.propertyName !== 'width')
H A Dpreview_panel.js304 if (event.target != this.element_ || event.propertyName != 'opacity')
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DSerializedScriptValue.cpp859 v8::Local<v8::Value> propertyName = m_propertyNames->Get(m_index); local
862 if (propertyName.IsEmpty())
864 bool hasStringProperty = propertyName->IsString() && composite()->HasRealNamedProperty(propertyName.As<v8::String>());
867 bool hasIndexedProperty = !hasStringProperty && propertyName->IsUint32() && composite()->HasRealIndexedProperty(propertyName->Uint32Value());
871 m_propertyName = propertyName;
2190 v8::Local<v8::Value> propertyName = element(i); local
2192 object->Set(propertyName, propertyValue);
H A DV8Binding.h475 Vector<RefPtr<T> > toRefPtrNativeArray(v8::Handle<v8::Value> value, const String& propertyName, v8::Isolate* isolate, bool* success = 0) argument
485 throwTypeError(ExceptionMessages::notASequenceTypeProperty(propertyName), isolate);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.js289 (e.propertyName == 'left' || e.propertyName == 'top' ||
290 e.propertyName == '-webkit-transform')) {
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextensions.js237 if (e.propertyName == 'height' &&
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DStylesSidebarPane.js1120 isPropertyInherited: function(propertyName)
1125 return !WebInspector.CSSMetadata.isPropertyInherited(propertyName);
1131 * @param {string} propertyName
1134 isPropertyOverloaded: function(propertyName, isShorthand)
1139 if (this.isInherited && !WebInspector.CSSMetadata.isPropertyInherited(propertyName)) {
1144 var canonicalName = WebInspector.CSSMetadata.canonicalPropertyName(propertyName);
1151 var longhandProperties = this.styleRule.style.longhandProperties(propertyName);
1585 _isPropertyInherited: function(propertyName)
1587 var canonicalName = WebInspector.CSSMetadata.canonicalPropertyName(propertyName);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dcard_slider.js339 e.propertyName != '-webkit-transform') {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DPropertiesTest.java88 String propertyName = null;
90 propertyName = (String) propertyNames.nextElement();
92 systemProperties.get(propertyName), properties
93 .getProperty(propertyName));
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h538 virtual WebString pageProperty(const WebString& propertyName, int pageIndex) = 0;
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm1216 my $propertyName;
1220 $propertyName = $2;
1258 die("Failed to find the property value for the SVN property \"$propertyName\": \"$_\".");
1285 $propertyHash{name} = $propertyName;
/external/chromium_org/v8/test/mjsunit/
H A Dobject-define-property.js959 function testDefineProperty(obj, propertyName, desc, resultDesc) {
960 Object.defineProperty(obj, propertyName, desc);
961 var actualDesc = Object.getOwnPropertyDescriptor(obj, propertyName);
/external/proguard/src/proguard/
H A DConfigurationParser.java1075 String propertyName = word.substring(fromIndex+1, toIndex);
1076 String propertyValue = System.getProperty(propertyName);
1079 throw new ParseException("Value of system property '" + propertyName +
/external/v8/test/mjsunit/
H A Dobject-define-property.js954 function testDefineProperty(obj, propertyName, desc, resultDesc) {
955 Object.defineProperty(obj, propertyName, desc);
956 var actualDesc = Object.getOwnPropertyDescriptor(obj, propertyName);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestInterface.cpp708 AtomicString propertyName = toCoreAtomicString(name); local
713 collection->getItem(propertyName, element0Enabled, element0, element1Enabled, element1);
758 AtomicString propertyName = toCoreAtomicString(name); local
760 bool result = collection->namedPropertyQuery(propertyName, exceptionState);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.h206 virtual WebString pageProperty(const WebString& propertyName, int pageIndex);
/external/chromium_org/chrome/browser/resources/apps_debugger/js/
H A Ditems_list.js581 assert(e.propertyName == 'background-color');

Completed in 1011 milliseconds

123456