Home
last modified time | relevance | path

Searched refs:TwoWayTestMode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppapi_proxy_test.h315 enum TwoWayTestMode { enum
319 TwoWayTest(TwoWayTestMode test_mode);
326 TwoWayTestMode test_mode() { return test_mode_; } in test_mode()
339 TwoWayTestMode test_mode_;
Dppapi_proxy_test.cc524 TwoWayTest::TwoWayTest(TwoWayTest::TwoWayTestMode test_mode) in TwoWayTest()