HomeSort by relevance Sort by last modified time
    Searched defs:HashInterfaceName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
interface_list_unittest.cc 22 // InterfaceList::HashInterfaceName.
23 int HashInterfaceName(const std::string& name) {
24 return InterfaceList::HashInterfaceName(name);
75 EXPECT_EQ(612625164, HashInterfaceName("PPB_InputEvent;1.0"));
76 EXPECT_EQ(79708274, HashInterfaceName("PPB_TCPSocket;1.1"));
interface_list.cc 376 int hash = InterfaceList::HashInterfaceName(name);
413 int InterfaceList::HashInterfaceName(const std::string& name) {

Completed in 2901 milliseconds