Searched refs:testing_interface_ (Results 1 – 21 of 21) sorted by relevance
/external/chromium_org/ppapi/tests/ |
D | test_case.cc | 83 testing_interface_(NULL), in TestCase() 89 testing_interface_ = GetTestingInterface(); in TestCase() 125 testing_interface_ = GetTestingInterface(); in CheckTestingInterface() 126 if (!testing_interface_) { in CheckTestingInterface() 202 if (testing_interface_) { in CheckResourcesAndVars() 215 int found_vars = testing_interface_->GetLiveVars(vars, kVarsToPrint); in CheckResourcesAndVars()
|
D | test_var_resource.cc | 33 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicResource() 63 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance())); in TestBasicResource() 69 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestInvalidAndEmpty() 109 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance())); in TestInvalidAndEmpty()
|
D | test_flash_fullscreen.cc | 80 if (!testing_interface_->IsOutOfProcess()) { in TestNormalToFullscreenToNormal() 115 if (testing_interface_->IsOutOfProcess()) { in TestNormalToFullscreenToNormal() 146 if (testing_interface_->IsOutOfProcess()) in DidChangeView()
|
D | test_instance_deprecated.cc | 19 testing_interface_(i->testing_interface()) { in InstanceSO() 76 if (testing_interface_->IsOutOfProcess() == PP_FALSE) { in ~TestInstance() 78 testing_interface_->RunV8GC(instance_->pp_instance()); in ~TestInstance() 207 testing_interface_->RunV8GC(instance_->pp_instance()); in TestRecursiveObjects()
|
D | test_case.h | 89 const PPB_Testing_Private* testing_interface() { return testing_interface_; } in testing_interface() 142 if (!testing_interface_) { in RunOnThread() 148 if (!testing_interface_->IsOutOfProcess()) in RunOnThread() 154 testing_interface_); in RunOnThread() 162 const PPB_Testing_Private* testing_interface_; variable 674 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \ 678 testing_interface_->GetLiveObjectsForInstance( \
|
D | test_view.cc | 35 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in DidChangeView() 66 testing_interface_->RunMessageLoop(instance_->pp_instance()); in WaitUntilViewChanged() 74 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in QuitMessageLoop()
|
D | test_video_decoder_dev.cc | 25 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in QuitMessageLoop()
|
D | test_input_event.cc | 189 testing_interface_->RunMessageLoop(instance_->pp_instance()); in PostMessageBarrier() 199 testing_interface_->SimulateInputEvent(instance_->pp_instance(), in SimulateInputEvent() 324 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in HandleMessage()
|
D | test_ime_input_event.cc | 128 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in HandleMessage() 224 testing_interface_->SimulateInputEvent(instance_->pp_instance(), in SimulateInputEvent() 227 testing_interface_->RunMessageLoop(instance_->pp_instance()); in SimulateInputEvent()
|
D | test_var.cc | 43 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicString() 72 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
|
D | test_talk_private.cc | 53 if (!testing_interface_->IsOutOfProcess()) { in TestGetPermission()
|
D | test_graphics_2d.cc | 77 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in QuitMessageLoop() 83 return PP_ToBool(testing_interface_->ReadImageData( in ReadImageData() 253 ASSERT_FALSE(testing_interface_->ReadImageData(image.pp_resource(), in TestInvalidResource() 256 ASSERT_FALSE(testing_interface_->ReadImageData(null_context.pp_resource(), in TestInvalidResource() 647 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in DidChangeView() 664 testing_interface_->RunMessageLoop(instance_->pp_instance()); in WaitUntilViewChanged() 751 if (!testing_interface_->IsOutOfProcess()) in TestReplaceContentsCaching()
|
D | test_instance_deprecated.h | 34 const PPB_Testing_Private* testing_interface_; variable
|
D | test_mouse_lock.cc | 77 testing_interface_->SimulateInputEvent(instance_->pp_instance(), in SimulateUserGesture()
|
D | test_fullscreen.cc | 167 testing_interface_->SimulateInputEvent(instance_->pp_instance(), in SimulateUserGesture() 239 PP_TRUE != testing_interface_->ReadImageData(graphics2d_.pp_resource(), in CheckPluginPaint()
|
D | test_var_deprecated.cc | 91 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicString() 114 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
|
D | test_post_message.cc | 229 if (testing_interface_->IsOutOfProcess()) in RunTests() 236 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in HandleMessage() 293 testing_interface_->RunMessageLoop(instance_->pp_instance()); in WaitForMessages() 424 ScopedArrayBufferSizeSetter setter(testing_interface_, in TestSendingArrayBuffer()
|
D | test_tcp_server_socket_private.cc | 154 if (current_thread_loop.is_null() && testing_interface_->IsOutOfProcess()) { in TestListen()
|
D | test_url_loader.cc | 82 if (!testing_interface_->IsOutOfProcess()) { in Init() 273 testing_interface_->GetDocumentURL(instance_->pp_instance(), in GetReachableAbsoluteURL()
|
D | test_tcp_socket.cc | 201 if (current_thread_loop.is_null() && testing_interface_->IsOutOfProcess()) { in TestListen()
|
D | test_file_ref.cc | 655 if (testing_interface_->IsOutOfProcess()) { in TestFileNameEscaping()
|