OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pluginLoader
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp
86
m_pluginLoader
= new QPluginLoader(m_path);
87
if (!
m_pluginLoader
->load()) {
88
delete
m_pluginLoader
;
89
m_pluginLoader
= 0;
93
QObject* plugin =
m_pluginLoader
->instance();
95
m_pluginLoader
->unload();
96
delete
m_pluginLoader
;
97
m_pluginLoader
= 0;
105
m_pluginLoader
->unload();
106
delete
m_pluginLoader
;
[
all
...]
/external/webkit/Source/WebCore/plugins/
PluginPackage.h
96
QPluginLoader*
m_pluginLoader
;
Completed in 43 milliseconds