Home
last modified time | relevance | path

Searched refs:IDC_WRITING_DIRECTION_RTL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/renderer_context_menu/
Drender_view_context_menu_views.cc120 case IDC_WRITING_DIRECTION_RTL: in ExecuteCommand()
123 view_host->UpdateTextDirection((command_id == IDC_WRITING_DIRECTION_RTL) ? in ExecuteCommand()
141 case IDC_WRITING_DIRECTION_RTL: in IsCommandIdChecked()
160 case IDC_WRITING_DIRECTION_RTL: in IsCommandIdEnabled()
180 IDC_WRITING_DIRECTION_RTL, in AppendPlatformEditableItems()
/external/chromium_org/chrome/browser/ui/cocoa/renderer_context_menu/
Drender_view_context_menu_mac.mm132 case IDC_WRITING_DIRECTION_RTL:
136 if (command_id == IDC_WRITING_DIRECTION_RTL)
154 case IDC_WRITING_DIRECTION_RTL:
186 case IDC_WRITING_DIRECTION_RTL:
241 bidi_submenu_model_.AddCheckItem(IDC_WRITING_DIRECTION_RTL,
/external/chromium_org/chrome/app/
Dchrome_command_ids.h238 #define IDC_WRITING_DIRECTION_RTL 41123 macro