Searched refs:propertyName (Results 176 - 200 of 272) sorted by relevance

1234567891011

/external/webkit/Source/WebCore/plugins/
H A Dnpfunctions.h93 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/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.mm286 - (NSString *)pageProperty:(const char *)propertyName:(int)pageNumber
288 return PrintContext::pageProperty(_private->coreFrame, propertyName, pageNumber);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.h66 virtual JSC::JSValue getMethod(JSC::ExecState* exec, const JSC::Identifier& propertyName);
H A DNetscapePluginInstanceProxy.mm1004 bool NetscapePluginInstanceProxy::getProperty(uint32_t objectID, const Identifier& propertyName, data_t& resultData, mach_msg_type_number_t& resultLength)
1021 JSValue value = object->get(exec, propertyName);
1028 bool NetscapePluginInstanceProxy::getProperty(uint32_t objectID, unsigned propertyName, data_t& resultData, mach_msg_type_number_t& resultLength)
1042 JSValue value = object->get(exec, propertyName);
1049 bool NetscapePluginInstanceProxy::setProperty(uint32_t objectID, const Identifier& propertyName, data_t valueData, mach_msg_type_number_t valueLength)
1069 object->put(exec, propertyName, value, slot);
1075 bool NetscapePluginInstanceProxy::setProperty(uint32_t objectID, unsigned propertyName, data_t valueData, mach_msg_type_number_t valueLength)
1094 object->put(exec, propertyName, value);
1100 bool NetscapePluginInstanceProxy::removeProperty(uint32_t objectID, const Identifier& propertyName)
1116 if (!object->hasProperty(exec, propertyName)) {
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Collection.h69 AtomicString propertyName = toAtomicWebCoreStringWithNullCheck(name); local
70 return getV8Object<ItemType>(collection->namedItem(propertyName));
/external/webkit/Source/WebCore/inspector/
H A DInjectedScript.cpp114 void InjectedScript::setPropertyValue(ErrorString* errorString, const String& objectId, const String& propertyName, const String& expression) argument
118 function.appendArgument(propertyName);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp672 static bool NPN_GetProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName, NPVariant* result) argument
678 return npObject->_class->getProperty(npObject, propertyName, result);
683 static bool NPN_SetProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName, const NPVariant* value) argument
689 return npObject->_class->setProperty(npObject, propertyName, value);
694 static bool NPN_RemoveProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName) argument
700 return npObject->_class->removeProperty(npObject, propertyName);
705 static bool NPN_HasProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName) argument
711 return npObject->_class->hasProperty(npObject, propertyName);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h177 bool pauseTransitionAtTimeOnElementWithId(const QString& propertyName, double time, const QString& elementId);
257 QString pageProperty(const QString& propertyName, int pageNumber);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp314 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId) argument
552 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const argument
/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 DPerformancesView.java509 String propertyName = event.getKey();
513 if (propertyName.equals(IPerformancesConstants.PRE_ECLIPSE_VERSION)) {
522 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_LOCATION)) {
530 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_CONNECTION)) {
539 if (propertyName.equals(IPerformancesConstants.PRE_LAST_BUILD)) {
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/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1455 bool QtRuntimeMetaMethod::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) argument
1457 if (propertyName == "connect") {
1460 } else if (propertyName == "disconnect") {
1463 } else if (propertyName == exec->propertyNames().length) {
1468 return QtRuntimeMethod::getOwnPropertySlot(exec, propertyName, slot);
1471 bool QtRuntimeMetaMethod::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) argument
1473 if (propertyName == "connect") {
1476 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete | ReadOnly | DontEnum);
1480 if (propertyName == "disconnect") {
1483 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelet
1684 getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) argument
1694 getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) argument
[all...]
H A Dqt_pixmapruntime.cpp179 JSValue QtPixmapInstance::getMethod(ExecState* exec, const Identifier& propertyName) argument
181 MethodList methodList = getClass()->methodsNamed(propertyName, this);
182 return new (exec) RuntimeMethod(exec, exec->lexicalGlobalObject(), WebCore::deprecatedGetDOMStructure<RuntimeMethod>(exec), propertyName, methodList);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java198 * other type than IDP_GROUP and its name matches 'propertyName' param. If
204 * @param propertyName
209 public Object findValue(String propertyName) { argument
210 if (name.equals(propertyName)) {
216 Object v = p.findValue(propertyName);
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h135 void tryCacheGetByID(CallFrame*, CodeBlock*, Instruction*, JSValue baseValue, const Identifier& propertyName, const PropertySlot&);
/external/webkit/Source/WebCore/bridge/jsc/
H A DBridgeJSC.h96 virtual JSValue getMethod(ExecState* exec, const Identifier& propertyName) = 0;
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_class.mm242 JSValue ObjcClass::fallbackObject(ExecState* exec, Instance* instance, const Identifier &propertyName)
249 return new (exec) ObjcFallbackObjectImp(exec, exec->lexicalGlobalObject(), objcInstance, propertyName);
H A Dobjc_instance.mm197 JSValue ObjcInstance::getMethod(ExecState* exec, const Identifier& propertyName)
199 MethodList methodList = getClass()->methodsNamed(propertyName, this);
200 return new (exec) ObjCRuntimeMethod(exec, exec->lexicalGlobalObject(), propertyName, methodList);
/external/webkit/Source/WebCore/inspector/front-end/
H A DCSSStyleModel.js317 var propertyName = (shorthandProperty || individualProperty);
319 if (propertyName in foundProperties)
330 foundProperties[propertyName] = true;
332 cssText += propertyName + ": " + value;
509 // Replaces "propertyName: propertyValue [!important];" in the stylesheet by an arbitrary propertyText.
H A DStylesSidebarPane.js673 isPropertyInherited: function(propertyName)
678 return !(propertyName in WebInspector.StylesSidebarPane.InheritedProperties);
683 isPropertyOverloaded: function(propertyName, shorthand)
688 if (this.isInherited && !(propertyName in WebInspector.StylesSidebarPane.InheritedProperties)) {
693 var used = (propertyName in this._usedProperties);
699 var longhandProperties = this.styleRule.style.getLonghandProperties(propertyName);
993 _isPropertyInherited: function(propertyName)
995 return !(propertyName in this._usedProperties) && !(propertyName in this._alwaysShowComputedProperties) && !(propertyName i
[all...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h72 static WTF::CString pageProperty(WebKitWebFrame*, const char* propertyName, int pageNumber);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp53 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName) argument
57 JSRetainPtr<JSStringRef> propertyNameString(Adopt, JSStringCreateWithUTF8CString(propertyName));
62 static JSObjectRef propertyObject(JSContextRef context, JSObjectRef object, const char* propertyName) argument
64 JSValueRef value = propertyValue(context, object, propertyName);
H A DInjectedBundlePage.cpp51 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName) argument
55 JSRetainPtr<JSStringRef> propertyNameString(Adopt, JSStringCreateWithUTF8CString(propertyName));
59 static double propertyValueDouble(JSContextRef context, JSObjectRef object, const char* propertyName) argument
61 JSValueRef value = propertyValue(context, object, propertyName);
67 static int propertyValueInt(JSContextRef context, JSObjectRef object, const char* propertyName) argument
69 return static_cast<int>(propertyValueDouble(context, object, propertyName));
72 static double numericWindowPropertyValue(WKBundleFrameRef frame, const char* propertyName) argument
75 return propertyValueDouble(context, JSContextGetGlobalObject(context), propertyName);
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.cpp331 JSValue getSparseIndex(JSArray* array, unsigned propertyName, bool& hasIndex) argument
335 if (array->JSArray::getOwnPropertySlot(m_exec, propertyName, slot)) {
337 return slot.getValue(m_exec, propertyName);
339 } else if (array->getOwnPropertySlot(m_exec, propertyName, slot)) {
341 return slot.getValue(m_exec, propertyName);
347 JSValue getProperty(JSObject* object, const Identifier& propertyName) argument
350 if (object->getOwnPropertySlot(m_exec, propertyName, slot))
351 return slot.getValue(m_exec, propertyName);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl89 HRESULT pauseTransition([in] BSTR propertyName, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* transitionWasRunning);

Completed in 1283 milliseconds

1234567891011