Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/proxy/
Dplugin_globals.cc60 plugin_recently_active_(false), in PluginGlobals()
81 plugin_recently_active_(false), in PluginGlobals()
179 if (!plugin_recently_active_) { in MarkPluginIsActive()
180 plugin_recently_active_ = true; in MarkPluginIsActive()
234 plugin_recently_active_ = false; in OnReleaseKeepaliveThrottle()
Dplugin_globals.h183 bool plugin_recently_active_; variable