Home
last modified time | relevance | path

Searched refs:GetJoinedGroups (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/socket/
Dudp_socket_unittest.cc59 std::vector<std::string> groups = dest.GetJoinedGroups(); in TEST()
64 groups = dest.GetJoinedGroups(); in TEST()
/external/chromium_org/extensions/browser/api/sockets_udp/
Dsockets_udp_api.cc479 params_ = core_api::sockets_udp::GetJoinedGroups::Params::Create(*args_); in Prepare()
500 const std::vector<std::string>& groups = socket->GetJoinedGroups(); in Work()
501 results_ = sockets_udp::GetJoinedGroups::Results::Create(groups); in Work()
Dsockets_udp_api.h273 scoped_ptr<sockets_udp::GetJoinedGroups::Params> params_;
/external/chromium_org/extensions/browser/api/socket/
Dudp_socket.h49 const std::vector<std::string>& GetJoinedGroups() const;
Dudp_socket.cc285 const std::vector<std::string>& UDPSocket::GetJoinedGroups() const { in GetJoinedGroups() function in extensions::UDPSocket
Dsocket_api.cc865 params_ = core_api::socket::GetJoinedGroups::Params::Create(*args_); in Prepare()
898 socket)->GetJoinedGroups()); in Work()
Dsocket_api.h515 scoped_ptr<core_api::socket::GetJoinedGroups::Params> params_;