/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_win.cc | 61 // The maximum number of characters allowed in profile shortcuts' file names. 63 // existing shortcuts might no longer be found if the name is generated 227 // Gets the user and system directories for desktop shortcuts. Parameters may 280 // Populates |paths| with the file paths of Chrome desktop shortcuts that have 282 // Chrome desktop shortcuts with empty command lines will also be included. 389 // Updates all desktop shortcuts for the given profile to have the specified 391 // is created if no existing ones were found. Whether non-profile shortcuts 415 // Ensure that the distribution supports creating shortcuts. If it doesn't, 456 std::vector<base::FilePath> shortcuts; local 459 &shortcuts); 512 std::vector<base::FilePath> shortcuts; local 563 std::vector<base::FilePath> shortcuts; local [all...] |
/external/chromium_org/ash/accelerators/ |
accelerator_commands.h | 11 // shortcuts in Ash or in the embedding application (e.g. Chrome).
|
/external/chromium_org/chrome/browser/extensions/ |
global_shortcut_listener_mac.h | 20 // listens for global shortcuts. Handles basic keyboard intercepting and 26 // 2. Binds keyboard shortcuts (hot keys). Carbon RegisterEventHotKey API for 77 // Whether this object is listening for global shortcuts. 83 // A map of all hotkeys (media keys and shortcuts) mapping to their
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
keyboard_handler.h | 28 // Show the keyboard shortcuts overlay from the options page.
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
management_api_constants.cc | 33 "Shortcuts can only be created for new-style packaged apps on Mac."; 35 "App shortcuts creation canceled by user.";
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
CombinedInputOutput.java | 102 ArrayList<WeightedString> shortcuts = new ArrayList<>(); local 108 dict.add(word, probabilityInfo, shortcuts.isEmpty() ? null : shortcuts, 114 if (!shortcuts.isEmpty()) shortcuts = new ArrayList<>(); 155 shortcuts.add(new WeightedString(shortcut, shortcutFreq)); 192 dict.add(word, probabilityInfo, shortcuts.isEmpty() ? null : shortcuts, isNotAWord);
|
XmlDictInputOutput.java | 78 * @param shortcuts the shortcuts as a map. This may be empty, but may not be null. 80 public UnigramHandler(final HashMap<String, ArrayList<WeightedString>> shortcuts) { 82 mShortcutsMap = shortcuts; 283 * @param shortcuts the file to read the shortcuts & whitelist from, or null. 288 final BufferedInputStream shortcuts, final BufferedInputStream bigrams) 298 if (null != shortcuts) parser.parse(shortcuts, shortcutAndWhitelistHandler); 321 * which has no support for bigrams or shortcuts/whitelist [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
shortcuts_backend.h | 52 // Called when shortcuts changed (added/updated/removed) in the database. 68 // Deletes the Shortcuts with the url. 120 // Deletes the Shortcuts with these IDs. 124 // Deletes all shortcuts whose URLs begin with |url|. If |exact_match| is 125 // true, only shortcuts from exactly |url| are deleted. 128 // Deletes all of the shortcuts.
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
commands.html | 13 manually add more shortcuts from the chrome://extensions/configureCommands 30 <p>Certain Chrome shortcuts (e.g. window management) always take priority over 31 Extension Command shortcuts and can not be overwritten.</p> 89 chrome://extensions \ Keyboard Shortcuts, but the extension developer is limited 90 to specifying only Ctrl+Shift+[0..9] as global shortcuts. This is to minimize 91 the risk of overriding shortcuts in other applications since if, for example,
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictDecoderEncoderTests.java | 145 final ArrayList<WeightedString> shortcuts = new ArrayList<>(); local 148 shortcuts.add(new WeightedString(shortcut, UNIGRAM_FREQ)); 152 (shortcutMap == null) ? null : shortcuts, false /* isNotAWord */); 266 final SparseArray<List<Integer>> bigrams, final HashMap<String, List<String>> shortcuts, 277 addUnigrams(words.size(), dict, words, shortcuts); local 279 checkDictionary(dict, words, bigrams, shortcuts); 282 final long read = timeReadingAndCheckDict(file, words, bigrams, shortcuts, bufferType); 290 results.add(runReadAndWrite(sWords, sEmptyBigrams, null /* shortcuts */, bufferType, 292 results.add(runReadAndWrite(sWords, sChainBigrams, null /* shortcuts */, bufferType, 294 results.add(runReadAndWrite(sWords, sStarBigrams, null /* shortcuts */, bufferType [all...] |
/external/chromium_org/chrome/installer/setup/ |
install.cc | 254 // was replaced by per-user shortcuts created via Active Setup. 394 // The default operation on update is to overwrite shortcuts with the 395 // currently desired properties, but do so only for shortcuts that still 411 // Shortcuts are always installed per-user unless specified. 547 // Creates shortcuts for App Launcher. 556 // Always install per-user shortcuts for App Launcher. 563 // Creates shortcuts for Chrome. 570 // Install per-user shortcuts on user-level installs and all-users 571 // shortcuts on system-level installs. Note that Active Setup will take 572 // care of installing missing per-user shortcuts on system-level instal [all...] |
/external/chromium_org/chrome/browser/web_applications/ |
web_app_win.cc | 113 // Finds shortcuts in |shortcut_path| that match profile for |profile_path| and 115 // If |shortcut_name| is empty, finds all shortcuts matching |profile_path|. 123 // Find all shortcuts for this profile. 134 // Find all shortcuts matching |shortcut_name|. 156 // Creates application shortcuts in a given set of paths. 157 // |shortcut_paths| is a list of directories in which shortcuts should be 261 // Gets the directories with shortcuts for an app, and deletes the shortcuts. 262 // This will search the standard locations for shortcuts named |title| that open 266 // If |web_app_path| is empty, this will not delete shortcuts from the web ap [all...] |
/packages/apps/Launcher2/res/values-en-rGB/ |
strings.xml | 42 <string name="group_shortcuts" msgid="9133529424900391877">"Shortcuts"</string> 79 <string name="permlab_install_shortcut" msgid="1201690825493376489">"install shortcuts"</string> 80 <string name="permdesc_install_shortcut" msgid="8634424803272077038">"Allows an app to add shortcuts without user intervention."</string> 81 <string name="permlab_uninstall_shortcut" msgid="7696645932555926449">"uninstall shortcuts"</string> 82 <string name="permdesc_uninstall_shortcut" msgid="274355570620220977">"Allows the app to remove shortcuts without user intervention."</string> 83 <string name="permlab_read_settings" msgid="3452408290738106747">"read Home settings and shortcuts"</string> 84 <string name="permdesc_read_settings" msgid="5788109303585403679">"Allows an app to read the settings and shortcuts in Home."</string> 85 <string name="permlab_write_settings" msgid="1360567537236705628">"write Home settings and shortcuts"</string> 86 <string name="permdesc_write_settings" msgid="8530105489115785531">"Allows the app to change the settings and shortcuts in Home."</string>
|
/packages/apps/Launcher2/res/values-en-rIN/ |
strings.xml | 42 <string name="group_shortcuts" msgid="9133529424900391877">"Shortcuts"</string> 79 <string name="permlab_install_shortcut" msgid="1201690825493376489">"install shortcuts"</string> 80 <string name="permdesc_install_shortcut" msgid="8634424803272077038">"Allows an app to add shortcuts without user intervention."</string> 81 <string name="permlab_uninstall_shortcut" msgid="7696645932555926449">"uninstall shortcuts"</string> 82 <string name="permdesc_uninstall_shortcut" msgid="274355570620220977">"Allows the app to remove shortcuts without user intervention."</string> 83 <string name="permlab_read_settings" msgid="3452408290738106747">"read Home settings and shortcuts"</string> 84 <string name="permdesc_read_settings" msgid="5788109303585403679">"Allows an app to read the settings and shortcuts in Home."</string> 85 <string name="permlab_write_settings" msgid="1360567537236705628">"write Home settings and shortcuts"</string> 86 <string name="permdesc_write_settings" msgid="8530105489115785531">"Allows the app to change the settings and shortcuts in Home."</string>
|
/packages/apps/Launcher3/res/values-en-rGB/ |
strings.xml | 42 <string name="group_shortcuts" msgid="6012256992764410535">"Shortcuts"</string> 71 <string name="permlab_install_shortcut" msgid="5632423390354674437">"install shortcuts"</string> 72 <string name="permdesc_install_shortcut" msgid="923466509822011139">"Allows an app to add shortcuts without user intervention."</string> 73 <string name="permlab_uninstall_shortcut" msgid="864595034498083837">"uninstall shortcuts"</string> 74 <string name="permdesc_uninstall_shortcut" msgid="5134129545001836849">"Allows the app to remove shortcuts without user intervention."</string> 75 <string name="permlab_read_settings" msgid="1941457408239617576">"read Home settings and shortcuts"</string> 76 <string name="permdesc_read_settings" msgid="5833423719057558387">"Allows the app to read the settings and shortcuts in Home."</string> 77 <string name="permlab_write_settings" msgid="3574213698004620587">"write Home settings and shortcuts"</string> 78 <string name="permdesc_write_settings" msgid="5440712911516509985">"Allows the app to change the settings and shortcuts in Home."</string>
|
/packages/apps/Launcher3/res/values-en-rIN/ |
strings.xml | 42 <string name="group_shortcuts" msgid="6012256992764410535">"Shortcuts"</string> 71 <string name="permlab_install_shortcut" msgid="5632423390354674437">"install shortcuts"</string> 72 <string name="permdesc_install_shortcut" msgid="923466509822011139">"Allows an app to add shortcuts without user intervention."</string> 73 <string name="permlab_uninstall_shortcut" msgid="864595034498083837">"uninstall shortcuts"</string> 74 <string name="permdesc_uninstall_shortcut" msgid="5134129545001836849">"Allows the app to remove shortcuts without user intervention."</string> 75 <string name="permlab_read_settings" msgid="1941457408239617576">"read Home settings and shortcuts"</string> 76 <string name="permdesc_read_settings" msgid="5833423719057558387">"Allows the app to read the settings and shortcuts in Home."</string> 77 <string name="permlab_write_settings" msgid="3574213698004620587">"write Home settings and shortcuts"</string> 78 <string name="permdesc_write_settings" msgid="5440712911516509985">"Allows the app to change the settings and shortcuts in Home."</string>
|
/external/chromium_org/chrome/browser/apps/ |
shortcut_manager.cc | 35 // This version number is stored in local prefs to check whether app shortcuts 37 // shortcuts like command-line flags or associated icons, binaries, etc. 51 // Ephemeral apps should not have visible shortcuts, but may still require 75 // Indicates whether app shortcuts have been created. 128 // If the app is being updated, update any existing shortcuts but do not
|
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_resetter.h | 44 SHORTCUTS = 1 << 7, 49 SHORTCUTS 119 // On Windows returns all the shortcuts which launch Chrome and corresponding
|
/external/chromium_org/chrome/browser/ui/extensions/ |
application_launch.h | 92 // There are two kinds of app shortcuts: Shortcuts to a URL, 93 // and shortcuts that open an installed application. This function
|
/external/chromium_org/tools/grit/grit/ |
shortcuts.py | 6 '''Stuff to prevent conflicting shortcuts. 53 # make a list of the conflicting shortcuts. 73 if there are conflicting shortcuts within shortcut groups in the provided
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ShortcutManager.java | 32 * Manages quick launch shortcuts by: 74 Log.e(TAG, "ShortcutObserver could not re-query shortcuts."); 96 * strip whatever modifier is used for invoking shortcuts (for example,
|
/external/chromium_org/chrome/installer/util/ |
shell_util_unittest.cc | 448 // Remove shortcuts that target "chrome.exe". 518 // Retarget shortcuts: replace "chrome.exe" with "manganese.exe". Only 519 // shortcuts with non-empty arguments (i.e., shortcut 2) gets updated. 571 // Retarget shortcuts: replace "chrome.exe" with "manganese.exe". 639 // List the shortcuts. 640 std::vector<std::pair<base::FilePath, base::string16> > shortcuts; local 648 &shortcuts)); 649 ASSERT_EQ(2u, shortcuts.size()); 651 shortcuts[0].first == shortcut3_path ? shortcuts[0] : shortcuts[1] [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
FolderInfo.java | 25 * Represents a folder containing shortcuts or apps. 35 * The apps and shortcuts
|
/packages/apps/QuickSearchBox/res/values/ |
strings.xml | 33 <!-- Title and summary used for the option to clear search shortcuts from the system 35 <string name="clear_shortcuts_summary">Clear shortcuts to recently chosen search suggestions</string>
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/ |
unigram_property.h | 57 const int count, const std::vector<ShortcutProperty> *const shortcuts) 60 mTimestamp(timestamp), mLevel(level), mCount(count), mShortcuts(*shortcuts) {}
|