HomeSort by relevance Sort by last modified time
    Searched refs:SHORTCUTS (Results 1 - 9 of 9) 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.
profile_resetter.cc 116 {SHORTCUTS, &ProfileResetter::ResetShortcuts},
309 SHORTCUTS));
311 MarkAsDone(SHORTCUTS);
339 std::vector<ShortcutCommand> shortcuts; local
351 &shortcuts); local
353 return shortcuts;
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...]
profile_resetter_unittest.cc 795 ResetAndWait(ProfileResetter::SHORTCUTS);
936 std::vector<ShortcutCommand> shortcuts = nonorganic_snap.shortcuts(); local
990 base::ListValue* shortcuts = NULL; local
    [all...]
  /external/speex/libspeex/
ltp_arm4.h 111 #ifdef SHORTCUTS
vq.c 44 #elif defined(SHORTCUTS) && (defined(ARM4_ASM) || defined(ARM5E_ASM))
  /external/chromium_org/third_party/speex/libspeex/
vq.c 44 #elif defined(SHORTCUTS) && (defined(ARM4_ASM) || defined(ARM5E_ASM))
  /external/chromium_org/components/omnibox/
autocomplete_provider.cc 39 return "Shortcuts";
72 return metrics::OmniboxEventProto::SHORTCUTS;

Completed in 122 milliseconds