OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GINGLE_ACTION_CANDIDATES
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
constants.h
81
extern const std::string
GINGLE_ACTION_CANDIDATES
;
constants.cc
65
const std::string
GINGLE_ACTION_CANDIDATES
("candidates");
sessionmessages.cc
58
if (type ==
GINGLE_ACTION_CANDIDATES
)
121
return
GINGLE_ACTION_CANDIDATES
;
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
constants.cc
71
const char
GINGLE_ACTION_CANDIDATES
[] = "candidates";
constants.h
86
extern const char
GINGLE_ACTION_CANDIDATES
[];
sessionmessages.cc
58
if (type ==
GINGLE_ACTION_CANDIDATES
)
121
return
GINGLE_ACTION_CANDIDATES
;
[
all
...]
Completed in 298 milliseconds