Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/npapi/
Dplugin_channel_host.h48 bool expecting_shutdown() { return expecting_shutdown_; } in expecting_shutdown()
68 bool expecting_shutdown_; variable
Dplugin_channel_host.cc75 PluginChannelHost::PluginChannelHost() : expecting_shutdown_(false) { in PluginChannelHost()
134 expecting_shutdown_ = true; in OnPluginShuttingDown()