Searched refs:show_main_ui (Results 1 – 1 of 1) sorted by relevance
1149 const bool show_main_ui = (type() == TYPE_NORMAL) && !is_fullscreen; in UpdateCommandsForFullscreenMode() local1151 const bool show_main_ui = (type() == TYPE_NORMAL); in UpdateCommandsForFullscreenMode()1155 show_main_ui && !is_fullscreen && (type() & TYPE_POPUP) == 0; in UpdateCommandsForFullscreenMode()1158 command_updater_.UpdateCommandEnabled(IDC_OPEN_CURRENT_URL, show_main_ui); in UpdateCommandsForFullscreenMode()1165 command_updater_.UpdateCommandEnabled(IDC_FOCUS_TOOLBAR, show_main_ui); in UpdateCommandsForFullscreenMode()1166 command_updater_.UpdateCommandEnabled(IDC_FOCUS_LOCATION, show_main_ui); in UpdateCommandsForFullscreenMode()1167 command_updater_.UpdateCommandEnabled(IDC_FOCUS_SEARCH, show_main_ui); in UpdateCommandsForFullscreenMode()1180 command_updater_.UpdateCommandEnabled(IDC_DEVELOPER_MENU, show_main_ui); in UpdateCommandsForFullscreenMode()1181 command_updater_.UpdateCommandEnabled(IDC_FEEDBACK, show_main_ui); in UpdateCommandsForFullscreenMode()1183 browser_defaults::bookmarks_enabled && show_main_ui); in UpdateCommandsForFullscreenMode()[all …]