Home
last modified time | relevance | path

Searched refs:ShouldShowSyncErrorButton (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/
Dsync_ui_util.h49 bool ShouldShowSyncErrorButton(ProfileSyncService* service);
Dsync_ui_util.cc242 bool ShouldShowSyncErrorButton(ProfileSyncService* service) { in ShouldShowSyncErrorButton() function
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc447 if (sync_ui_util::ShouldShowSyncErrorButton(sync_service_)) in GetMinimumSize()
1668 if (sync_ui_util::ShouldShowSyncErrorButton(sync_service_)) { in LayoutItems()
1746 if (sync_ui_util::ShouldShowSyncErrorButton(sync_service_)) { in LayoutItems()
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bar_gtk.cc337 if (sync_ui_util::ShouldShowSyncErrorButton(sync_service_)) { in Show()
373 if (sync_ui_util::ShouldShowSyncErrorButton(sync_service_)) { in OnStateChanged()