OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_show
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc
162
s->
set_show
(Status::SHOW_ONLINE);
166
s->
set_show
(Status::SHOW_AWAY);
169
s->
set_show
(Status::SHOW_XA);
172
s->
set_show
(Status::SHOW_DND);
175
s->
set_show
(Status::SHOW_CHAT);
178
s->
set_show
(Status::SHOW_ONLINE);
status.h
88
void
set_show
(Show show) { show_ = show; }
function in class:buzz::Status
callclient.cc
457
my_status_.
set_show
(buzz::Status::SHOW_ONLINE);
Completed in 28 milliseconds