Searched refs:m_objectIDCounter (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h335 uint32_t m_objectIDCounter; member in class:WebKit::NetscapePluginInstanceProxy::LocalObjectMap
H A DNetscapePluginInstanceProxy.mm106 : m_objectIDCounter(0)
148 objectID = ++m_objectIDCounter;
149 } while (!m_objectIDCounter || m_objectIDCounter == static_cast<uint32_t>(-1) || m_idToJSObjectMap.contains(objectID));

Completed in 209 milliseconds