HomeSort by relevance Sort by last modified time
    Searched refs:m_objectIDCounter (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 335 uint32_t m_objectIDCounter;
NetscapePluginInstanceProxy.mm 106 : m_objectIDCounter(0)
148 objectID = ++m_objectIDCounter;
149 } while (!m_objectIDCounter || m_objectIDCounter == static_cast<uint32_t>(-1) || m_idToJSObjectMap.contains(objectID));
    [all...]

Completed in 157 milliseconds