OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PluginProxyTest
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ppapi/proxy/
flash_resource_unittest.cc
18
typedef
PluginProxyTest
FlashResourceTest;
plugin_resource_tracker_unittest.cc
37
class PluginResourceTrackerTest : public
PluginProxyTest
{
plugin_dispatcher_unittest.cc
51
class PluginDispatcherTest : public
PluginProxyTest
{
ppapi_proxy_test.h
37
// directly. Instead, use the
PluginProxyTest
, HostProxyTest, or TwoWayTest.
176
class
PluginProxyTest
: public PluginProxyTestHarness, public testing::Test {
178
PluginProxyTest
();
179
virtual ~
PluginProxyTest
();
194
: public
PluginProxyTest
,
ppapi_proxy_test.cc
59
// handler (for
PluginProxyTest
or HostProxyTest), or there will be only 2
297
//
PluginProxyTest
-------------------------------------------------------------
299
PluginProxyTest
::
PluginProxyTest
() : PluginProxyTestHarness(SINGLETON_GLOBALS) {
302
PluginProxyTest
::~
PluginProxyTest
() {
305
void
PluginProxyTest
::SetUp() {
309
void
PluginProxyTest
::TearDown() {
printing_resource_unittest.cc
22
typedef
PluginProxyTest
PrintingResourceTest;
file_chooser_resource_unittest.cc
24
typedef
PluginProxyTest
FileChooserResourceTest;
talk_resource_unittest.cc
49
class TalkResourceTest : public
PluginProxyTest
{
websocket_resource_unittest.cc
30
typedef
PluginProxyTest
WebSocketResourceTest;
pdf_resource_unittest.cc
26
typedef
PluginProxyTest
PDFResourceTest;
plugin_var_tracker_unittest.cc
46
class PluginVarTrackerTest : public
PluginProxyTest
{
ppb_var_unittest.cc
29
class PPB_VarTest : public
PluginProxyTest
{
device_enumeration_resource_helper_unittest.cc
29
typedef
PluginProxyTest
DeviceEnumerationResourceHelperTest;
serialized_var_unittest.cc
22
class SerializedVarTest : public
PluginProxyTest
{
/external/chromium_org/ppapi/shared_impl/
thread_aware_callback_unittest.cc
57
typedef proxy::
PluginProxyTest
ThreadAwareCallbackTest;
Completed in 1077 milliseconds