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

  /external/chromium_org/ppapi/tests/
test_case.cc 117 if (test_object_.is_undefined()) {
120 test_object_ = pp::VarPrivate(instance_, so); // Takes ownership.
124 IgnoreLeakedVar(test_object_.pp_var().value.as_id);
127 return test_object_;
test_case.h 251 pp::VarPrivate test_object_; member in class:TestCase

Completed in 122 milliseconds