Searched refs:test_object_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_case.cc110 if (test_object_.is_undefined()) {
113 test_object_ = pp::VarPrivate(instance_, so); // Takes ownership.
117 IgnoreLeakedVar(test_object_.pp_var().value.as_id);
120 return test_object_;
H A Dtest_case.h66 void ResetTestObject() { test_object_ = pp::VarPrivate(); }
252 pp::VarPrivate test_object_; member in class:TestCase

Completed in 2111 milliseconds