Home
last modified time | relevance | path

Searched refs:testing_interface (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_browser_font.cc35 const PPB_Testing_Private* testing_interface = GetTestingInterface(); in TestFontFamilies() local
36 if (testing_interface && !testing_interface->IsOutOfProcess()) in TestFontFamilies()
H A Dtest_case.cc251 const PPB_Testing_Private* testing_interface) { in RunOnThreadInternal() argument
256 testing_interface->RunMessageLoop(instance_->pp_instance()); in RunOnThreadInternal()
H A Dtest_var_resource.cc85 if (testing_interface()->IsOutOfProcess()) { in TestInvalidAndEmpty()
H A Dtest_instance_deprecated.cc19 testing_interface_(i->testing_interface()) { in InstanceSO()
H A Dtest_case.h90 const PPB_Testing_Private* testing_interface() { return testing_interface_; } in testing_interface() function
219 const PPB_Testing_Private* testing_interface);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dppb_testing_proxy.cc135 const PPB_Testing_Private testing_interface = { variable
163 return &testing_interface; in GetProxyInterface()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dppb_testing_proxy.cc156 const PPB_Testing_Private testing_interface = { variable
186 return &testing_interface; in GetProxyInterface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dplugin_module.cc276 const PPB_Testing_Private testing_interface = { variable
321 return &testing_interface; in InternalGetInterface()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dplugin_module.cc380 const PPB_Testing_Private testing_interface = { variable
427 return &testing_interface; in InternalGetInterface()