OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NPObjectLifetimeTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_npobject_lifetime_test.h
18
class
NPObjectLifetimeTest
: public PluginTest {
21
NPObjectLifetimeTest
(NPP id, NPNetscapeFuncs *host_functions);
38
DISALLOW_IMPLICIT_CONSTRUCTORS(
NPObjectLifetimeTest
);
53
friend class
NPObjectLifetimeTest
;
plugin_npobject_lifetime_test.cc
17
NPObjectLifetimeTest
::
NPObjectLifetimeTest
(NPP id,
24
NPError
NPObjectLifetimeTest
::SetWindow(NPWindow* pNPWindow) {
41
void CALLBACK
NPObjectLifetimeTest
::TimerProc(
45
NPObjectLifetimeTest
* this_instance =
46
reinterpret_cast<
NPObjectLifetimeTest
*>
67
void
NPObjectLifetimeTest
::URLNotify(const char* url, NPReason reason,
Completed in 38 milliseconds