HomeSort by relevance Sort by last modified time
    Searched defs:testing_interface_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/tests/
test_instance_deprecated.cc 38 const PPB_Testing_Dev* testing_interface_; member in class:__anon11961::InstanceSO
43 testing_interface_(i->testing_interface()) {
59 if (testing_interface_->IsOutOfProcess() == PP_FALSE) {
67 if (testing_interface_->IsOutOfProcess() == PP_FALSE) {
test_case.h 87 const PPB_Testing_Dev* testing_interface() { return testing_interface_; }
140 if (!testing_interface_) {
146 if (!testing_interface_->IsOutOfProcess())
152 testing_interface_);
160 const PPB_Testing_Dev* testing_interface_; member in class:TestCase
352 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
356 testing_interface_->GetLiveObjectsForInstance( \

Completed in 78 milliseconds