HomeSort by relevance Sort by last modified time
    Searched refs:ui_ (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/tests/unit/
screen_ui_test.cpp 354 ui_ = std::make_unique<TestableScreenRecoveryUI>();
363 std::unique_ptr<TestableScreenRecoveryUI> ui_; member in class:DISABLED_ScreenRecoveryUITest
378 ASSERT_TRUE(ui_->Init(kTestLocale));
379 ASSERT_EQ(kTestLocale, ui_->GetLocale());
380 ASSERT_FALSE(ui_->rtl_locale_);
381 ASSERT_FALSE(ui_->IsTextVisible());
382 ASSERT_FALSE(ui_->WasTextEverVisible());
386 ui_.reset();
387 ASSERT_FALSE(ui_);
393 ASSERT_TRUE(ui_->Init(kTestLocale))
    [all...]
  /bootable/recovery/recovery_ui/include/recovery_ui/
device.h 68 return ui_.get();
74 ui_.reset(ui);
129 std::unique_ptr<RecoveryUI> ui_; member in class:Device
  /bootable/recovery/recovery_ui/
device.cpp 52 Device::Device(RecoveryUI* ui) : ui_(ui) {
95 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown;
  /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 514 milliseconds