HomeSort by relevance Sort by last modified time
    Searched full:testing_interface (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/tests/
test_browser_font.cc 34 const PPB_Testing_Private* testing_interface = GetTestingInterface(); local
35 if (testing_interface && !testing_interface->IsOutOfProcess())
test_var_resource.cc 83 if (testing_interface()->IsOutOfProcess()) {
test_case.cc 260 const PPB_Testing_Private* testing_interface) {
265 testing_interface->RunMessageLoop(instance_->pp_instance());
test_instance_deprecated.cc 36 // already destroyed, so we can't rely on test_instance_->testing_interface()
43 testing_interface_(i->testing_interface()) {
test_case.h 88 const PPB_Testing_Private* testing_interface() { return testing_interface_; } function in class:TestCase
217 const PPB_Testing_Private* testing_interface);
  /external/chromium_org/ppapi/proxy/
ppb_testing_proxy.cc 130 const PPB_Testing_Private testing_interface = { member in namespace:ppapi::proxy::__anon14118
158 return &testing_interface;
  /external/chromium_org/chrome/common/
chrome_constants.cc 142 const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll";
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 284 const PPB_Testing_Private testing_interface = { member in namespace:content::__anon12067
328 return &testing_interface;

Completed in 3616 milliseconds