HomeSort by relevance Sort by last modified time
    Searched full:propertyname (Results 126 - 150 of 216) sorted by null

1 2 3 4 56 7 8 9

  /external/webkit/WebCore/plugins/
npfunctions.h 93 typedef bool (*NPN_GetPropertyProcPtr) (NPP npp, NPObject *obj, NPIdentifier propertyName, NPVariant *result);
94 typedef bool (*NPN_SetPropertyProcPtr) (NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
95 typedef bool (*NPN_HasPropertyProcPtr) (NPP, NPObject *npobj, NPIdentifier propertyName);
97 typedef bool (*NPN_RemovePropertyProcPtr) (NPP npp, NPObject *obj, NPIdentifier propertyName);
  /external/webkit/WebKit/chromium/public/
WebAnimationController.h 50 const WebString& propertyName,
WebBindings.h 67 WEBKIT_API static bool getProperty(NPP, NPObject*, NPIdentifier propertyName, NPVariant *result);
79 WEBKIT_API static bool hasProperty(NPP, NPObject*, NPIdentifier propertyName);
  /external/webkit/WebKit/chromium/src/
WebAnimationControllerImpl.h 54 const WebString& propertyName,
WebBindings.cpp 95 bool WebBindings::getProperty(NPP npp, NPObject* obj, NPIdentifier propertyName, NPVariant *result)
97 return _NPN_GetProperty(npp, obj, propertyName, result);
115 bool WebBindings::hasProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName)
117 return _NPN_HasProperty(npp, npObject, propertyName);
  /external/webkit/WebCore/bindings/v8/
NPV8Object.cpp 285 bool _NPN_GetProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName, NPVariant* result)
301 v8::Local<v8::Value> v8result = obj->Get(npIdentifierToV8Identifier(propertyName));
308 if (npObject->_class->hasProperty(npObject, propertyName))
309 return npObject->_class->getProperty(npObject, propertyName, result);
316 bool _NPN_SetProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName, const NPVariant* value)
332 obj->Set(npIdentifierToV8Identifier(propertyName),
338 return npObject->_class->setProperty(npObject, propertyName, value);
343 bool _NPN_RemoveProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName)
360 obj->Set(npIdentifierToV8Identifier(propertyName), v8::Undefined());
364 bool _NPN_HasProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName)
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 176 propertyName :uint64_t);
206 propertyName :uint64_t);
212 propertyName :uint64_t;
NetscapePluginInstanceProxy.mm 877 bool NetscapePluginInstanceProxy::getProperty(uint32_t objectID, const Identifier& propertyName, data_t& resultData, mach_msg_type_number_t& resultLength)
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardBuilder.java     [all...]
VCardInterpreter.java 84 void propertyName(String name);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 168 String propertyName = SERVICE_CLASS.getName() + ":" + uri;
172 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" );
173 String r = SecuritySupport.getSystemProperty(propertyName);
193 debugPrintln("failed to look up system property '"+propertyName+"'" );
218 factoryClassName = cacheProps.getProperty(propertyName);
  /external/webkit/JavaScriptCore/runtime/
JSString.h 293 bool getStringPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
294 bool getStringPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
295 bool getStringPropertyDescriptor(ExecState*, const Identifier& propertyName, PropertyDescriptor&);
353 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
354 virtual bool getOwnPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
493 ALWAYS_INLINE bool JSString::getStringPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
495 if (propertyName == exec->propertyNames().length) {
501 unsigned i = propertyName.toStrictUInt32(&isStrictUInt32);
510 ALWAYS_INLINE bool JSString::getStringPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot)
512 if (propertyName < m_stringLength)
    [all...]
MathObject.cpp 103 bool MathObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
105 return getStaticFunctionSlot<JSObject>(exec, ExecState::mathTable(exec), this, propertyName, slot);
108 bool MathObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
110 return getStaticFunctionDescriptor<JSObject>(exec, ExecState::mathTable(exec), this, propertyName, descriptor);
ObjectConstructor.cpp 105 UString propertyName = args.at(1).toString(exec);
110 if (!object->getOwnPropertyDescriptor(exec, Identifier(exec, propertyName), descriptor))
249 UString propertyName = args.at(1).toString(exec);
257 O->defineOwnProperty(exec, Identifier(exec, propertyName), descriptor, true);
  /frameworks/base/core/java/android/pim/vcard/
VCardBuilder.java     [all...]
VCardInterpreter.java 84 void propertyName(String name);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 172 String propertyName = SERVICE_CLASS.getName() + ":" + schemaLanguage;
176 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" );
177 String r = SecuritySupport.getSystemProperty(propertyName);
197 debugPrintln("failed to look up system property '"+propertyName+"'" );
222 factoryClassName = cacheProps.getProperty(propertyName);
246 propertyName,f.getAbsolutePath(), new FileInputStream(f));
  /external/webkit/WebCore/bridge/objc/
objc_runtime.mm 191 ObjcFallbackObjectImp::ObjcFallbackObjectImp(ExecState* exec, ObjcInstance* i, const Identifier& propertyName)
195 , _item(propertyName)
238 const Identifier& nameIdentifier = static_cast<ObjcFallbackObjectImp*>(function)->propertyName();
  /external/webkit/WebCore/inspector/front-end/
EventListenersSidebarPane.js 190 for (var propertyName in this.eventListener) {
192 var value = this.eventListener[propertyName];
197 properties.push(new WebInspector.ObjectPropertyProxy(propertyName, value));
MetricsSidebarPane.js 74 var propertyName = (name !== "position" ? name + "-" : "") + side + suffix;
75 var value = style.getPropertyValue(propertyName);
85 element.addEventListener("dblclick", this.startEditing.bind(this, element, name, propertyName), false);
  /external/webkit/WebCore/bridge/qt/
qt_instance.cpp 140 bool QtInstance::getOwnPropertySlot(JSObject* object, ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
142 return object->JSObject::getOwnPropertySlot(exec, propertyName, slot);
145 void QtInstance::put(JSObject* object, ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
147 object->JSObject::put(exec, propertyName, value, slot);
  /external/webkit/WebCore/manual-tests/
transition-events.html 71 log.innerHTML = log.innerHTML + '<br>Property: ' + event.propertyName + ' Time: ' + event.elapsedTime;
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /libcore/luni/src/main/java/java/security/cert/
CertPathBuilder.java 41 private static final String PROPERTYNAME = "certpathbuilder.type";
205 return Security.getProperty(PROPERTYNAME);
CertPathValidator.java 41 private static final String PROPERTYNAME = "certpathvalidator.type";
212 return Security.getProperty(PROPERTYNAME);

Completed in 984 milliseconds

1 2 3 4 56 7 8 9