OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_button
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
after_translate_infobar.cc
46
views::MenuButton*
first_button
= original_language_menu_button_;
local
49
std::swap(
first_button
, second_button);
50
gfx::Size first_button_size =
first_button
->GetPreferredSize();
51
first_button
->SetBounds(label_1_->bounds().right() + kButtonInLabelSpacing,
56
label_2_->SetBounds(
first_button
->bounds().right() + kButtonInLabelSpacing,
/external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc
193
GtkWidget*
first_button
= current_button;
local
196
first_button
= GTK_WIDGET(i->data);
206
std::swap(
first_button
, last_button);
208
int x =
first_button
->allocation.x;
209
int y =
first_button
->allocation.y;
211
first_button
->allocation.x;
432
GtkWidget*
first_button
=
local
434
if (
first_button
)
435
set_selected(menu_item,
first_button
);
Completed in 2261 milliseconds