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/
Dplugin_module.h170 bool is_in_destructor() const { return is_in_destructor_; } in is_in_destructor()
237 bool is_in_destructor_; variable
Dplugin_module.cc409 is_in_destructor_(false), in PluginModule()
429 CHECK(!is_in_destructor_); in ~PluginModule()
430 is_in_destructor_ = true; in ~PluginModule()