OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendRejectMessage
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h
448
bool
SendRejectMessage
(const std::string& reason, SessionError* error);
session.cc
336
if (!
SendRejectMessage
(reason, &error)) {
964
bool Session::
SendRejectMessage
(const std::string& reason,
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h
631
bool
SendRejectMessage
(const std::string& reason, SessionError* error);
session.cc
964
if (!
SendRejectMessage
(reason, &error)) {
[
all
...]
Completed in 38 milliseconds