OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PluginArgumentsTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_arguments_test.h
13
// The
PluginArgumentsTest
test that we properly receive arguments
29
class
PluginArgumentsTest
: public PluginTest {
32
PluginArgumentsTest
(NPP id, NPNetscapeFuncs *host_functions);
plugin_arguments_test.cc
15
PluginArgumentsTest
::
PluginArgumentsTest
(NPP id,
20
NPError
PluginArgumentsTest
::New(uint16 mode, int16 argc,
64
NPError
PluginArgumentsTest
::SetWindow(NPWindow* pNPWindow) {
plugin_test_factory.cc
37
new_test = new
PluginArgumentsTest
(instance, host_functions);
Completed in 235 milliseconds