Searched defs:sync_error_button_pref (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc446 gfx::Size sync_error_button_pref = sync_error_button_->GetPreferredSize(); local
448 sync_error_total_width += kButtonPadding + sync_error_button_pref.width();
1667 gfx::Size sync_error_button_pref = sync_error_button_->GetPreferredSize(); local
1669 sync_error_total_width += kButtonPadding + sync_error_button_pref.width();
1750 x, y, sync_error_button_pref.width(), height);
1753 x += sync_error_button_pref.width();

Completed in 55 milliseconds