Searched refs:PluginObserver (Results 1 – 3 of 3) sorted by relevance
17 class PluginObserver : public TabContentsObserver {19 explicit PluginObserver(TabContents* tab_contents);20 ~PluginObserver();35 DISALLOW_COPY_AND_ASSIGN(PluginObserver);
291 PluginObserver::PluginObserver(TabContents* tab_contents) in PluginObserver() function in PluginObserver295 PluginObserver::~PluginObserver() { in ~PluginObserver()298 bool PluginObserver::OnMessageReceived(const IPC::Message& message) { in OnMessageReceived()299 IPC_BEGIN_MESSAGE_MAP(PluginObserver, message) in OnMessageReceived()310 PluginInstallerInfoBarDelegate* PluginObserver::GetPluginInstaller() { in GetPluginInstaller()316 void PluginObserver::OnMissingPluginStatus(int status) { in OnMissingPluginStatus()337 void PluginObserver::OnCrashedPlugin(const FilePath& plugin_path) { in OnCrashedPlugin()362 void PluginObserver::OnBlockedOutdatedPlugin(const string16& name, in OnBlockedOutdatedPlugin()
102 class PluginObserver; variable1108 scoped_ptr<PluginObserver> plugin_observer_;