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

  /external/chromium_org/content/renderer/pepper/
plugin_module.h 170 bool is_in_destructor() const { return is_in_destructor_; }
237 bool is_in_destructor_; member in class:content::PluginModule
plugin_module.cc 409 is_in_destructor_(false),
429 CHECK(!is_in_destructor_);
430 is_in_destructor_ = true;

Completed in 30 milliseconds