Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dplugin_lib.cc72 skip_unload_(false), in PluginLib()
148 skip_unload_ = true; in PreventLibraryUnload()
304 skip_unload_ ? NULL : library_, in Unload()
308 if (!skip_unload_) { in Unload()
Dplugin_lib.h120 bool skip_unload_; // True if library_ should not be unloaded. variable