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.h 34 const PPB_Testing_Private* testing_interface_; member in class:InstanceSO
test_case.h 89 const PPB_Testing_Private* testing_interface() { return testing_interface_; }
142 if (!testing_interface_) {
148 if (!testing_interface_->IsOutOfProcess())
154 testing_interface_);
162 const PPB_Testing_Private* testing_interface_; member in class:TestCase
674 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
678 testing_interface_->GetLiveObjectsForInstance( \

Completed in 55 milliseconds