Searched refs:state_ (Results 126 - 150 of 798) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/ui/app_list/
H A Dstart_page_service.h56 SpeechRecognitionState state() { return state_; }
87 SpeechRecognitionState state_; member in class:app_list::StartPageService
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_controller.h112 } state_; member in namespace:NSViewController
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dbutton_decoration.h74 ButtonState state_; member in class:ButtonDecoration
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_password_item_view_controller.h87 ManagePasswordItemState state_; variable
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h66 // Setter for state_. Use this instead of writing to state_ directly so
158 StatusBubbleState state_; member in class:StatusBubbleMac
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_view.h73 NSCellStateValue state_; variable
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.cc587 TabSpecificContentSettings::MicrophoneCameraState state_; member in class:ContentSettingMediaStreamBubbleModel
597 state_(TabSpecificContentSettings::MICROPHONE_CAMERA_NOT_ACCESSED) {
606 state_ = content_settings->GetMicrophoneCameraState();
643 switch (state_) {
690 switch (state_) {
773 if (state_ == TabSpecificContentSettings::MICROPHONE_ACCESSED ||
774 state_ == TabSpecificContentSettings::MICROPHONE_CAMERA_ACCESSED ||
775 state_ == TabSpecificContentSettings::MICROPHONE_BLOCKED ||
776 state_ == TabSpecificContentSettings::MICROPHONE_CAMERA_BLOCKED) {
781 if (state_
[all...]
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_test.cc39 : state_(STATE_NORMAL),
314 ASSERT_EQ(final_state, state_) << "TransitionToState was unable to achieve "
321 State source_state = state_;
354 State source_state = state_;
370 state_ = next_state;
396 state_ = source_state;
450 switch (state_) {
559 if (state_ != last_notification_received_state_ &&
560 IsPersistentState(state_)) {
562 last_notification_received_state_ = state_;
[all...]
H A Dfullscreen_controller_state_test.h119 // sent in transitioning to |state_| from the previous persistent state.
195 State state() const { return state_; }
199 State state_; member in class:FullscreenControllerStateTest
H A Dfullscreen_controller_state_unittest.cc59 WindowState state() const { return state_; }
74 WindowState state_; member in class:FullscreenControllerTestWindow
80 : state_(NORMAL),
92 state_ = TO_NORMAL;
106 return state_ == FULLSCREEN || state_ == TO_FULLSCREEN;
108 return state_ == FULLSCREEN || state_ == TO_NORMAL;
115 state_ = enable ? METRO_SNAP : NORMAL;
122 return state_
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_border.cc41 state_(state),
54 gtk2_ui_->DrawGtkButtonBorder(state_, focused_, call_to_action_, w, h),
60 const GtkStateType state_; member in class:libgtk2ui::__anon5093::ButtonImageSkiaSource
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_bubble_model.cc65 state_ = controller->state();
66 if (password_manager::ui::IsPendingState(state_))
70 if (password_manager::ui::IsPendingState(state_)) {
72 } else if (state_ == password_manager::ui::BLACKLIST_STATE) {
74 } else if (state_ == password_manager::ui::CONFIRMATION_STATE) {
95 if (password_manager::ui::IsPendingState(state_)) {
97 } else if (state_ == password_manager::ui::BLACKLIST_STATE) {
103 if (state_ == password_manager::ui::CONFIRMATION_STATE) {
127 state_ = password_manager::ui::PENDING_PASSWORD_STATE;
135 state_
[all...]
H A Dmanage_passwords_bubble_model.h68 password_manager::ui::State state() const { return state_; }
98 void set_state(password_manager::ui::State state) { state_ = state; }
106 password_manager::ui::State state_; member in class:ManagePasswordsBubbleModel
H A Dmanage_passwords_icon.cc13 state_(password_manager::ui::INACTIVE_STATE),
29 if (state_ == state)
31 state_ = state;
H A Dmanage_passwords_icon.h18 password_manager::ui::State state() const { return state_; }
39 password_manager::ui::State state_; member in class:ManagePasswordsIcon
H A Dmanage_passwords_ui_controller.cc62 state_(password_manager::ui::INACTIVE_STATE) {
76 state_ = password_manager::ui::INACTIVE_STATE;
94 state_ = password_manager::ui::PENDING_PASSWORD_AND_BUBBLE_STATE;
105 state_ = password_manager::ui::CONFIRMATION_STATE;
113 state_ = password_manager::ui::MANAGE_STATE;
121 state_ = password_manager::ui::BLACKLIST_STATE;
134 password_manager::ui::State current_state = state_;
146 state_ = password_manager::ui::MANAGE_STATE;
152 state_ = password_manager::ui::BLACKLIST_STATE;
155 if (current_state != state_)
[all...]
H A Dmanage_passwords_ui_controller.h86 password_manager::ui::State state() const { return state_; }
126 password_manager::ui::State state_; member in class:ManagePasswordsUIController
H A Dmanage_passwords_ui_controller_mock.h50 void SetState(password_manager::ui::State state) { state_ = state; }
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_model.cc39 if (state_ == new_state)
42 const State old_state = state_;
43 state_ = new_state;
46 ModelChanged(old_state, state_));
54 if (state_.mode == new_mode)
57 const State old_state = state_;
58 state_.mode = new_mode;
61 ModelChanged(old_state, state_));
69 if (state_.instant_support == instant_support)
72 const State old_state = state_;
[all...]
H A Dsearch_model.h50 const State& state() const { return state_; }
56 const SearchMode& mode() const { return state_.mode; }
64 return state_.instant_support;
72 bool voice_search_supported() const { return state_.voice_search_supported; }
80 State state_; member in class:SearchModel
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1110 sizing_view.SetLabelText(state_.vertically_compact_text);
1111 sizing_view.SetIcon(state_.icon);
1112 sizing_view.SetTextfield(state_.extra_text, state_.extra_icon);
1124 sizing_view.SetLabelText(state_.horizontally_compact_text);
1144 state_ = state;
1145 SetVisible(state_.visible);
1147 SetIcon(state_.icon);
1148 SetTextfield(state_.extra_text, state_
[all...]
H A Dautofill_dialog_views.h401 // Returns whether there's room to display |state_.vertically_compact_text|
424 SuggestionState state_; member in class:autofill::AutofillDialogViews::SuggestionView
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc917 state_(0),
953 return gfx::Size(size.width(), size.height() * state_);
957 state_ = state;
H A Dextension_install_dialog_view.h246 double state_; member in class:ExpandableContainerView::DetailsView
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_bubble_view.cc160 views::CustomButton::ButtonState state() { return state_; }
164 views::CustomButton::ButtonState state_; member in class:__anon5324::EditProfileLink
171 state_(views::CustomButton::STATE_NORMAL) {
176 state_ = views::CustomButton::STATE_HOVERED;
182 state_ = views::CustomButton::STATE_NORMAL;
193 state_ = views::CustomButton::STATE_NORMAL;

Completed in 931 milliseconds

1234567891011>>