WebPluginDelegateStub 225 content/plugin/plugin_channel.cc scoped_refptr<WebPluginDelegateStub> stub = plugin_stubs_[0]; WebPluginDelegateStub 274 content/plugin/plugin_channel.cc scoped_refptr<WebPluginDelegateStub> stub(new WebPluginDelegateStub( WebPluginDelegateStub 289 content/plugin/plugin_channel.cc scoped_refptr<WebPluginDelegateStub> stub = plugin_stubs_[i]; WebPluginDelegateStub 87 content/plugin/plugin_channel.h std::vector<scoped_refptr<WebPluginDelegateStub> > plugin_stubs_; WebPluginDelegateStub 59 content/plugin/webplugin_delegate_stub.cc WebPluginDelegateStub::WebPluginDelegateStub( WebPluginDelegateStub 70 content/plugin/webplugin_delegate_stub.cc WebPluginDelegateStub::~WebPluginDelegateStub() { WebPluginDelegateStub 94 content/plugin/webplugin_delegate_stub.cc bool WebPluginDelegateStub::OnMessageReceived(const IPC::Message& msg) { WebPluginDelegateStub 105 content/plugin/webplugin_delegate_stub.cc IPC_BEGIN_MESSAGE_MAP(WebPluginDelegateStub, msg) WebPluginDelegateStub 161 content/plugin/webplugin_delegate_stub.cc bool WebPluginDelegateStub::Send(IPC::Message* msg) { WebPluginDelegateStub 165 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnInit(const PluginMsg_Init_Params& params, WebPluginDelegateStub 213 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnWillSendRequest(int id, const GURL& url, WebPluginDelegateStub 222 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidReceiveResponse( WebPluginDelegateStub 235 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidReceiveData(int id, WebPluginDelegateStub 246 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidFinishLoading(int id) { WebPluginDelegateStub 254 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidFail(int id) { WebPluginDelegateStub 262 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidFinishLoadWithReason( WebPluginDelegateStub 267 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnSetFocus(bool focused) { WebPluginDelegateStub 275 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnHandleInputEvent( WebPluginDelegateStub 284 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnPaint(const gfx::Rect& damaged_rect) { WebPluginDelegateStub 288 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidPaint() { WebPluginDelegateStub 292 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnUpdateGeometry( WebPluginDelegateStub 300 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnGetPluginScriptableObject(int* route_id) { WebPluginDelegateStub 320 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnGetFormValue(base::string16* value, WebPluginDelegateStub 328 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnSendJavaScriptStream(const GURL& url, WebPluginDelegateStub 335 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnSetContentAreaFocus(bool has_focus) { WebPluginDelegateStub 341 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnImeCompositionUpdated( WebPluginDelegateStub 351 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnImeCompositionCompleted( WebPluginDelegateStub 359 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnSetWindowFocus(bool has_focus) { WebPluginDelegateStub 364 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnContainerHidden() { WebPluginDelegateStub 369 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnContainerShown(gfx::Rect window_frame, WebPluginDelegateStub 379 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnWindowFrameChanged(const gfx::Rect& window_frame, WebPluginDelegateStub 385 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnImeCompositionCompleted( WebPluginDelegateStub 392 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidReceiveManualResponse( WebPluginDelegateStub 400 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidReceiveManualData( WebPluginDelegateStub 406 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidFinishManualLoading() { WebPluginDelegateStub 410 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnDidManualLoadFail() { WebPluginDelegateStub 414 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnHandleURLRequestReply( WebPluginDelegateStub 421 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnHTTPRangeRequestReply( WebPluginDelegateStub 428 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnFetchURL( WebPluginDelegateStub 37 content/plugin/webplugin_delegate_stub.h class WebPluginDelegateStub : public IPC::Listener, WebPluginDelegateStub 39 content/plugin/webplugin_delegate_stub.h public base::RefCounted<WebPluginDelegateStub> { WebPluginDelegateStub 41 content/plugin/webplugin_delegate_stub.h WebPluginDelegateStub(const std::string& mime_type, int instance_id, WebPluginDelegateStub 55 content/plugin/webplugin_delegate_stub.h friend class base::RefCounted<WebPluginDelegateStub>; WebPluginDelegateStub 57 content/plugin/webplugin_delegate_stub.h virtual ~WebPluginDelegateStub(); WebPluginDelegateStub 127 content/plugin/webplugin_delegate_stub.h DISALLOW_IMPLICIT_CONSTRUCTORS(WebPluginDelegateStub);