Home
last modified time | relevance | path

Searched refs:OnNPAPINotSupported (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/guest_view/web_view/
Dplugin_permission_helper.cc38 OnNPAPINotSupported) in OnMessageReceived()
98 void PluginPermissionHelper::OnNPAPINotSupported(const std::string& id) { in OnNPAPINotSupported() function in PluginPermissionHelper
Dplugin_permission_helper.h34 void OnNPAPINotSupported(const std::string& identifier);
/external/chromium_org/chrome/browser/plugins/
Dplugin_observer.h72 void OnNPAPINotSupported(const std::string& identifier);
Dplugin_observer.cc341 OnNPAPINotSupported) in OnMessageReceived()
473 void PluginObserver::OnNPAPINotSupported(const std::string& identifier) { in OnNPAPINotSupported() function in PluginObserver
/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.h98 void OnNPAPINotSupported();
Dcontent_settings_observer.cc208 IPC_MESSAGE_HANDLER(ChromeViewMsg_NPAPINotSupported, OnNPAPINotSupported) in OnMessageReceived()
611 void ContentSettingsObserver::OnNPAPINotSupported() { in OnNPAPINotSupported() function in ContentSettingsObserver