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 168 bool is_in_destructor() const { return is_in_destructor_; }
234 bool is_in_destructor_; member in class:content::PluginModule
plugin_module.cc 396 is_in_destructor_(false),
416 CHECK(!is_in_destructor_);
417 is_in_destructor_ = true;

Completed in 5060 milliseconds