OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_error_button_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h
352
GtkWidget*
sync_error_button_
;
member in class:BookmarkBarGtk
bookmark_bar_gtk.cc
284
sync_error_button_
= theme_service_->BuildChromeButton();
286
GTK_BUTTON(
sync_error_button_
),
289
g_signal_connect(
sync_error_button_
, "button-press-event",
291
gtk_box_pack_start(GTK_BOX(bookmark_hbox_),
sync_error_button_
,
local
338
gtk_widget_show(
sync_error_button_
);
340
gtk_widget_hide(
sync_error_button_
);
374
gtk_widget_show(
sync_error_button_
);
376
gtk_widget_hide(
sync_error_button_
);
[
all
...]
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h
499
views::TextButton*
sync_error_button_
;
member in class:BookmarkBarView
Completed in 115 milliseconds