OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPObjectProxyTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_npobject_proxy_test.h
13
// The
NPObjectProxyTest
tests that when we proxy an NPObject that is itself
17
class
NPObjectProxyTest
: public PluginTest {
20
NPObjectProxyTest
(NPP id, NPNetscapeFuncs *host_functions);
plugin_npobject_proxy_test.cc
12
NPObjectProxyTest
::
NPObjectProxyTest
(NPP id, NPNetscapeFuncs *host_functions)
16
NPError
NPObjectProxyTest
::SetWindow(NPWindow* pNPWindow) {
plugin_test_factory.cc
46
new_test = new
NPObjectProxyTest
(instance, host_functions);
Completed in 207 milliseconds