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

/external/chromium_org/content/shell/tools/plugin/Tests/
H A DNPRuntimeRemoveProperty.cpp91 : m_testObject(0)
97 if (m_testObject)
98 pluginTest()->NPN_ReleaseObject(m_testObject);
151 if (!m_testObject)
152 m_testObject = TestObject::create(pluginTest());
154 OBJECT_TO_NPVARIANT(pluginTest()->NPN_RetainObject(m_testObject), *result);
159 NPObject* m_testObject; member in struct:NPRuntimeRemoveProperty::PluginObject

Completed in 100 milliseconds