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

12

/external/chromium_org/content/test/plugin/
H A Dplugin_test.h34 virtual NPError SetWindow(NPWindow* pNPWindow);
H A Dplugin_client.cc144 NPError NPP_SetWindow(NPP instance, NPWindow* pNPWindow) { argument
151 return plugin->SetWindow(pNPWindow);
H A Dplugin_test.cc37 NPError PluginTest::SetWindow(NPWindow* pNPWindow) { argument
H A Dplugin_geturl_test.cc96 NPError PluginGetURLTest::SetWindow(NPWindow* pNPWindow) { argument
98 if (pNPWindow->window == NULL)
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow) argument
221 logger->logCall(action_npp_set_window, (DWORD)instance, (DWORD)pNPWindow);
223 NPError rv = epManager->callNPP_SetWindow(instance, pNPWindow);

Completed in 131 milliseconds

12