OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckTestingInterface
(Results
1 - 25
of
34
) sorted by null
1
2
/external/chromium_org/ppapi/tests/
test_memory.cc
23
return memory_dev_interface_ &&
CheckTestingInterface
();
test_video_decoder.cc
17
return video_decoder_interface_ &&
CheckTestingInterface
();
test_tcp_socket_private_disallowed.cc
30
return tcp_socket_private_interface_ &&
CheckTestingInterface
();
test_udp_socket_private_disallowed.cc
24
return udp_socket_private_interface_ &&
CheckTestingInterface
();
test_mouse_lock.cc
23
return
CheckTestingInterface
();
test_output_protection_private.cc
21
return output_protection_interface_ &&
CheckTestingInterface
();
test_scrollbar.cc
25
return
CheckTestingInterface
();
test_talk_private.cc
26
if (!
CheckTestingInterface
()) {
test_tcp_server_socket_private_disallowed.cc
52
CheckTestingInterface
();
test_file_system.cc
19
return
CheckTestingInterface
() && EnsureRunningOverHTTP();
test_flash_fullscreen.cc
48
return
CheckTestingInterface
();
test_network_monitor.cc
48
return
CheckTestingInterface
();
test_var_resource.cc
25
var_resource_interface_ &&
CheckTestingInterface
();
test_view.cc
35
return
CheckTestingInterface
();
test_case.cc
131
bool TestCase::
CheckTestingInterface
() {
test_case.h
112
bool
CheckTestingInterface
();
test_fullscreen.cc
71
return
CheckTestingInterface
();
test_graphics_3d.cc
29
return opengl_es2_ &&
CheckTestingInterface
();
test_host_resolver.cc
37
CheckTestingInterface
() &&
test_host_resolver_private.cc
39
CheckTestingInterface
() &&
test_net_address_private_untrusted.cc
41
CheckTestingInterface
();
test_var.cc
29
return var_interface_ &&
CheckTestingInterface
();
test_ime_input_event.cc
73
CheckTestingInterface
();
test_input_event.cc
93
CheckTestingInterface
();
test_tcp_server_socket_private.cc
52
CheckTestingInterface
() &&
Completed in 203 milliseconds
1
2