Searched defs:npObjectID (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPRemoteObjectMap.cpp | 81 uint64_t npObjectID = generateNPObjectID(); in registerNPObject() local 87 void NPRemoteObjectMap::unregisterNPObject(uint64_t npObjectID) in unregisterNPObject() 118 uint64_t npObjectID = npObjectProxy->npObjectID(); in npVariantToNPVariantData() local 126 uint64_t npObjectID = registerNPObject(npObject, plugin); in npVariantToNPVariantData() local 162 uint64_t npObjectID = npVariantData.localNPObjectIDValue(); in npVariantDataToNPVariant() local
|
D | NPObjectProxy.h | 54 uint64_t npObjectID() const { return m_npObjectID; } in npObjectID() function
|
D | NPObjectMessageReceiver.cpp | 38 …iver::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* … in create() 43 …sageReceiver(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* … in NPObjectMessageReceiver()
|
D | NPObjectProxy.cpp | 41 …y* NPObjectProxy::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID) in create() 79 …PObjectProxy::initialize(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID) in initialize()
|