OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedModuleReference
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
host_dispatcher.cc
158
ScopedModuleReference
scoped_ref(this);
177
ScopedModuleReference
death_grip(this);
261
//
ScopedModuleReference
-------------------------------------------------------
263
ScopedModuleReference
::
ScopedModuleReference
(Dispatcher* dispatcher)
271
ScopedModuleReference
::~
ScopedModuleReference
() {
host_dispatcher.h
142
class
ScopedModuleReference
{
144
explicit
ScopedModuleReference
(Dispatcher* dispatcher);
145
~
ScopedModuleReference
();
150
DISALLOW_COPY_AND_ASSIGN(
ScopedModuleReference
);
Completed in 2700 milliseconds