FakeHostResolverInterface   35 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc FakeHostResolverInterface::FakeHostResolverInterface(FakePepperInterface* ppapi)
FakeHostResolverInterface   38 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc PP_Resource FakeHostResolverInterface::Create(PP_Instance instance) {
FakeHostResolverInterface   49 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc int32_t FakeHostResolverInterface::Resolve(PP_Resource resource,
FakeHostResolverInterface   65 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc PP_Var FakeHostResolverInterface::GetCanonicalName(PP_Resource resource) {
FakeHostResolverInterface   74 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc uint32_t FakeHostResolverInterface::GetNetAddressCount(PP_Resource resolver) {
FakeHostResolverInterface   92 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc PP_Resource FakeHostResolverInterface::GetNetAddress(PP_Resource resource,
FakeHostResolverInterface   20 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.h class FakeHostResolverInterface : public nacl_io::HostResolverInterface {
FakeHostResolverInterface   22 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.h   explicit FakeHostResolverInterface(FakePepperInterface* ppapi);
FakeHostResolverInterface   42 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.h   DISALLOW_COPY_AND_ASSIGN(FakeHostResolverInterface);
FakeHostResolverInterface   46 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface.h   FakeHostResolverInterface resolver_interface_;
FakeHostResolverInterface   42 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc     fake_resolver_ = static_cast<FakeHostResolverInterface*>(
FakeHostResolverInterface   80 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc   FakeHostResolverInterface* fake_resolver_;