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

  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 61 , m_pluginDestructionProtectCount(0)
116 if (m_pluginDestructionProtectCount) {
345 m_pluginDestructionProtectCount++;
350 ASSERT(m_pluginDestructionProtectCount);
352 m_pluginDestructionProtectCount--;
PluginControllerProxy.h 163 unsigned m_pluginDestructionProtectCount;

Completed in 46 milliseconds