Home
last modified time | relevance | path

Searched refs:PluginObserver (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
Dplugin_observer.h17 class PluginObserver : public TabContentsObserver {
19 explicit PluginObserver(TabContents* tab_contents);
20 ~PluginObserver();
35 DISALLOW_COPY_AND_ASSIGN(PluginObserver);
Dplugin_observer.cc291 PluginObserver::PluginObserver(TabContents* tab_contents) in PluginObserver() function in PluginObserver
295 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()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h102 class PluginObserver; variable
1108 scoped_ptr<PluginObserver> plugin_observer_;