Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_ui.cc48 const char kAdvancedPrintShortcut[] = "\x28\xE2\x8c\xA5\xE2\x8C\x98\x50\x29"; variable
50 const char kAdvancedPrintShortcut[] = "(Ctrl+Shift+P)";
52 const char kAdvancedPrintShortcut[] = "(Shift+Ctrl+P)";
212 const base::string16 shortcut_text(base::UTF8ToUTF16(kAdvancedPrintShortcut)); in CreatePrintPreviewUISource()