HomeSort by relevance Sort by last modified time
    Searched refs:GetJoinedGroups (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/socket/
udp_socket_unittest.cc 59 std::vector<std::string> groups = dest.GetJoinedGroups();
64 groups = dest.GetJoinedGroups();
  /external/chromium_org/extensions/browser/api/socket/
udp_socket.h 49 const std::vector<std::string>& GetJoinedGroups() const;
socket_api.h 502 DECLARE_EXTENSION_FUNCTION("socket.getJoinedGroups",
515 scoped_ptr<core_api::socket::GetJoinedGroups::Params> params_;
udp_socket.cc 285 const std::vector<std::string>& UDPSocket::GetJoinedGroups() const {
socket_api.cc 865 params_ = core_api::socket::GetJoinedGroups::Params::Create(*args_);
898 socket)->GetJoinedGroups());
  /external/chromium_org/extensions/browser/api/sockets_udp/
sockets_udp_api.cc 479 params_ = core_api::sockets_udp::GetJoinedGroups::Params::Create(*args_);
500 const std::vector<std::string>& groups = socket->GetJoinedGroups();
501 results_ = sockets_udp::GetJoinedGroups::Results::Create(groups);
sockets_udp_api.h 260 DECLARE_EXTENSION_FUNCTION("sockets.udp.getJoinedGroups",
273 scoped_ptr<sockets_udp::GetJoinedGroups::Params> params_;

Completed in 1314 milliseconds