HomeSort by relevance Sort by last modified time
    Searched defs:SHOWN (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/input/
top_controls_state.h 10 SHOWN = 1,
  /external/chromium_org/ash/system/user/
tray_user.h 44 SHOWN, // The item gets presented to the user.
55 // Note: This only works when the panel shown.
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.h 43 SHOWN, // The infobar was shown to the user.
  /external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager_unittest.cc 23 SHOWN,
32 if (state_ == SHOWN)
58 tracker_->SetState(NativeManagerTracker::SHOWN);
141 // Test that the dialog is shown immediately when the delegate indicates the web
144 // Dialog should be shown while WebContents is visible.
153 EXPECT_EQ(NativeManagerTracker::SHOWN, tracker.state_);
161 // Test that the dialog is not shown immediately when the delegate indicates the
164 // Dialog should not be shown while WebContents is not visible.
183 // Test that only the first of multiple dialogs is shown.
206 EXPECT_EQ(NativeManagerTracker::SHOWN, tracker1.state_)
    [all...]

Completed in 85 milliseconds