Searched refs:GetCanonicalName (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ppapi/cpp/private/
H A Dhost_resolver_private.h33 Var GetCanonicalName();
H A Dhost_resolver_private.cc52 Var HostResolverPrivate::GetCanonicalName() { function in class:pp::HostResolverPrivate
57 get_interface<PPB_HostResolver_Private_0_1>()->GetCanonicalName(
/external/chromium_org/ppapi/thunk/
H A Dppb_host_resolver_api.h26 virtual PP_Var GetCanonicalName() = 0;
H A Dppb_host_resolver_private_api.h26 virtual PP_Var GetCanonicalName() = 0;
H A Dppb_host_resolver_private_thunk.cc44 PP_Var GetCanonicalName(PP_Resource host_resolver) { function in namespace:ppapi::thunk::__anon10280
48 return enter.object()->GetCanonicalName();
71 &GetCanonicalName,
H A Dppb_host_resolver_thunk.cc49 struct PP_Var GetCanonicalName(PP_Resource host_resolver) { function in namespace:ppapi::thunk::__anon10281
50 VLOG(4) << "PPB_HostResolver::GetCanonicalName()";
54 return enter.object()->GetCanonicalName();
77 &GetCanonicalName,
/external/chromium_org/ppapi/c/
H A Dppb_host_resolver.h41 * <code>GetCanonicalName()</code>.
107 * results can be retrieved by <code>GetCanonicalName()</code>,
142 struct PP_Var (*GetCanonicalName)(PP_Resource host_resolver); member in struct:PPB_HostResolver_1_0
/external/chromium_org/ppapi/c/private/
H A Dppb_host_resolver_private.h96 struct PP_Var (*GetCanonicalName)(PP_Resource host_resolver); member in struct:PPB_HostResolver_Private_0_1
/external/chromium_org/ppapi/cpp/
H A Dhost_resolver.h66 /// results can be retrieved by <code>GetCanonicalName()</code>,
93 Var GetCanonicalName() const;
H A Dhost_resolver.cc64 Var HostResolver::GetCanonicalName() const { function in class:pp::HostResolver
67 get_interface<PPB_HostResolver_1_0>()->GetCanonicalName(
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_resource.h32 virtual PP_Var GetCanonicalName() OVERRIDE;
H A Dhost_resolver_private_resource.cc34 PP_Var HostResolverPrivateResource::GetCanonicalName() { function in class:ppapi::proxy::HostResolverPrivateResource
H A Dhost_resolver_private_resource.h34 virtual PP_Var GetCanonicalName() OVERRIDE;
H A Dhost_resolver_resource.cc68 PP_Var HostResolverResource::GetCanonicalName() { function in class:ppapi::proxy::HostResolverResource
/external/chromium_org/ppapi/api/
H A Dppb_host_resolver.idl25 * <code>GetCanonicalName()</code>.
78 * results can be retrieved by <code>GetCanonicalName()</code>,
114 PP_Var GetCanonicalName([in] PP_Resource host_resolver);
/external/chromium_org/ppapi/api/private/
H A Dppb_host_resolver_private.idl63 PP_Var GetCanonicalName([in] PP_Resource host_resolver);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_host_resolver_interface.h32 virtual PP_Var GetCanonicalName(PP_Resource);
H A Dfake_host_resolver_interface.cc65 PP_Var FakeHostResolverInterface::GetCanonicalName(PP_Resource resource) { function in class:FakeHostResolverInterface
/external/chromium_org/ppapi/tests/
H A Dtest_host_resolver.cc137 pp::Var canonical_name = host_resolver.GetCanonicalName();
H A Dtest_host_resolver_private.cc158 pp::Var canonical_name = host_resolver.GetCanonicalName();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h138 METHOD1(HostResolverInterface, PP_Var, GetCanonicalName, PP_Resource)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dhost_resolver.cc364 PP_Var name_var = resolver_iface->GetCanonicalName(resolver);
368 // For some reason GetCanonicalName alway returns an empty
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c898 *_struct_result = iface->GetCanonicalName(host_resolver);
3370 *_struct_result = iface->GetCanonicalName(host_resolver);
4702 .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M29_PPB_HostResolver_GetCanonicalName,
5437 .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M19_PPB_HostResolver_Private_GetCanonicalName,

Completed in 276 milliseconds