Searched refs:pNPWindow (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/content/test/plugin/
H A Dplugin_window_size_test.cc15 NPError PluginWindowSizeTest::SetWindow(NPWindow* pNPWindow) { argument
16 if (pNPWindow->window == NULL)
19 HWND window = reinterpret_cast<HWND>(pNPWindow->window);
26 window_rect.left = pNPWindow->x;
27 window_rect.top = pNPWindow->y;
28 window_rect.right = pNPWindow->width;
29 window_rect.bottom = pNPWindow->height;
46 if (origin_from_os.x != pNPWindow->x || origin_from_os.y != pNPWindow->y)
H A Dplugin_npobject_identity_test.h22 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_npobject_proxy_test.h23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_setup_test.cc16 NPError PluginSetupTest::SetWindow(NPWindow* pNPWindow) { argument
H A Dplugin_setup_test.h19 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_window_size_test.h20 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_arguments_test.h39 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_delete_plugin_in_deallocate_test.h23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_delete_plugin_in_stream_test.cc19 NPError DeletePluginInStreamTest::SetWindow(NPWindow* pNPWindow) { argument
21 if (pNPWindow->window == NULL)
H A Dplugin_npobject_proxy_test.cc16 NPError NPObjectProxyTest::SetWindow(NPWindow* pNPWindow) { argument
18 if (pNPWindow->window == NULL)
H A Dplugin_create_instance_in_paint.h21 virtual NPError SetWindow(NPWindow* pNPWindow);
H A Dplugin_delete_plugin_in_stream_test.h21 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_windowed_test.h24 virtual NPError SetWindow(NPWindow* pNPWindow);
H A Dplugin_npobject_lifetime_test.h24 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
50 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
67 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_create_instance_in_paint.cc18 NPError CreateInstanceInPaintTest::SetWindow(NPWindow* pNPWindow) { argument
19 if (pNPWindow->window == NULL)
43 HWND parent = reinterpret_cast<HWND>(pNPWindow->window);
H A Dplugin_npobject_identity_test.cc52 NPError NPObjectIdentityTest::SetWindow(NPWindow* pNPWindow) { argument
54 if (pNPWindow->window == NULL)
H A Dplugin_npobject_lifetime_test.cc24 NPError NPObjectLifetimeTest::SetWindow(NPWindow* pNPWindow) { argument
25 if (pNPWindow->window == NULL)
28 HWND window_handle = reinterpret_cast<HWND>(pNPWindow->window);
94 NPError NPObjectLifetimeTestInstance2::SetWindow(NPWindow* pNPWindow) { argument
95 if (pNPWindow->window == NULL)
H A Dplugin_get_javascript_url2_test.h23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_get_javascript_url2_test.cc25 NPError ExecuteGetJavascriptUrl2Test::SetWindow(NPWindow* pNPWindow) { argument
27 if (pNPWindow->window == NULL)
H A Dplugin_get_javascript_url_test.cc35 NPError ExecuteGetJavascriptUrlTest::SetWindow(NPWindow* pNPWindow) { argument
37 if (pNPWindow->window == NULL)
48 HWND window_handle = reinterpret_cast<HWND>(pNPWindow->window);
H A Dplugin_windowed_test.cc22 NPError WindowedPluginTest::SetWindow(NPWindow* pNPWindow) { argument
23 if (pNPWindow->window == NULL)
34 HWND parent = reinterpret_cast<HWND>(pNPWindow->window);
H A Dplugin_delete_plugin_in_deallocate_test.cc72 NPError DeletePluginInDeallocateTest::SetWindow(NPWindow* pNPWindow) { argument
74 if (pNPWindow->window == NULL)
H A Dplugin_arguments_test.cc64 NPError PluginArgumentsTest::SetWindow(NPWindow* pNPWindow) { argument
H A Dplugin_get_javascript_url_test.h22 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
H A Dplugin_geturl_test.h32 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;

Completed in 862 milliseconds

12