Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/pepper/
Dppb_proxy_impl.cc57 return PP_FromBool(plugin_module->is_in_destructor()); in IsInModuleDestructor()
Dplugin_module.h170 bool is_in_destructor() const { return is_in_destructor_; } in is_in_destructor() function