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

  /external/chromium_org/ppapi/tests/
test_var_resource.cc 33 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
63 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance()));
69 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
109 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance()));
test_video_decoder_dev.cc 25 testing_interface_->QuitMessageLoop(instance_->pp_instance());
test_flash_fullscreen.cc 80 if (!testing_interface_->IsOutOfProcess()) {
115 if (testing_interface_->IsOutOfProcess()) {
146 if (testing_interface_->IsOutOfProcess())
test_case.cc 83 testing_interface_(NULL),
86 // Get the testing_interface_ if it is available, so that we can do Resource
88 // available, testing_interface_ will be NULL. Some tests do not require it.
89 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_instance_deprecated.cc 38 const PPB_Testing_Private* testing_interface_; member in class:__anon14201::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 53 if (!testing_interface_->IsOutOfProcess()) {
test_view.cc 35 testing_interface_->QuitMessageLoop(instance_->pp_instance());
66 testing_interface_->RunMessageLoop(instance_->pp_instance());
74 testing_interface_->QuitMessageLoop(instance_->pp_instance());
test_case.h 88 const PPB_Testing_Private* testing_interface() { return testing_interface_; }
141 if (!testing_interface_) {
147 if (!testing_interface_->IsOutOfProcess())
153 testing_interface_);
161 const PPB_Testing_Private* testing_interface_; member in class:TestCase
673 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
677 testing_interface_->GetLiveObjectsForInstance( \
test_ime_input_event.cc 128 testing_interface_->QuitMessageLoop(instance_->pp_instance());
224 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
227 testing_interface_->RunMessageLoop(instance_->pp_instance());
test_fullscreen.cc 167 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
239 PP_TRUE != testing_interface_->ReadImageData(graphics2d_.pp_resource(),
test_var.cc 43 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
72 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
test_graphics_2d.cc 77 testing_interface_->QuitMessageLoop(instance_->pp_instance());
83 return PP_ToBool(testing_interface_->ReadImageData(
253 ASSERT_FALSE(testing_interface_->ReadImageData(image.pp_resource(),
256 ASSERT_FALSE(testing_interface_->ReadImageData(null_context.pp_resource(),
647 testing_interface_->QuitMessageLoop(instance_->pp_instance());
664 testing_interface_->RunMessageLoop(instance_->pp_instance());
751 if (!testing_interface_->IsOutOfProcess())
test_input_event.cc 189 testing_interface_->RunMessageLoop(instance_->pp_instance());
199 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
324 testing_interface_->QuitMessageLoop(instance_->pp_instance());
test_var_deprecated.cc 91 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
114 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
test_post_message.cc 221 if (testing_interface_->IsOutOfProcess())
228 testing_interface_->QuitMessageLoop(instance_->pp_instance());
285 testing_interface_->RunMessageLoop(instance_->pp_instance());
416 ScopedArrayBufferSizeSetter setter(testing_interface_,
    [all...]
test_tcp_server_socket_private.cc 154 if (current_thread_loop.is_null() && testing_interface_->IsOutOfProcess()) {
test_url_loader.cc 82 if (!testing_interface_->IsOutOfProcess()) {
272 testing_interface_->GetDocumentURL(instance_->pp_instance(),
test_tcp_socket.cc 201 if (current_thread_loop.is_null() && testing_interface_->IsOutOfProcess()) {
test_file_ref.cc 655 if (testing_interface_->IsOutOfProcess()) {

Completed in 140 milliseconds