HomeSort by relevance Sort by last modified time
    Searched full:shortcuts (Results 1 - 25 of 638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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 162 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
163 db_->LoadShortcuts(&shortcuts);
165 shortcuts.find(shortcut.id));
166 EXPECT_TRUE(it != shortcuts.end());
178 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
179 db_->LoadShortcuts(&shortcuts);
182 shortcuts.find(shortcut_test_db[0].guid);
183 EXPECT_TRUE(it == shortcuts.end());
185 it = shortcuts.find(shortcut_test_db[1].guid);
186 EXPECT_TRUE(it != shortcuts.end())
198 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
215 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.
111 // updates web app icon and shortcuts if needed. For icon, the check is based
112 // on MD5 hash of icon image. For shortcuts, it checks the desktop, start menu
157 // Create shortcuts for web application based on given shortcut data.
158 // |shortcut_info| contains information about the shortcuts to create, and
164 // Creates shortcuts for an app.
170 // Delete all shortcuts that have been created for the given profile and
174 // Updates shortcuts for web application based on given shortcut data. This
175 // refreshes existing shortcuts and their icons, but does not create new ones.
181 // Updates shortcuts for all apps in this profile. This is expected to be calle
    [all...]
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_chromeos.h 16 // listens for global shortcuts. Handles basic keyboard intercepting and
32 // Whether this object is listening for global shortcuts.
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_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/base/
base_paths_win.h 36 // Windows\Application Shortcuts\".
39 DIR_USER_QUICK_LAUNCH, // Directory for the quick launch shortcuts.
40 DIR_DEFAULT_USER_QUICK_LAUNCH, // Directory for the quick launch shortcuts
42 DIR_TASKBAR_PINS, // Directory for the shortcuts pinned to taskbar via
  /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 35 SHORTCUTS = 1 << 4,
37 ALL_FIELDS = STARTUP_MODE | HOMEPAGE | DSE_URL | EXTENSIONS | SHORTCUTS,
58 const std::vector<ShortcutCommand>& shortcuts() const { function in class:ResettableSettingsSnapshot
77 // Collects the shortcuts asynchronously and calls |callback|. If the request
85 const std::vector<ShortcutCommand>& shortcuts);
99 // Chrome shortcuts (e.g. icons on the Windows desktop, etc.) with non-empty
106 // The flag to cancel shortcuts retrieving.
resettable_settings_snapshot.cc 40 const char kShortcuts[] = "shortcuts";
124 bit_mask |= SHORTCUTS;
149 const std::vector<ShortcutCommand>& shortcuts) {
151 shortcuts_ = shortcuts;
196 if (field_mask & ResettableSettingsSnapshot::SHORTCUTS) {
198 const std::vector<ShortcutCommand>& shortcuts = snapshot.shortcuts(); local
199 for (std::vector<ShortcutCommand>::const_iterator i = shortcuts.begin();
200 i != shortcuts.end(); ++i) {
321 const std::vector<ShortcutCommand>& shortcuts = snapshot.shortcuts() local
    [all...]
  /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.
  /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/chrome/browser/ui/views/
create_application_shortcut_view.h 37 // Shortcuts that load a URL in an app-like window, and shortcuts that load
44 // URL shortcuts have an info frame at the top with a thumbnail, title and
48 // App shortcuts don't have an info frame, since they are launched from
78 // Profile in which the shortcuts will be created.
  /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 25 // ExtensionKeybindingRegistry class that handles turning keyboard shortcuts
29 // implemenation of the Extension Commands shortcuts (keyboard accelerators).
63 // Keeps track of whether shortcut handling is currently suspended. Shortcuts

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 91011>>