OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PluginServiceImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
plugin_service_impl.h
67
class CONTENT_EXPORT
PluginServiceImpl
70
// Returns the
PluginServiceImpl
singleton.
71
static
PluginServiceImpl
* GetInstance();
163
friend struct DefaultSingletonTraits<
PluginServiceImpl
>;
165
// Creates the
PluginServiceImpl
object, but doesn't actually build the plugin
167
PluginServiceImpl
();
168
virtual ~
PluginServiceImpl
();
249
DISALLOW_COPY_AND_ASSIGN(
PluginServiceImpl
);
plugin_service_impl.cc
122
return
PluginServiceImpl
::GetInstance();
136
PluginServiceImpl
*
PluginServiceImpl
::GetInstance() {
137
return Singleton<
PluginServiceImpl
>::get();
140
PluginServiceImpl
::
PluginServiceImpl
()
143
//
PluginServiceImpl
objects, to be precise). The number is used to normalize
153
PluginServiceImpl
::~
PluginServiceImpl
() {
167
void
PluginServiceImpl
::Init()
[
all
...]
Completed in 27 milliseconds