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

  /external/chromium_org/ppapi/tests/
test_browser_font.cc 34 const PPB_Testing_Dev* testing_interface = GetTestingInterface(); local
35 if (testing_interface && !testing_interface->IsOutOfProcess())
test_case.cc 259 const PPB_Testing_Dev* testing_interface) {
264 testing_interface->RunMessageLoop(instance_->pp_instance());
test_case.h 87 const PPB_Testing_Dev* testing_interface() { return testing_interface_; } function in class:TestCase
216 const PPB_Testing_Dev* testing_interface);
test_instance_deprecated.cc 36 // already destroyed, so we can't rely on test_instance_->testing_interface()
43 testing_interface_(i->testing_interface()) {
test_file_io.cc 1019 const PPB_Testing_Dev* testing_interface = GetTestingInterface(); local
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_testing_proxy.cc 130 const PPB_Testing_Dev testing_interface = { member in namespace:ppapi::proxy::__anon11885
163 &testing_interface,
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 284 const PPB_Testing_Dev testing_interface = { member in namespace:content::__anon10463
336 return &testing_interface;

Completed in 79 milliseconds