CheckTestingInterface  113 ppapi/tests/test_case.h   bool CheckTestingInterface();
CheckTestingInterface  172 ppapi/tests/test_file_io.cc   return CheckTestingInterface() && EnsureRunningOverHTTP();
CheckTestingInterface  198 ppapi/tests/test_file_mapping.cc   return !!file_mapping_if_ && CheckTestingInterface() &&
CheckTestingInterface   50 ppapi/tests/test_file_ref.cc   return CheckTestingInterface() && EnsureRunningOverHTTP();
CheckTestingInterface   19 ppapi/tests/test_file_system.cc   return CheckTestingInterface() && EnsureRunningOverHTTP();
CheckTestingInterface   48 ppapi/tests/test_flash_fullscreen.cc   return CheckTestingInterface();
CheckTestingInterface   71 ppapi/tests/test_fullscreen.cc   return CheckTestingInterface();
CheckTestingInterface   56 ppapi/tests/test_graphics_2d.cc          CheckTestingInterface();
CheckTestingInterface   29 ppapi/tests/test_graphics_3d.cc   return opengl_es2_ && CheckTestingInterface();
CheckTestingInterface   37 ppapi/tests/test_host_resolver.cc       CheckTestingInterface() &&
CheckTestingInterface   39 ppapi/tests/test_host_resolver_private.cc       CheckTestingInterface() &&
CheckTestingInterface   73 ppapi/tests/test_ime_input_event.cc       CheckTestingInterface();
CheckTestingInterface   94 ppapi/tests/test_input_event.cc       CheckTestingInterface();
CheckTestingInterface   23 ppapi/tests/test_memory.cc   return memory_dev_interface_ && CheckTestingInterface();
CheckTestingInterface   23 ppapi/tests/test_mouse_lock.cc   return CheckTestingInterface();
CheckTestingInterface   41 ppapi/tests/test_net_address_private_untrusted.cc       CheckTestingInterface();
CheckTestingInterface   48 ppapi/tests/test_network_monitor.cc   return CheckTestingInterface();
CheckTestingInterface   21 ppapi/tests/test_output_protection_private.cc   return output_protection_interface_ && CheckTestingInterface();
CheckTestingInterface  173 ppapi/tests/test_post_message.cc   bool success = CheckTestingInterface();
CheckTestingInterface   25 ppapi/tests/test_scrollbar.cc   return CheckTestingInterface();
CheckTestingInterface   26 ppapi/tests/test_talk_private.cc   if (!CheckTestingInterface()) {
CheckTestingInterface   52 ppapi/tests/test_tcp_server_socket_private.cc       CheckTestingInterface() &&
CheckTestingInterface   45 ppapi/tests/test_tcp_server_socket_private_disallowed.cc       CheckTestingInterface();
CheckTestingInterface   30 ppapi/tests/test_tcp_socket_private_disallowed.cc   return tcp_socket_private_interface_ && CheckTestingInterface();
CheckTestingInterface   78 ppapi/tests/test_udp_socket.cc       CheckTestingInterface() &&
CheckTestingInterface   52 ppapi/tests/test_udp_socket_private.cc       CheckTestingInterface() &&
CheckTestingInterface   24 ppapi/tests/test_udp_socket_private_disallowed.cc   return udp_socket_private_interface_ && CheckTestingInterface();
CheckTestingInterface   66 ppapi/tests/test_url_loader.cc   if (!CheckTestingInterface()) {
CheckTestingInterface   29 ppapi/tests/test_var.cc   return var_interface_ && CheckTestingInterface();
CheckTestingInterface   71 ppapi/tests/test_var_deprecated.cc   return var_interface_ && CheckTestingInterface();
CheckTestingInterface   23 ppapi/tests/test_var_resource.cc          CheckTestingInterface();
CheckTestingInterface   17 ppapi/tests/test_video_decoder.cc   return video_decoder_interface_ && CheckTestingInterface();
CheckTestingInterface   40 ppapi/tests/test_view.cc   return CheckTestingInterface();
CheckTestingInterface  202 ppapi/tests/test_websocket.cc   return CheckTestingInterface();