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

  /external/chromium_org/ppapi/tests/
test_var_resource.cc 35 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
65 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance()));
71 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
112 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance()));
test_video_decoder.cc 25 testing_interface_->QuitMessageLoop(instance_->pp_instance());
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_mouse_lock.cc 77 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
test_talk_private.cc 53 if (!testing_interface_->IsOutOfProcess()) {
test_flash_fullscreen.cc 80 if (!testing_interface_->IsOutOfProcess()) {
115 if (testing_interface_->IsOutOfProcess()) {
146 if (testing_interface_->IsOutOfProcess())
test_case.h 87 const PPB_Testing_Private* testing_interface() { return testing_interface_; }
140 if (!testing_interface_) {
146 if (!testing_interface_->IsOutOfProcess())
152 testing_interface_);
160 const PPB_Testing_Private* testing_interface_; member in class:TestCase
352 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
356 testing_interface_->GetLiveObjectsForInstance( \
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_Private* testing_interface_; member in class:__anon12670::InstanceSO
43 testing_interface_(i->testing_interface()) {
59 if (testing_interface_->IsOutOfProcess() == PP_FALSE) {
67 if (testing_interface_->IsOutOfProcess() == PP_FALSE) {
test_ime_input_event.cc 128 testing_interface_->QuitMessageLoop(instance_->pp_instance());
223 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
226 testing_interface_->RunMessageLoop(instance_->pp_instance());
test_input_event.cc 179 testing_interface_->RunMessageLoop(instance_->pp_instance());
189 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
310 testing_interface_->QuitMessageLoop(instance_->pp_instance());
test_var.cc 43 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
72 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
test_graphics_2d.cc 79 testing_interface_->QuitMessageLoop(instance_->pp_instance());
85 return PP_ToBool(testing_interface_->ReadImageData(
255 ASSERT_FALSE(testing_interface_->ReadImageData(image.pp_resource(),
258 ASSERT_FALSE(testing_interface_->ReadImageData(null_context.pp_resource(),
649 testing_interface_->QuitMessageLoop(instance_->pp_instance());
666 testing_interface_->RunMessageLoop(instance_->pp_instance());
754 if (!testing_interface_->IsOutOfProcess())
test_fullscreen.cc 167 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
239 PP_TRUE != testing_interface_->ReadImageData(graphics2d_.pp_resource(),
test_tcp_server_socket_private.cc 154 if (current_thread_loop.is_null() && testing_interface_->IsOutOfProcess()) {
test_post_message.cc 215 if (testing_interface_->IsOutOfProcess())
222 testing_interface_->QuitMessageLoop(instance_->pp_instance());
279 testing_interface_->RunMessageLoop(instance_->pp_instance());
304 testing_interface_->RunMessageLoop(instance_->pp_instance());
411 ScopedArrayBufferSizeSetter setter(testing_interface_,
    [all...]
test_var_deprecated.cc 91 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
114 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
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 632 if (testing_interface_->IsOutOfProcess()) {

Completed in 446 milliseconds