Searched refs:testing_interface (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_browser_font.cc34 const PPB_Testing_Private* testing_interface = GetTestingInterface(); local
35 if (testing_interface && !testing_interface->IsOutOfProcess())
H A Dtest_var_resource.cc83 if (testing_interface()->IsOutOfProcess()) {
H A Dtest_case.cc253 const PPB_Testing_Private* testing_interface) {
258 testing_interface->RunMessageLoop(instance_->pp_instance());
250 RunOnThreadInternal( void (*thread_func)(void*), void* thread_param, const PPB_Testing_Private* testing_interface) argument
H A Dtest_instance_deprecated.cc19 testing_interface_(i->testing_interface()) {
H A Dtest_case.h89 const PPB_Testing_Private* testing_interface() { return testing_interface_; } function in class:TestCase
218 const PPB_Testing_Private* testing_interface);
/external/chromium_org/ppapi/proxy/
H A Dppb_testing_proxy.cc135 const PPB_Testing_Private testing_interface = { member in namespace:ppapi::proxy::__anon10123
164 return &testing_interface;
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc289 const PPB_Testing_Private testing_interface = { member in namespace:content::__anon7806
333 return &testing_interface;

Completed in 1653 milliseconds