Searched refs:npIdentifier (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | JSNPObject.cpp | 236 NPIdentifier npIdentifier = npIdentifierFromIdentifier(propertyName); in getOwnPropertySlot() local 239 …if (m_npObject->_class->hasProperty && m_npObject->_class->hasProperty(m_npObject, npIdentifier)) { in getOwnPropertySlot() 245 if (m_npObject->_class->hasMethod && m_npObject->_class->hasMethod(m_npObject, npIdentifier)) { in getOwnPropertySlot() 260 NPIdentifier npIdentifier = npIdentifierFromIdentifier(propertyName); in getOwnPropertyDescriptor() local 263 …if (m_npObject->_class->hasProperty && m_npObject->_class->hasProperty(m_npObject, npIdentifier)) { in getOwnPropertyDescriptor() 271 if (m_npObject->_class->hasMethod && m_npObject->_class->hasMethod(m_npObject, npIdentifier)) { in getOwnPropertyDescriptor() 288 NPIdentifier npIdentifier = npIdentifierFromIdentifier(propertyName); in put() local 290 … (!m_npObject->_class->hasProperty || !m_npObject->_class->hasProperty(m_npObject, npIdentifier)) { in put() 308 m_npObject->_class->setProperty(m_npObject, npIdentifier, &variant); in put() 385 NPIdentifier npIdentifier = npIdentifierFromIdentifier(propertyName); in propertyGetter() local [all …]
|
D | JSNPMethod.cpp | 44 …d(ExecState* exec, JSGlobalObject* globalObject, const Identifier& name, NPIdentifier npIdentifier) in JSNPMethod() argument 46 , m_npIdentifier(npIdentifier) in JSNPMethod() 69 return JSValue::encode(jsNPObject->callMethod(exec, jsNPMethod->npIdentifier())); in callMethod()
|
D | JSNPMethod.h | 42 NPIdentifier npIdentifier() const { return m_npIdentifier; } in npIdentifier() function
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPIdentifierData.cpp | 48 NPIdentifierData NPIdentifierData::fromNPIdentifier(NPIdentifier npIdentifier) in fromNPIdentifier() argument 52 IdentifierRep* identifierRep = static_cast<IdentifierRep*>(npIdentifier); in fromNPIdentifier()
|