Lines Matching refs:RecentTabsSubMenuModel

58 // The range of all command ID's used in RecentTabsSubMenuModel, including the
135 // An element in |RecentTabsSubMenuModel::local_tab_navigation_items_| or
136 // |RecentTabsSubMenuModel::other_devices_tab_navigation_items_| that stores
139 struct RecentTabsSubMenuModel::TabNavigationItem {
163 const int RecentTabsSubMenuModel::kRecentlyClosedHeaderCommandId = 1120;
164 const int RecentTabsSubMenuModel::kDisabledRecentlyClosedHeaderCommandId = 1121;
166 RecentTabsSubMenuModel::RecentTabsSubMenuModel(
214 RecentTabsSubMenuModel::~RecentTabsSubMenuModel() {
221 bool RecentTabsSubMenuModel::IsCommandIdChecked(int command_id) const {
225 bool RecentTabsSubMenuModel::IsCommandIdEnabled(int command_id) const {
235 bool RecentTabsSubMenuModel::GetAcceleratorForCommandId(
250 void RecentTabsSubMenuModel::ExecuteCommand(int command_id, int event_flags) {
315 int RecentTabsSubMenuModel::GetFirstRecentTabsCommandId() {
319 const gfx::FontList* RecentTabsSubMenuModel::GetLabelFontListAt(
330 int RecentTabsSubMenuModel::GetMaxWidthForItemAtIndex(int item_index) const {
340 bool RecentTabsSubMenuModel::GetURLAndTitleForItemAtIndex(
356 void RecentTabsSubMenuModel::Build() {
372 void RecentTabsSubMenuModel::BuildLocalEntries() {
425 void RecentTabsSubMenuModel::BuildTabsFromOtherDevices() {
505 void RecentTabsSubMenuModel::BuildLocalTabItem(int session_id,
520 void RecentTabsSubMenuModel::BuildLocalWindowItem(
539 void RecentTabsSubMenuModel::BuildOtherDevicesTabItem(
559 void RecentTabsSubMenuModel::AddDeviceFavicon(
586 void RecentTabsSubMenuModel::AddTabFavicon(int command_id, const GURL& url) {
617 base::Bind(&RecentTabsSubMenuModel::OnFaviconDataAvailable,
624 void RecentTabsSubMenuModel::OnFaviconDataAvailable(
637 int RecentTabsSubMenuModel::CommandIdToTabVectorIndex(
649 void RecentTabsSubMenuModel::ClearLocalEntries() {
667 RecentTabsSubMenuModel::GetOpenTabsUIDelegate() {
678 void RecentTabsSubMenuModel::TabRestoreServiceChanged(
689 void RecentTabsSubMenuModel::TabRestoreServiceDestroyed(