HomeSort by relevance Sort by last modified time
    Searched defs:SHORTCUTS (Results 1 - 2 of 2) sorted by null

  /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
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.

Completed in 55 milliseconds