OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PluginThreadAsyncCallTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_thread_async_call_test.h
18
class
PluginThreadAsyncCallTest
: public PluginTest {
20
PluginThreadAsyncCallTest
(NPP id, NPNetscapeFuncs *host_functions);
21
virtual ~
PluginThreadAsyncCallTest
();
36
DISALLOW_COPY_AND_ASSIGN(
PluginThreadAsyncCallTest
);
plugin_thread_async_call_test.cc
23
PluginThreadAsyncCallTest
* g_short_lived_instance;
24
PluginThreadAsyncCallTest
* g_long_lived_instance;
27
static_cast<
PluginThreadAsyncCallTest
*>(data)->OnCallSucceeded();
35
static_cast<
PluginThreadAsyncCallTest
*>(data)->OnCallCompleted();
39
PluginThreadAsyncCallTest
::
PluginThreadAsyncCallTest
(
44
PluginThreadAsyncCallTest
::~
PluginThreadAsyncCallTest
() {
48
NPError
PluginThreadAsyncCallTest
::New(
76
FROM_HERE, base::Bind(&
PluginThreadAsyncCallTest
::AsyncCall
[
all
...]
Completed in 25 milliseconds