Home
last modified time | relevance | path

Searched refs:testing_interface_ (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_case.cc83 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()
Dtest_var_resource.cc33 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()
Dtest_flash_fullscreen.cc80 if (!testing_interface_->IsOutOfProcess()) { in TestNormalToFullscreenToNormal()
115 if (testing_interface_->IsOutOfProcess()) { in TestNormalToFullscreenToNormal()
146 if (testing_interface_->IsOutOfProcess()) in DidChangeView()
Dtest_instance_deprecated.cc19 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()
Dtest_case.h89 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( \
Dtest_view.cc35 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()
Dtest_video_decoder_dev.cc25 testing_interface_->QuitMessageLoop(instance_->pp_instance()); in QuitMessageLoop()
Dtest_input_event.cc189 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()
Dtest_ime_input_event.cc128 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()
Dtest_var.cc43 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
72 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
Dtest_talk_private.cc53 if (!testing_interface_->IsOutOfProcess()) { in TestGetPermission()
Dtest_graphics_2d.cc77 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()
Dtest_instance_deprecated.h34 const PPB_Testing_Private* testing_interface_; variable
Dtest_mouse_lock.cc77 testing_interface_->SimulateInputEvent(instance_->pp_instance(), in SimulateUserGesture()
Dtest_fullscreen.cc167 testing_interface_->SimulateInputEvent(instance_->pp_instance(), in SimulateUserGesture()
239 PP_TRUE != testing_interface_->ReadImageData(graphics2d_.pp_resource(), in CheckPluginPaint()
Dtest_var_deprecated.cc91 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
114 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
Dtest_post_message.cc229 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()
Dtest_tcp_server_socket_private.cc154 if (current_thread_loop.is_null() && testing_interface_->IsOutOfProcess()) { in TestListen()
Dtest_url_loader.cc82 if (!testing_interface_->IsOutOfProcess()) { in Init()
273 testing_interface_->GetDocumentURL(instance_->pp_instance(), in GetReachableAbsoluteURL()
Dtest_tcp_socket.cc201 if (current_thread_loop.is_null() && testing_interface_->IsOutOfProcess()) { in TestListen()
Dtest_file_ref.cc655 if (testing_interface_->IsOutOfProcess()) { in TestFileNameEscaping()