HomeSort by relevance Sort by last modified time
    Searched refs:IDC_SHOW_SIGNIN (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 313 (!switches::IsNewProfileManagement() && command_id == IDC_SHOW_SIGNIN);
343 case IDC_SHOW_SIGNIN:
366 case IDC_SHOW_SIGNIN: {
393 if (!switches::IsNewProfileManagement() && command_id == IDC_SHOW_SIGNIN) {
713 IDC_SHOW_SIGNIN, &model, &index)) {
  /external/chromium_org/chrome/app/
chrome_command_ids.h 198 #define IDC_SHOW_SIGNIN 40030
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 140 EXPECT_TRUE(chrome::IsCommandEnabled(browser(), IDC_SHOW_SIGNIN));
150 EXPECT_FALSE(chrome::IsCommandEnabled(browser(), IDC_SHOW_SIGNIN));
160 EXPECT_FALSE(chrome::IsCommandEnabled(browser(), IDC_SHOW_SIGNIN));
browser_command_controller.cc 762 case IDC_SHOW_SIGNIN:
    [all...]

Completed in 37 milliseconds