Searched refs:HashInterfaceName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dinterface_list_unittest.cc22 // InterfaceList::HashInterfaceName.
23 int HashInterfaceName(const std::string& name) { function in class:ppapi::proxy::InterfaceListTest
24 return InterfaceList::HashInterfaceName(name);
75 EXPECT_EQ(612625164, HashInterfaceName("PPB_InputEvent;1.0"));
76 EXPECT_EQ(79708274, HashInterfaceName("PPB_TCPSocket;1.1"));
H A Dinterface_list.h80 // Give friendship for HashInterfaceName.
95 static int HashInterfaceName(const std::string& name);
H A Dinterface_list.cc376 int hash = InterfaceList::HashInterfaceName(name);
413 int InterfaceList::HashInterfaceName(const std::string& name) { function in class:ppapi::proxy::InterfaceList

Completed in 56 milliseconds