HomeSort by relevance Sort by last modified time
    Searched refs:GetJoinedGroups (Results 1 - 14 of 14) 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();
udp_socket.h 50 const std::vector<std::string>& GetJoinedGroups() const;
socket_api.h 492 DECLARE_EXTENSION_FUNCTION("socket.getJoinedGroups",
505 scoped_ptr<api::socket::GetJoinedGroups::Params> params_;
udp_socket.cc 297 const std::vector<std::string>& UDPSocket::GetJoinedGroups() const {
socket_api.cc 860 params_ = api::socket::GetJoinedGroups::Params::Create(*args_);
895 static_cast<UDPSocket*>(socket)->GetJoinedGroups());
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_api.cc 479 params_ = 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 261 DECLARE_EXTENSION_FUNCTION("sockets.udp.getJoinedGroups",
274 scoped_ptr<sockets_udp::GetJoinedGroups::Params> params_;
  /external/chromium_org/ppapi/api/extensions/dev/
ppb_ext_socket_dev.idl 537 int32_t GetJoinedGroups(
  /external/chromium_org/ppapi/c/extensions/dev/
ppb_ext_socket_dev.h 518 int32_t (*GetJoinedGroups)(PP_Instance instance,
  /external/chromium_org/ppapi/cpp/extensions/dev/
socket_dev.h 279 int32_t GetJoinedGroups(int32_t socket_id,
socket_dev.cc 638 int32_t Socket_Dev::GetJoinedGroups(int32_t socket_id,
645 return get_interface<PPB_Ext_Socket_Dev_0_2>()->GetJoinedGroups(
  /external/chromium_org/ppapi/thunk/
ppb_ext_socket_thunk.cc 352 int32_t GetJoinedGroups(PP_Instance instance,
365 "socket.getJoinedGroups", input_args, output_args, enter.callback()));
406 &GetJoinedGroups
  /external/chromium_org/ppapi/tests/extensions/socket/
test_socket.cc 284 callback.WaitForResult(socket_.GetJoinedGroups(
287 return "GetJoinedGroups(): failed.";
290 return "GetJoinedGroups(): the returned groups didn't match those "
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 872 milliseconds