GetJoinedGroups    59 chrome/browser/extensions/api/socket/udp_socket_unittest.cc   std::vector<std::string> groups = dest.GetJoinedGroups();
GetJoinedGroups    64 chrome/browser/extensions/api/socket/udp_socket_unittest.cc   groups = dest.GetJoinedGroups();
GetJoinedGroups   854 extensions/browser/api/socket/socket_api.cc   params_ = core_api::socket::GetJoinedGroups::Params::Create(*args_);
GetJoinedGroups   887 extensions/browser/api/socket/socket_api.cc                             socket)->GetJoinedGroups());
GetJoinedGroups   503 extensions/browser/api/socket/socket_api.h   scoped_ptr<core_api::socket::GetJoinedGroups::Params> params_;
GetJoinedGroups    49 extensions/browser/api/socket/udp_socket.h   const std::vector<std::string>& GetJoinedGroups() const;
GetJoinedGroups   479 extensions/browser/api/sockets_udp/sockets_udp_api.cc   params_ = core_api::sockets_udp::GetJoinedGroups::Params::Create(*args_);
GetJoinedGroups   500 extensions/browser/api/sockets_udp/sockets_udp_api.cc   const std::vector<std::string>& groups = socket->GetJoinedGroups();
GetJoinedGroups   501 extensions/browser/api/sockets_udp/sockets_udp_api.cc   results_ = sockets_udp::GetJoinedGroups::Results::Create(groups);
GetJoinedGroups   273 extensions/browser/api/sockets_udp/sockets_udp_api.h   scoped_ptr<sockets_udp::GetJoinedGroups::Params> params_;
GetJoinedGroups   518 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   int32_t (*GetJoinedGroups)(PP_Instance instance,
GetJoinedGroups   645 ppapi/cpp/extensions/dev/socket_dev.cc   return get_interface<PPB_Ext_Socket_Dev_0_2>()->GetJoinedGroups(
GetJoinedGroups   279 ppapi/cpp/extensions/dev/socket_dev.h   int32_t GetJoinedGroups(int32_t socket_id,
GetJoinedGroups  4272 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetJoinedGroups(instance, *socket_id, groups, *callback);
GetJoinedGroups  5404 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetJoinedGroups = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var* groups, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_GetJoinedGroups
GetJoinedGroups   284 ppapi/tests/extensions/socket/test_socket.cc       callback.WaitForResult(socket_.GetJoinedGroups(
GetJoinedGroups   406 ppapi/thunk/ppb_ext_socket_thunk.cc   &GetJoinedGroups