OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatesEqual
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubstateclient.h
138
if (
StatesEqual
(state, default_state_)) {
173
virtual bool
StatesEqual
(const C& state1, const C& state2) {
217
if ((retracted && !has_old_state) ||
StatesEqual
(new_state, old_state)) {
222
if (retracted ||
StatesEqual
(new_state, default_state_)) {
hangoutpubsubclient.cc
116
virtual bool
StatesEqual
(const bool& state1, const bool& state2) {
Completed in 31 milliseconds