Home
last modified time | relevance | path

Searched refs:pNPWindow (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/content/test/plugin/
Dplugin_window_size_test.cc15 NPError PluginWindowSizeTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
16 if (pNPWindow->window == NULL) in SetWindow()
19 HWND window = reinterpret_cast<HWND>(pNPWindow->window); in SetWindow()
26 window_rect.left = pNPWindow->x; in SetWindow()
27 window_rect.top = pNPWindow->y; in SetWindow()
28 window_rect.right = pNPWindow->width; in SetWindow()
29 window_rect.bottom = pNPWindow->height; in SetWindow()
46 if (origin_from_os.x != pNPWindow->x || origin_from_os.y != pNPWindow->y) in SetWindow()
Dplugin_npobject_lifetime_test.cc24 NPError NPObjectLifetimeTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
25 if (pNPWindow->window == NULL) in SetWindow()
28 HWND window_handle = reinterpret_cast<HWND>(pNPWindow->window); in SetWindow()
94 NPError NPObjectLifetimeTestInstance2::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
95 if (pNPWindow->window == NULL) in SetWindow()
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;
Dplugin_create_instance_in_paint.cc18 NPError CreateInstanceInPaintTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
19 if (pNPWindow->window == NULL) in SetWindow()
43 HWND parent = reinterpret_cast<HWND>(pNPWindow->window); in SetWindow()
Dplugin_delete_plugin_in_stream_test.cc19 NPError DeletePluginInStreamTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
21 if (pNPWindow->window == NULL) in SetWindow()
Dplugin_npobject_proxy_test.cc16 NPError NPObjectProxyTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
18 if (pNPWindow->window == NULL) in SetWindow()
Dplugin_get_javascript_url_test.cc35 NPError ExecuteGetJavascriptUrlTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
37 if (pNPWindow->window == NULL) in SetWindow()
48 HWND window_handle = reinterpret_cast<HWND>(pNPWindow->window); in SetWindow()
Dplugin_npobject_identity_test.cc52 NPError NPObjectIdentityTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
54 if (pNPWindow->window == NULL) in SetWindow()
Dplugin_windowed_test.cc22 NPError WindowedPluginTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
23 if (pNPWindow->window == NULL) in SetWindow()
34 HWND parent = reinterpret_cast<HWND>(pNPWindow->window); in SetWindow()
Dplugin_get_javascript_url2_test.cc25 NPError ExecuteGetJavascriptUrl2Test::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
27 if (pNPWindow->window == NULL) in SetWindow()
Dplugin_delete_plugin_in_deallocate_test.cc72 NPError DeletePluginInDeallocateTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
74 if (pNPWindow->window == NULL) in SetWindow()
Dplugin_setup_test.cc16 NPError PluginSetupTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
Dplugin_setup_test.h19 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_npobject_proxy_test.h23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_npobject_identity_test.h22 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_window_size_test.h20 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_delete_plugin_in_deallocate_test.h23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_arguments_test.h39 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_create_instance_in_paint.h21 virtual NPError SetWindow(NPWindow* pNPWindow);
Dplugin_delete_plugin_in_stream_test.h21 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_windowed_test.h24 virtual NPError SetWindow(NPWindow* pNPWindow);
Dplugin_get_javascript_url2_test.h23 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_get_javascript_url_test.h22 virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
Dplugin_arguments_test.cc64 NPError PluginArgumentsTest::SetWindow(NPWindow* pNPWindow) { in SetWindow() argument
/external/chromium_org/third_party/npapi/npspy/common/
Dnpp_gate.cpp212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow) in NPP_SetWindow() argument
221 logger->logCall(action_npp_set_window, (DWORD)instance, (DWORD)pNPWindow); in NPP_SetWindow()
223 NPError rv = epManager->callNPP_SetWindow(instance, pNPWindow); in NPP_SetWindow()

12