OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stop_button_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc
50
stop_button_
(NULL),
65
gfx::Size stop_size =
stop_button_
->GetPreferredSize();
69
stop_button_
->SetBoundsRect(stop_bounds);
71
// Adjust the label's bounds in case it got cut off by |
stop_button_
|.
72
if (label_->bounds().Intersects(
stop_button_
->bounds())) {
75
stop_button_
->x() - kTrayPopupPaddingBetweenItems - label_->x());
83
DCHECK(sender ==
stop_button_
);
103
stop_button_
= new TrayPopupLabelButton(this, stop_button_text_);
104
AddChildView(
stop_button_
);
screen_tray_item.h
65
TrayPopupLabelButton*
stop_button_
;
member in class:ash::internal::tray::ScreenStatusView
/external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc
109
views::BlueButton*
stop_button_
;
member in class:__anon6340::ScreenCaptureNotificationUIViews
120
stop_button_
(NULL) {
137
stop_button_
= new views::BlueButton(this, stop_text);
138
AddChildView(
stop_button_
);
209
gfx::Rect button_rect(
stop_button_
->GetPreferredSize());
211
stop_button_
->SetBoundsRect(button_rect);
/external/chromium_org/content/shell/browser/
shell_views.cc
123
stop_button_
->SetState(is_enabled ? views::CustomButton::STATE_NORMAL
180
stop_button_
= new views::LabelButton(this, ASCIIToUTF16("Stop"));
181
stop_button_
->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
182
gfx::Size stop_button_size =
stop_button_
->GetPreferredSize();
201
toolbar_layout->AddView(
stop_button_
);
245
else if (sender ==
stop_button_
)
283
views::LabelButton*
stop_button_
;
member in class:content::__anon8286::ShellWindowDelegateView
shell_gtk.cc
81
item =
stop_button_
;
175
stop_button_
= gtk_tool_button_new_from_stock(GTK_STOCK_STOP);
176
g_signal_connect(
stop_button_
, "clicked",
178
gtk_toolbar_insert(GTK_TOOLBAR(toolbar),
stop_button_
, -1 /* append */);
local
shell.h
254
GtkToolItem*
stop_button_
;
member in class:content::Shell
Completed in 469 milliseconds