Searched refs:kFirstOtherDevicesTabCommandId (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model.cc64 const int kFirstOtherDevicesTabCommandId = 1051; member in namespace:__anon5180
89 (command_id >= kFirstOtherDevicesTabCommandId &&
96 command_id < kFirstOtherDevicesTabCommandId;
549 kFirstOtherDevicesTabCommandId);
587 bool is_local_tab = command_id < kFirstOtherDevicesTabCommandId;
641 if (command_id >= kFirstOtherDevicesTabCommandId) {
643 return command_id - kFirstOtherDevicesTabCommandId;

Completed in 222 milliseconds