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

  /external/chromium_org/ppapi/tests/
test_video_decoder.cc 26 testing_interface_->QuitMessageLoop(instance_->pp_instance());
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( \
test_flash_fullscreen.cc 81 if (!testing_interface_->IsOutOfProcess()) {
116 if (testing_interface_->IsOutOfProcess()) {
147 if (testing_interface_->IsOutOfProcess())
test_case.cc 82 testing_interface_(NULL),
85 // Get the testing_interface_ if it is available, so that we can do Resource
87 // available, testing_interface_ will be NULL. Some tests do not require it.
88 testing_interface_ = GetTestingInterface();
132 testing_interface_ = GetTestingInterface();
133 if (!testing_interface_) {
209 if (testing_interface_) {
213 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance());
222 int found_vars = testing_interface_->GetLiveVars(vars, kVarsToPrint);
test_view.cc 30 testing_interface_->QuitMessageLoop(instance_->pp_instance());
60 testing_interface_->RunMessageLoop(instance_->pp_instance());
68 testing_interface_->QuitMessageLoop(instance_->pp_instance());
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_mouse_lock.cc 77 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
test_talk_private.cc 54 if (!testing_interface_->IsOutOfProcess()) {
test_ime_input_event.cc 127 testing_interface_->QuitMessageLoop(instance_->pp_instance());
222 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
225 testing_interface_->RunMessageLoop(instance_->pp_instance());
test_input_event.cc 180 testing_interface_->RunMessageLoop(instance_->pp_instance());
190 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
311 testing_interface_->QuitMessageLoop(instance_->pp_instance());
test_fullscreen.cc 170 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
242 PP_TRUE != testing_interface_->ReadImageData(graphics2d_.pp_resource(),
test_var.cc 44 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
73 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
test_graphics_2d.cc 88 testing_interface_->QuitMessageLoop(instance_->pp_instance());
94 return PP_ToBool(testing_interface_->ReadImageData(
264 ASSERT_FALSE(testing_interface_->ReadImageData(image.pp_resource(),
267 ASSERT_FALSE(testing_interface_->ReadImageData(null_context.pp_resource(),
658 testing_interface_->QuitMessageLoop(instance_->pp_instance());
675 testing_interface_->RunMessageLoop(instance_->pp_instance());
763 if (!testing_interface_->IsOutOfProcess())
test_var_deprecated.cc 92 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
115 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
test_post_message.cc 208 if (testing_interface_->IsOutOfProcess())
215 testing_interface_->QuitMessageLoop(instance_->pp_instance());
272 testing_interface_->RunMessageLoop(instance_->pp_instance());
379 ScopedArrayBufferSizeSetter setter(testing_interface_,
test_tcp_server_socket_private.cc 161 if (current_thread_loop.is_null() && testing_interface_->IsOutOfProcess()) {
test_file_ref.cc 119 if (testing_interface_->IsOutOfProcess())
123 if (testing_interface_->IsOutOfProcess())
634 if (testing_interface_->IsOutOfProcess()) {
test_url_loader.cc 81 if (!testing_interface_->IsOutOfProcess()) {
275 testing_interface_->GetDocumentURL(instance_->pp_instance(),
494 if (!testing_interface_->IsOutOfProcess()) {

Completed in 199 milliseconds