Searched defs:npObjectID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPObjectProxy.h54 uint64_t npObjectID() const { return m_npObjectID; } function in class:WebKit::NPObjectProxy
H A DNPObjectMessageReceiver.cpp38 NPObjectMessageReceiver::NPObjectMessageReceiver(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* npObject) argument
H A DNPRemoteObjectMap.cpp79 uint64_t npObjectID = generateNPObjectID(); local
85 void NPRemoteObjectMap::unregisterNPObject(uint64_t npObjectID) argument
133 uint64_t npObjectID local
169 uint64_t npObjectID = npVariantData.localNPObjectIDValue(); local
[all...]
H A DNPObjectProxy.cpp43 NPObjectProxy* NPObjectProxy::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID) argument
83 void NPObjectProxy::initialize(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID) argument

Completed in 125 milliseconds