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_Private* testing_interface_; member in class:__anon14201::InstanceSO
43 testing_interface_(i->testing_interface()) {
59 if (testing_interface_->IsOutOfProcess() == PP_FALSE) {
67 if (testing_interface_->IsOutOfProcess() == PP_FALSE) {
test_case.h 88 const PPB_Testing_Private* testing_interface() { return testing_interface_; }
141 if (!testing_interface_) {
147 if (!testing_interface_->IsOutOfProcess())
153 testing_interface_);
161 const PPB_Testing_Private* testing_interface_; member in class:TestCase
673 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
677 testing_interface_->GetLiveObjectsForInstance( \

Completed in 54 milliseconds