Home
last modified time | relevance | path

Searched refs:GetFamily (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/base/
Dip_endpoint.h30 int GetFamily() const;
Dip_endpoint.cc30 int IPEndPoint::GetFamily() const { in GetFamily() function in net::IPEndPoint
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp127 thisFont->GetFamily(), in computeHash()
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dnon-kerned-drawing.cpp78 switch (wxfont->GetFamily()) { in createPangoFontForFont()
/external/chromium/net/udp/
Dudp_socket_libevent.cc284 socket_ = socket(address.GetFamily(), SOCK_DGRAM, 0); in CreateSocket()
Dudp_socket_win.cc223 socket_ = WSASocket(address.GetFamily(), SOCK_DGRAM, IPPROTO_UDP, NULL, 0, in CreateSocket()