OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overflow_button_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc
248
overflow_button_
= theme_service_->BuildChromeButton();
249
g_object_set_data(G_OBJECT(
overflow_button_
), "left-align-popup",
252
ConnectFolderButtonEvents(
overflow_button_
, false);
253
gtk_box_pack_start(GTK_BOX(bookmark_hbox_),
overflow_button_
,
local
545
gtk_widget_hide(
overflow_button_
);
550
if (GTK_WIDGET_VISIBLE(
overflow_button_
))
551
extra_space =
overflow_button_
->allocation.width;
555
gtk_widget_hide(
overflow_button_
);
557
gtk_widget_show_all(
overflow_button_
);
564
menu_bar_helper_.Add(
overflow_button_
);
[
all
...]
bookmark_bar_gtk.h
346
GtkWidget*
overflow_button_
;
member in class:BookmarkBarGtk
/external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h
46
GtkWidget* chevron() { return
overflow_button_
->widget(); }
184
scoped_ptr<CustomDrawButton>
overflow_button_
;
member in class:BrowserActionsToolbarGtk
browser_actions_toolbar_gtk.cc
382
overflow_button_
.reset(new CustomDrawButton(
701
overflow_button_
->UnsetPaintOverride();
916
overflow_button_
->SetPaintOverride(GTK_STATE_ACTIVE);
[
all
...]
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
350
overflow_button_
(NULL),
452
gfx::Size overflow_pref =
overflow_button_
->GetPreferredSize();
804
if (
overflow_button_
->IsVisible() &&
805
overflow_button_
->bounds().Contains(adjusted_loc)) {
824
return
overflow_button_
;
835
if (button == other_bookmarked_button_ || button ==
overflow_button_
)
848
if (button ==
overflow_button_
)
874
overflow_button_
= CreateOverflowButton();
875
AddChildView(
overflow_button_
);
[
all
...]
bookmark_bar_view.h
210
views::MenuButton* overflow_button() const { return
overflow_button_
; }
505
views::MenuButton*
overflow_button_
;
member in class:BookmarkBarView
524
//
overflow_button_
or a button on the bar.
Completed in 90 milliseconds