Searched refs:npIdentifier (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp48 JSNPMethod::JSNPMethod(JSGlobalObject* globalObject, Structure* structure, NPIdentifier npIdentifier) argument
50 , m_npIdentifier(npIdentifier)
78 return JSValue::encode(jsNPObject->callMethod(exec, jsNPMethod->npIdentifier()));
H A DJSNPObject.cpp270 NPIdentifier npIdentifier = npIdentifierFromIdentifier(propertyName); local
278 if (thisObject->m_npObject->_class->hasProperty && thisObject->m_npObject->_class->hasProperty(thisObject->m_npObject, npIdentifier)) {
284 if (thisObject->m_npObject->_class->hasMethod && thisObject->m_npObject->_class->hasMethod(thisObject->m_npObject, npIdentifier)) {
301 NPIdentifier npIdentifier = npIdentifierFromIdentifier(propertyName); local
309 if (thisObject->m_npObject->_class->hasProperty && thisObject->m_npObject->_class->hasProperty(thisObject->m_npObject, npIdentifier)) {
317 if (thisObject->m_npObject->_class->hasMethod && thisObject->m_npObject->_class->hasMethod(thisObject->m_npObject, npIdentifier)) {
336 NPIdentifier npIdentifier = npIdentifierFromIdentifier(propertyName); local
338 if (!thisObject->m_npObject->_class->hasProperty || !thisObject->m_npObject->_class->hasProperty(thisObject->m_npObject, npIdentifier)) {
356 thisObject->m_npObject->_class->setProperty(thisObject->m_npObject, npIdentifier, &variant);
477 NPIdentifier npIdentifier local
[all...]
H A DJSNPMethod.h54 NPIdentifier npIdentifier() const { return m_npIdentifier; } function in class:WebKit::JSNPMethod
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/
H A DNPIdentifierData.cpp47 NPIdentifierData NPIdentifierData::fromNPIdentifier(NPIdentifier npIdentifier) argument
51 IdentifierRep* identifierRep = static_cast<IdentifierRep*>(npIdentifier);

Completed in 202 milliseconds