HomeSort by relevance Sort by last modified time
    Searched refs:ScopedModuleReference (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/proxy/
host_dispatcher.h 142 class ScopedModuleReference {
144 explicit ScopedModuleReference(Dispatcher* dispatcher);
145 ~ScopedModuleReference();
150 DISALLOW_COPY_AND_ASSIGN(ScopedModuleReference);
host_dispatcher.cc 158 ScopedModuleReference scoped_ref(this);
177 ScopedModuleReference death_grip(this);
261 // ScopedModuleReference -------------------------------------------------------
263 ScopedModuleReference::ScopedModuleReference(Dispatcher* dispatcher)
271 ScopedModuleReference::~ScopedModuleReference() {
ppb_var_deprecated_proxy.cc 337 ScopedModuleReference death_grip(dispatcher());
ppb_instance_proxy.cc 117 ScopedModuleReference death_grip(dispatcher());
    [all...]

Completed in 398 milliseconds