WebPluginDelegateImpl   26 content/child/npapi/webplugin_delegate_impl.cc WebPluginDelegateImpl* WebPluginDelegateImpl::Create(
WebPluginDelegateImpl   39 content/child/npapi/webplugin_delegate_impl.cc   return new WebPluginDelegateImpl(plugin, instance.get());
WebPluginDelegateImpl   42 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::PluginDestroyed() {
WebPluginDelegateImpl   50 content/child/npapi/webplugin_delegate_impl.cc bool WebPluginDelegateImpl::Initialize(
WebPluginDelegateImpl  103 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::DestroyInstance() {
WebPluginDelegateImpl  127 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::UpdateGeometry(
WebPluginDelegateImpl  148 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::SetFocus(bool focused) {
WebPluginDelegateImpl  168 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::SetPluginHasFocus(bool focused) {
WebPluginDelegateImpl  175 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::SetContentAreaHasFocus(bool has_focus) {
WebPluginDelegateImpl  184 content/child/npapi/webplugin_delegate_impl.cc NPObject* WebPluginDelegateImpl::GetPluginScriptableObject() {
WebPluginDelegateImpl  188 content/child/npapi/webplugin_delegate_impl.cc NPP WebPluginDelegateImpl::GetPluginNPP() {
WebPluginDelegateImpl  192 content/child/npapi/webplugin_delegate_impl.cc bool WebPluginDelegateImpl::GetFormValue(base::string16* value) {
WebPluginDelegateImpl  196 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::DidFinishLoadWithReason(const GURL& url,
WebPluginDelegateImpl  208 content/child/npapi/webplugin_delegate_impl.cc int WebPluginDelegateImpl::GetProcessId() {
WebPluginDelegateImpl  213 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::SendJavaScriptStream(const GURL& url,
WebPluginDelegateImpl  220 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::DidReceiveManualResponse(
WebPluginDelegateImpl  233 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::DidReceiveManualData(const char* buffer,
WebPluginDelegateImpl  238 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::DidFinishManualLoading() {
WebPluginDelegateImpl  242 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::DidManualLoadFail() {
WebPluginDelegateImpl  246 content/child/npapi/webplugin_delegate_impl.cc base::FilePath WebPluginDelegateImpl::GetPluginPath() {
WebPluginDelegateImpl  250 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::WindowedUpdateGeometry(
WebPluginDelegateImpl  260 content/child/npapi/webplugin_delegate_impl.cc bool WebPluginDelegateImpl::HandleInputEvent(
WebPluginDelegateImpl  280 content/child/npapi/webplugin_delegate_impl.cc bool WebPluginDelegateImpl::IsUserGesture(const WebInputEvent& event) {
WebPluginDelegateImpl  292 content/child/npapi/webplugin_delegate_impl.cc WebPluginResourceClient* WebPluginDelegateImpl::CreateResourceClient(
WebPluginDelegateImpl  298 content/child/npapi/webplugin_delegate_impl.cc WebPluginResourceClient* WebPluginDelegateImpl::CreateSeekableResourceClient(
WebPluginDelegateImpl  307 content/child/npapi/webplugin_delegate_impl.cc void WebPluginDelegateImpl::FetchURL(unsigned long resource_id,
WebPluginDelegateImpl   58 content/child/npapi/webplugin_delegate_impl.h class WebPluginDelegateImpl : public WebPluginDelegate {
WebPluginDelegateImpl   82 content/child/npapi/webplugin_delegate_impl.h   static WebPluginDelegateImpl* Create(WebPlugin* plugin,
WebPluginDelegateImpl  176 content/child/npapi/webplugin_delegate_impl.h   static WebPluginDelegateImpl* GetActiveDelegate();
WebPluginDelegateImpl  208 content/child/npapi/webplugin_delegate_impl.h   friend class base::DeleteHelper<WebPluginDelegateImpl>;
WebPluginDelegateImpl  211 content/child/npapi/webplugin_delegate_impl.h   WebPluginDelegateImpl(WebPlugin* plugin, PluginInstance* instance);
WebPluginDelegateImpl  212 content/child/npapi/webplugin_delegate_impl.h   virtual ~WebPluginDelegateImpl();
WebPluginDelegateImpl  429 content/child/npapi/webplugin_delegate_impl.h   scoped_ptr<base::RepeatingTimer<WebPluginDelegateImpl> > redraw_timer_;
WebPluginDelegateImpl  473 content/child/npapi/webplugin_delegate_impl.h   base::WeakPtrFactory<WebPluginDelegateImpl> user_gesture_msg_factory_;
WebPluginDelegateImpl  504 content/child/npapi/webplugin_delegate_impl.h   DISALLOW_COPY_AND_ASSIGN(WebPluginDelegateImpl);
WebPluginDelegateImpl   17 content/child/npapi/webplugin_delegate_impl_android.cc WebPluginDelegateImpl::WebPluginDelegateImpl(
WebPluginDelegateImpl   31 content/child/npapi/webplugin_delegate_impl_android.cc WebPluginDelegateImpl::~WebPluginDelegateImpl() {
WebPluginDelegateImpl   34 content/child/npapi/webplugin_delegate_impl_android.cc bool WebPluginDelegateImpl::PlatformInitialize() {
WebPluginDelegateImpl   38 content/child/npapi/webplugin_delegate_impl_android.cc void WebPluginDelegateImpl::PlatformDestroyInstance() {
WebPluginDelegateImpl   42 content/child/npapi/webplugin_delegate_impl_android.cc void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
WebPluginDelegateImpl   45 content/child/npapi/webplugin_delegate_impl_android.cc bool WebPluginDelegateImpl::WindowedCreatePlugin() {
WebPluginDelegateImpl   49 content/child/npapi/webplugin_delegate_impl_android.cc void WebPluginDelegateImpl::WindowedDestroyWindow() {
WebPluginDelegateImpl   52 content/child/npapi/webplugin_delegate_impl_android.cc bool WebPluginDelegateImpl::WindowedReposition(
WebPluginDelegateImpl   58 content/child/npapi/webplugin_delegate_impl_android.cc void WebPluginDelegateImpl::WindowedSetWindow() {
WebPluginDelegateImpl   61 content/child/npapi/webplugin_delegate_impl_android.cc void WebPluginDelegateImpl::WindowlessUpdateGeometry(
WebPluginDelegateImpl   66 content/child/npapi/webplugin_delegate_impl_android.cc void WebPluginDelegateImpl::WindowlessPaint(gfx::NativeDrawingContext context,
WebPluginDelegateImpl   70 content/child/npapi/webplugin_delegate_impl_android.cc bool WebPluginDelegateImpl::PlatformSetPluginHasFocus(bool focused) {
WebPluginDelegateImpl   74 content/child/npapi/webplugin_delegate_impl_android.cc bool WebPluginDelegateImpl::PlatformHandleInputEvent(
WebPluginDelegateImpl   14 content/child/npapi/webplugin_delegate_impl_aura.cc WebPluginDelegateImpl::WebPluginDelegateImpl(WebPlugin* plugin,
WebPluginDelegateImpl   18 content/child/npapi/webplugin_delegate_impl_aura.cc WebPluginDelegateImpl::~WebPluginDelegateImpl() {
WebPluginDelegateImpl   21 content/child/npapi/webplugin_delegate_impl_aura.cc bool WebPluginDelegateImpl::PlatformInitialize() {
WebPluginDelegateImpl   25 content/child/npapi/webplugin_delegate_impl_aura.cc void WebPluginDelegateImpl::PlatformDestroyInstance() {
WebPluginDelegateImpl   29 content/child/npapi/webplugin_delegate_impl_aura.cc void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
WebPluginDelegateImpl   32 content/child/npapi/webplugin_delegate_impl_aura.cc bool WebPluginDelegateImpl::WindowedCreatePlugin() {
WebPluginDelegateImpl   36 content/child/npapi/webplugin_delegate_impl_aura.cc void WebPluginDelegateImpl::WindowedDestroyWindow() {
WebPluginDelegateImpl   39 content/child/npapi/webplugin_delegate_impl_aura.cc bool WebPluginDelegateImpl::WindowedReposition(
WebPluginDelegateImpl   45 content/child/npapi/webplugin_delegate_impl_aura.cc void WebPluginDelegateImpl::WindowedSetWindow() {
WebPluginDelegateImpl   48 content/child/npapi/webplugin_delegate_impl_aura.cc void WebPluginDelegateImpl::WindowlessUpdateGeometry(
WebPluginDelegateImpl   53 content/child/npapi/webplugin_delegate_impl_aura.cc void WebPluginDelegateImpl::WindowlessPaint(gfx::NativeDrawingContext context,
WebPluginDelegateImpl   57 content/child/npapi/webplugin_delegate_impl_aura.cc bool WebPluginDelegateImpl::PlatformSetPluginHasFocus(bool focused) {
WebPluginDelegateImpl   61 content/child/npapi/webplugin_delegate_impl_aura.cc bool WebPluginDelegateImpl::PlatformHandleInputEvent(
WebPluginDelegateImpl   31 content/child/npapi/webplugin_delegate_impl_gtk.cc WebPluginDelegateImpl::WebPluginDelegateImpl(
WebPluginDelegateImpl   71 content/child/npapi/webplugin_delegate_impl_gtk.cc WebPluginDelegateImpl::~WebPluginDelegateImpl() {
WebPluginDelegateImpl   88 content/child/npapi/webplugin_delegate_impl_gtk.cc bool WebPluginDelegateImpl::PlatformInitialize() {
WebPluginDelegateImpl   95 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::PlatformDestroyInstance() {
WebPluginDelegateImpl   99 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
WebPluginDelegateImpl  107 content/child/npapi/webplugin_delegate_impl_gtk.cc bool WebPluginDelegateImpl::WindowedCreatePlugin() {
WebPluginDelegateImpl  154 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::WindowedDestroyWindow() {
WebPluginDelegateImpl  165 content/child/npapi/webplugin_delegate_impl_gtk.cc bool WebPluginDelegateImpl::WindowedReposition(
WebPluginDelegateImpl  177 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::WindowedSetWindow() {
WebPluginDelegateImpl  216 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::WindowlessUpdateGeometry(
WebPluginDelegateImpl  228 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::EnsurePixmapAtLeastSize(int width, int height) {
WebPluginDelegateImpl  270 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::WindowlessPaint(cairo_t* context,
WebPluginDelegateImpl  483 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::WindowlessSetWindow() {
WebPluginDelegateImpl  527 content/child/npapi/webplugin_delegate_impl_gtk.cc bool WebPluginDelegateImpl::PlatformSetPluginHasFocus(bool focused) {
WebPluginDelegateImpl  715 content/child/npapi/webplugin_delegate_impl_gtk.cc bool WebPluginDelegateImpl::PlatformHandleInputEvent(
WebPluginDelegateImpl   67 content/child/npapi/webplugin_delegate_impl_win.cc WebPluginDelegateImpl* g_current_plugin_instance = NULL;
WebPluginDelegateImpl  204 content/child/npapi/webplugin_delegate_impl_win.cc LRESULT CALLBACK WebPluginDelegateImpl::HandleEventMessageFilterHook(
WebPluginDelegateImpl  214 content/child/npapi/webplugin_delegate_impl_win.cc LRESULT CALLBACK WebPluginDelegateImpl::MouseHookProc(
WebPluginDelegateImpl  225 content/child/npapi/webplugin_delegate_impl_win.cc WebPluginDelegateImpl::WebPluginDelegateImpl(
WebPluginDelegateImpl  322 content/child/npapi/webplugin_delegate_impl_win.cc WebPluginDelegateImpl::~WebPluginDelegateImpl() {
WebPluginDelegateImpl  344 content/child/npapi/webplugin_delegate_impl_win.cc bool WebPluginDelegateImpl::PlatformInitialize() {
WebPluginDelegateImpl  364 content/child/npapi/webplugin_delegate_impl_win.cc         WebPluginDelegateImpl::TrackPopupMenuPatch);
WebPluginDelegateImpl  378 content/child/npapi/webplugin_delegate_impl_win.cc         WebPluginDelegateImpl::SetCursorPatch);
WebPluginDelegateImpl  407 content/child/npapi/webplugin_delegate_impl_win.cc         WebPluginDelegateImpl::RegEnumKeyExWPatch);
WebPluginDelegateImpl  425 content/child/npapi/webplugin_delegate_impl_win.cc         WebPluginDelegateImpl::WindowFromPointPatch);
WebPluginDelegateImpl  431 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::PlatformDestroyInstance() {
WebPluginDelegateImpl  457 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
WebPluginDelegateImpl  465 content/child/npapi/webplugin_delegate_impl_win.cc bool WebPluginDelegateImpl::WindowedCreatePlugin() {
WebPluginDelegateImpl  540 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::WindowedDestroyWindow() {
WebPluginDelegateImpl  562 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::ClearThrottleQueueForWindow(HWND window) {
WebPluginDelegateImpl  578 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::OnThrottleMessage() {
WebPluginDelegateImpl  618 content/child/npapi/webplugin_delegate_impl_win.cc         base::Bind(&WebPluginDelegateImpl::OnThrottleMessage),
WebPluginDelegateImpl  625 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::ThrottleMessage(WNDPROC proc, HWND hwnd,
WebPluginDelegateImpl  642 content/child/npapi/webplugin_delegate_impl_win.cc         base::Bind(&WebPluginDelegateImpl::OnThrottleMessage),
WebPluginDelegateImpl  651 content/child/npapi/webplugin_delegate_impl_win.cc LRESULT CALLBACK WebPluginDelegateImpl::FlashWindowlessWndProc(
WebPluginDelegateImpl  661 content/child/npapi/webplugin_delegate_impl_win.cc       WebPluginDelegateImpl::ClearThrottleQueueForWindow(hwnd);
WebPluginDelegateImpl  669 content/child/npapi/webplugin_delegate_impl_win.cc       WebPluginDelegateImpl::ThrottleMessage(old_proc, hwnd, message, wparam,
WebPluginDelegateImpl  681 content/child/npapi/webplugin_delegate_impl_win.cc LRESULT CALLBACK WebPluginDelegateImpl::DummyWindowProc(
WebPluginDelegateImpl  683 content/child/npapi/webplugin_delegate_impl_win.cc   WebPluginDelegateImpl* delegate = reinterpret_cast<WebPluginDelegateImpl*>(
WebPluginDelegateImpl  742 content/child/npapi/webplugin_delegate_impl_win.cc bool WebPluginDelegateImpl::CreateDummyWindowForActivation() {
WebPluginDelegateImpl  776 content/child/npapi/webplugin_delegate_impl_win.cc       &WebPluginDelegateImpl::FlashWindowlessWndProc))) {
WebPluginDelegateImpl  785 content/child/npapi/webplugin_delegate_impl_win.cc bool WebPluginDelegateImpl::WindowedReposition(
WebPluginDelegateImpl  826 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::WindowedSetWindow() {
WebPluginDelegateImpl  868 content/child/npapi/webplugin_delegate_impl_win.cc ATOM WebPluginDelegateImpl::RegisterNativeWindowClass() {
WebPluginDelegateImpl  897 content/child/npapi/webplugin_delegate_impl_win.cc LRESULT CALLBACK WebPluginDelegateImpl::WrapperWindowProc(
WebPluginDelegateImpl  928 content/child/npapi/webplugin_delegate_impl_win.cc LRESULT CALLBACK WebPluginDelegateImpl::NativeWndProc(
WebPluginDelegateImpl  930 content/child/npapi/webplugin_delegate_impl_win.cc   WebPluginDelegateImpl* delegate = reinterpret_cast<WebPluginDelegateImpl*>(
WebPluginDelegateImpl  953 content/child/npapi/webplugin_delegate_impl_win.cc     WebPluginDelegateImpl::ThrottleMessage(delegate->plugin_wnd_proc_, hwnd,
WebPluginDelegateImpl 1002 content/child/npapi/webplugin_delegate_impl_win.cc           base::Bind(&WebPluginDelegateImpl::OnUserGestureEnd,
WebPluginDelegateImpl 1011 content/child/npapi/webplugin_delegate_impl_win.cc     WebPluginDelegateImpl* last_plugin_instance = g_current_plugin_instance;
WebPluginDelegateImpl 1045 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::WindowlessUpdateGeometry(
WebPluginDelegateImpl 1074 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::WindowlessPaint(HDC hdc,
WebPluginDelegateImpl 1099 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::WindowlessSetWindow() {
WebPluginDelegateImpl 1123 content/child/npapi/webplugin_delegate_impl_win.cc bool WebPluginDelegateImpl::PlatformSetPluginHasFocus(bool focused) {
WebPluginDelegateImpl 1241 content/child/npapi/webplugin_delegate_impl_win.cc bool WebPluginDelegateImpl::PlatformHandleInputEvent(
WebPluginDelegateImpl 1291 content/child/npapi/webplugin_delegate_impl_win.cc   WebPluginDelegateImpl* last_plugin_instance = g_current_plugin_instance;
WebPluginDelegateImpl 1373 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::OnModalLoopEntered() {
WebPluginDelegateImpl 1384 content/child/npapi/webplugin_delegate_impl_win.cc bool WebPluginDelegateImpl::ShouldTrackEventForModalLoops(NPEvent* event) {
WebPluginDelegateImpl 1390 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::OnUserGestureEnd() {
WebPluginDelegateImpl 1395 content/child/npapi/webplugin_delegate_impl_win.cc BOOL WINAPI WebPluginDelegateImpl::TrackPopupMenuPatch(
WebPluginDelegateImpl 1421 content/child/npapi/webplugin_delegate_impl_win.cc HCURSOR WINAPI WebPluginDelegateImpl::SetCursorPatch(HCURSOR cursor) {
WebPluginDelegateImpl 1436 content/child/npapi/webplugin_delegate_impl_win.cc LONG WINAPI WebPluginDelegateImpl::RegEnumKeyExWPatch(
WebPluginDelegateImpl 1454 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::ImeCompositionUpdated(
WebPluginDelegateImpl 1466 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::ImeCompositionCompleted(
WebPluginDelegateImpl 1474 content/child/npapi/webplugin_delegate_impl_win.cc bool WebPluginDelegateImpl::GetIMEStatus(int* input_type,
WebPluginDelegateImpl 1482 content/child/npapi/webplugin_delegate_impl_win.cc FARPROC WINAPI WebPluginDelegateImpl::GetProcAddressPatch(HMODULE module,
WebPluginDelegateImpl 1490 content/child/npapi/webplugin_delegate_impl_win.cc HWND WINAPI WebPluginDelegateImpl::WindowFromPointPatch(POINT point) {
WebPluginDelegateImpl 1501 content/child/npapi/webplugin_delegate_impl_win.cc void WebPluginDelegateImpl::HandleCaptureForMessage(HWND window,
WebPluginDelegateImpl   36 content/plugin/webplugin_delegate_stub.cc     WebPluginDelegateImpl* delegate,
WebPluginDelegateImpl  186 content/plugin/webplugin_delegate_stub.cc   delegate_ = WebPluginDelegateImpl::Create(webplugin_, path, mime_type_);
WebPluginDelegateImpl  189 content/plugin/webplugin_delegate_stub.cc         WebPluginDelegateImpl::PLUGIN_QUIRK_DIE_AFTER_UNLOAD) {
WebPluginDelegateImpl   32 content/plugin/webplugin_delegate_stub.h class WebPluginDelegateImpl;
WebPluginDelegateImpl   51 content/plugin/webplugin_delegate_stub.h   WebPluginDelegateImpl* delegate() { return delegate_; }
WebPluginDelegateImpl  120 content/plugin/webplugin_delegate_stub.h   WebPluginDelegateImpl* delegate_;
WebPluginDelegateImpl  322 content/plugin/webplugin_proxy.cc         WebPluginDelegateImpl::PLUGIN_QUIRK_BLOCK_NONSTANDARD_GETURL_REQUESTS) {
WebPluginDelegateImpl   36 content/plugin/webplugin_proxy.h class WebPluginDelegateImpl;
WebPluginDelegateImpl   55 content/plugin/webplugin_proxy.h   void set_delegate(WebPluginDelegateImpl* d) { delegate_ = d; }
WebPluginDelegateImpl  215 content/plugin/webplugin_proxy.h   WebPluginDelegateImpl* delegate_;