OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui_
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/
device.h
24
Device(RecoveryUI* ui) :
ui_
(ui) { }
31
virtual RecoveryUI* GetUI() { return
ui_
; }
107
RecoveryUI*
ui_
;
member in class:Device
device.cpp
74
return
ui_
->HasThreeButtons() ? kNoAction : kHighlightDown;
adb_install.cpp
74
apply_from_adb(RecoveryUI*
ui_
, bool* wipe_cache, const char* install_file) {
77
ui =
ui_
;
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h
94
virtual UI current_ui() { return
ui_
; }
181
UI
ui_
;
member in class:MainWnd
main_wnd.cc
70
:
ui_
(CONNECT_TO_SERVER), wnd_(NULL), edit1_(NULL), edit2_(NULL),
131
if (
ui_
== STREAMING) {
149
ui_
= CONNECT_TO_SERVER;
167
ui_
= LIST_PEERS;
188
ui_
= STREAMING;
230
if (
ui_
== STREAMING && remote_renderer && local_renderer) {
324
if (
ui_
== CONNECT_TO_SERVER) {
329
} else if (
ui_
== LIST_PEERS) {
353
if (
ui_
== CONNECT_TO_SERVER) {
355
} else if (
ui_
== LIST_PEERS)
[
all
...]
Completed in 80 milliseconds