Home
last modified time | relevance | path

Searched refs:m_pluginObject (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/plugins/android/
DPluginPackageAndroid.cpp366 m_pluginObject) != NPERR_NO_ERROR) { in load()
386 if(m_pluginObject) { in unregisterPluginObject()
389 removePluginObjectFromList(pluginListObject, m_pluginObject); in unregisterPluginObject()
393 JSC::Bindings::getJNIEnv()->DeleteGlobalRef(m_pluginObject); in unregisterPluginObject()
394 m_pluginObject = 0; in unregisterPluginObject()
526 m_pluginObject = JSC::Bindings::getJNIEnv()->NewGlobalRef(pluginObject); in fetchInfo()
/external/webkit/WebCore/plugins/
DPluginPackage.h111 jobject m_pluginObject; variable