Home
last modified time | relevance | path

Searched refs:ui_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc72 : ui_(CONNECT_TO_SERVER), in MainWnd()
144 if (ui_ == STREAMING) { in PreTranslateMessage()
162 ui_ = CONNECT_TO_SERVER; in SwitchToConnectUI()
180 ui_ = LIST_PEERS; in SwitchToPeerList()
201 ui_ = STREAMING; in SwitchToStreamingUI()
243 if (ui_ == STREAMING && remote_renderer && local_renderer) { in OnPaint()
336 if (ui_ == CONNECT_TO_SERVER) { in OnDefaultAction()
341 } else if (ui_ == LIST_PEERS) { in OnDefaultAction()
365 if (ui_ == CONNECT_TO_SERVER) { in OnMessage()
367 } else if (ui_ == LIST_PEERS) { in OnMessage()
[all …]
Dmain_wnd.h96 virtual UI current_ui() { return ui_; } in current_ui()
186 UI ui_; variable
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h501 CXFA_Ui* ui_ = nullptr; variable
Dcxfa_node.cpp2935 return ui_ ? ui_->GetFirstChild() : nullptr; in GetUIChildNode()
2939 std::tie(ff_widget_type_, ui_) = CreateChildUIAndValueNodesIfNeeded(); in GetUIChildNode()
2947 return ui_ ? ui_->GetFirstChild() : nullptr; in GetUIChildNode()