/external/chromium_org/chrome/common/extensions/docs/examples/howto/tab_shortcuts/ |
manifest.json | 2 "name": "Tab Shortcuts", 4 "description": "Allows pinning and duplication of tabs via keyboard shortcuts.",
|
/external/iptables/include/linux/netfilter/ |
xt_time.h | 21 /* Shortcuts */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/ |
xt_time.h | 18 /* Shortcuts */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_time.h | 18 /* Shortcuts */
|
/external/chromium_org/chrome/browser/history/ |
shortcuts_database_unittest.cc | 161 ShortcutsDatabase::GuidToShortcutMap shortcuts; local 162 db_->LoadShortcuts(&shortcuts); 164 shortcuts.find(shortcut.id)); 165 EXPECT_TRUE(it != shortcuts.end()); 177 ShortcutsDatabase::GuidToShortcutMap shortcuts; local 178 db_->LoadShortcuts(&shortcuts); 181 shortcuts.find(shortcut_test_db[0].guid); 182 EXPECT_TRUE(it == shortcuts.end()); 184 it = shortcuts.find(shortcut_test_db[1].guid); 185 EXPECT_TRUE(it != shortcuts.end()) 197 ShortcutsDatabase::GuidToShortcutMap shortcuts; local 214 ShortcutsDatabase::GuidToShortcutMap shortcuts; local [all...] |
shortcuts_database.h | 29 // search_text Text that shortcuts was searched with. 100 // Deletes the ShortcutsProvider::Shortcuts with these IDs. 103 // Deletes the ShortcutsProvider::Shortcuts with the url. 106 // Deletes all of the ShortcutsProvider::Shortcuts. 109 // Loads all of the shortcuts. 110 void LoadShortcuts(GuidToShortcutMap* shortcuts);
|
/external/chromium_org/chrome/browser/web_applications/ |
update_shortcut_worker_win.h | 22 // It schedules a pre-update check to find all shortcuts that needs to be 23 // updated. If there are such shortcuts, it schedules icon download and 50 // Checks if shortcuts exists on desktop, start menu and quick launch. 57 // Callback after shortcuts are updated. 66 // Underlying WebContents whose shortcuts will be updated. 81 // Existing shortcuts.
|
web_app.h | 77 // Info about which locations to create app shortcuts in. 113 // updates web app icon and shortcuts if needed. For icon, the check is based 114 // on MD5 hash of icon image. For shortcuts, it checks the desktop, start menu 167 // Create shortcuts for web application based on given shortcut data. 168 // |shortcut_info| contains information about the shortcuts to create, and 177 // Creates shortcuts for an app. This loads the app's icon from disk, and calls 185 // Delete all shortcuts that have been created for the given profile and 189 // Updates shortcuts for web application based on given shortcut data. This 190 // refreshes existing shortcuts and their icons, but does not create new ones. 196 // Updates shortcuts for all apps in this profile. This is expected to be calle [all...] |
/external/chromium_org/chrome/browser/extensions/ |
global_shortcut_listener_ozone.h | 13 // listens for global shortcuts. Handles basic keyboard intercepting and 29 // Whether this object is listening for global shortcuts.
|
global_shortcut_listener_chromeos.h | 15 // listens for global shortcuts. Handles basic keyboard intercepting and 36 // Whether this object is listening for global shortcuts.
|
global_shortcut_listener_win.h | 16 // listens for global shortcuts. Handles setting up a keyboard hook and 39 // Whether this object is listening for global shortcuts.
|
global_shortcut_listener_x11.h | 17 // listens for global shortcuts. Handles basic keyboard intercepting and 41 // Whether this object is listening for global shortcuts.
|
/external/chromium_org/chrome/browser/ |
global_keyboard_shortcuts_mac.h | 33 // this. Hence, we need three types of keyboard shortcuts: shortcuts that are 34 // intercepted before the Omnibox handles events, shortcuts that are 36 // shortcuts that are only handled when tab contents is focused. 43 // This returns shortcuts that should work no matter what component of the 51 // This returns shortcuts that should work no matter what component of the 58 // This returns shortcuts that should work only if the tab contents have focus
|
shell_integration_linux.h | 46 // Returns the set of locations in which shortcuts are installed for the 116 // Create shortcuts on the desktop or in the application menu (as specified by 118 // For extensions, duplicate shortcuts are avoided, so if a requested shortcut 124 // Create shortcuts in the application menu for the app launcher. Duplicate 125 // shortcuts are avoided, so if a requested shortcut already exists it is 130 // Delete any desktop shortcuts on desktop or in the application menu that have 135 // Delete any desktop shortcuts on desktop or in the application menu that have
|
/external/chromium_org/chrome/browser/profile_resetter/ |
resettable_settings_snapshot.h | 36 SHORTCUTS = 1 << 4, 38 ALL_FIELDS = STARTUP_MODE | HOMEPAGE | DSE_URL | EXTENSIONS | SHORTCUTS, 61 const std::vector<ShortcutCommand>& shortcuts() const { function in class:ResettableSettingsSnapshot 80 // Collects the shortcuts asynchronously and calls |callback|. If the request 88 const std::vector<ShortcutCommand>& shortcuts); 103 // Chrome shortcuts (e.g. icons on the Windows desktop, etc.) with non-empty 110 // The flag to cancel shortcuts retrieving.
|
resettable_settings_snapshot.cc | 41 const char kShortcuts[] = "shortcuts"; 127 bit_mask |= SHORTCUTS; 152 const std::vector<ShortcutCommand>& shortcuts) { 154 shortcuts_ = shortcuts; 200 if (field_mask & ResettableSettingsSnapshot::SHORTCUTS) { 202 const std::vector<ShortcutCommand>& shortcuts = snapshot.shortcuts(); local 203 for (std::vector<ShortcutCommand>::const_iterator i = shortcuts.begin(); 204 i != shortcuts.end(); ++i) { 333 const std::vector<ShortcutCommand>& shortcuts = snapshot.shortcuts() local [all...] |
/external/chromium_org/base/ |
base_paths_win.h | 36 // Windows\Application Shortcuts\". 39 DIR_USER_QUICK_LAUNCH, // Directory for the quick launch shortcuts. 40 DIR_TASKBAR_PINS, // Directory for the shortcuts pinned to taskbar via
|
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager.h | 32 // Removes any desktop profile shortcuts for the profile corresponding to 36 // Checks if a profile at |profile_path| has any shortcuts and invokes 38 // non-profile specific shortcuts.
|
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/chrome/installer/setup/ |
install.h | 31 // Create all shortcuts (potentially skipping those explicitly stated not to 38 // Replace all shortcuts that still exist with the most recent version of 44 // Install shortcuts for the current user only. 46 // Install global shortcuts visible to all users. Note: the Quick Launch 47 // and taskbar pin shortcuts are still installed per-user (as they have no 63 // Overwrites shortcuts (desktop, quick launch, and start menu) if they are 68 // |install_level| specifies whether to install per-user shortcuts or shortcuts 71 // If |install_operation| is a creation command, appropriate shortcuts will be
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_time.h | 23 /* Shortcuts */
|
/external/chromium_org/chrome/browser/apps/ |
shortcut_manager.h | 26 // This class manages the installation of shortcuts for platform apps. 37 // Updates all shortcuts if kAppShortcutsVersion in prefs is less than
|
/external/chromium_org/tools/grit/grit/ |
shortcuts_unittests.py | 6 '''Unit tests for grit.shortcuts 17 from grit import shortcuts namespace 33 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT') 42 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT') 75 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT')
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
DialerPhoneNumberListAdapter.java | 15 * {@link PhoneNumberListAdapter} with the following added shortcuts, that are displayed as list 20 * These shortcuts can be enabled or disabled to toggle whether or not they show up in the 42 // Enable all shortcuts by default 54 * @return The number of enabled shortcuts. Ranges from 0 to a maximum of SHORTCUT_COUNT 77 // Number of item view types in the super implementation + 2 for the 2 new shortcuts 106 // Iterate through the array of shortcuts, looking only for shortcuts where
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_keybinding_registry_cocoa.h | 26 // ExtensionKeybindingRegistry class that handles turning keyboard shortcuts 30 // implemenation of the Extension Commands shortcuts (keyboard accelerators). 65 // Keeps track of whether shortcut handling is currently suspended. Shortcuts
|