HomeSort by relevance Sort by last modified time
    Searched full:pref (Results 401 - 425 of 1229) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 440 // Launcher auto hide pref is synced and is most likely not applied here.
647 SessionStartupPref pref = local
649 if (pref.type == SessionStartupPref::LAST)
650 VLOG(1) << "Pref: last";
651 else if (pref.type == SessionStartupPref::URLS)
652 VLOG(1) << "Pref: urls";
653 else if (pref.type == SessionStartupPref::DEFAULT)
654 VLOG(1) << "Pref: default";
664 if (pref.type == SessionStartupPref::LAST) {
718 if (pref.type != SessionStartupPref::LAST &
730 SessionStartupPref pref = local
    [all...]
startup_browser_creator_impl.h 101 // If IsAppLaunch is true and the user set a pref indicating that the app
116 // . If the user's startup pref is to restore the last session (or the
131 // . If the user's startup pref is to launch a specific set of URLs they
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc 45 // button properly follows the pref value.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 39 // Returns true if |pref| should be only available to the owner.
40 bool IsSettingOwnerOnly(const std::string& pref) {
42 return std::find(kNonOwnerSettings, end, pref) == end;
146 // Decorate pref value as CoreOptionsHandler::CreateValueForPref() does.
core_chromeos_options_handler.h 44 // for. Triggers pref notifications about the updated proxy settings.
  /external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.h 60 // User pref for storing accept languages.
  /external/chromium_org/chrome/browser/web_resource/
eula_accepted_notifier.cc 47 // register this pref. In this case, return NULL which is equivalent to not
  /external/chromium_org/chrome/installer/gcapi_mac/
gcapi.h 33 // Overwrites existing master pref files.
  /external/chromium_org/chrome/service/
service_process_prefs.h 61 // Removes the pref specified by |key|.
  /external/dhcpcd/
Android.mk 10 eloop.c if-options.c if-pref.c ipv4ll.c net.c signals.c configure.c \
  /external/kernel-headers/original/asm-mips/
asm.h 138 * MIPS IV pref instruction.
146 #define PREF(hint,addr) \
149 pref hint, addr; \
160 #define PREF(hint, addr)
  /external/llvm/test/CodeGen/PowerPC/
2009-08-17-inline-asm-addr-mode-breakage.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin10 -mcpu=g5 -disable-ppc-ilp-pref | FileCheck %s
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceFromCodeActivity.java 47 prefCat.setKey("pref-1");
118 prefGroup.setKey("pref-group");
123 customPrefGroup.setKey("custom-pref-group");
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 156 gfx::Size pref = frame_->client_view()->GetPreferredSize(); local
157 gfx::Rect bounds(0, 0, pref.width(), pref.height());
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.h 57 // Notifies the tracker that the pref service passed upon construction is
71 // the internal state after handling a pref change on the UI thread.
98 // Pref-related members that should only be accessed from the UI thread.
  /external/chromium/chrome/browser/resources/options/chromeos/
accounts_user_list.js 21 pref: 'cros.accounts.users',
34 // Listens to pref changes.
35 Preferences.getInstance().addEventListener(this.pref,
proxy_options.js 25 * UI pref change handler.
32 * Monitor pref change of given element.
35 Preferences.getInstance().addEventListener(el.pref, handlePrefUpdate);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_state_tracker.h 57 virtual void OnPermissionAdded(MediaGalleriesPreferences* pref,
61 virtual void OnPermissionRemoved(MediaGalleriesPreferences* pref,
65 virtual void OnGalleryRemoved(MediaGalleriesPreferences* pref,
  /external/chromium_org/chrome/browser/first_run/
first_run.h 97 // Get RLZ ping delay pref name.
107 // Sets the kShowFirstRunBubbleOption local state pref so that the browser
111 // Returns false if the pref service could not be retrieved.
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 42 explicit MockGalleryChangeObserver(MediaGalleriesPreferences* pref)
43 : pref_(pref),
51 virtual void OnPermissionAdded(MediaGalleriesPreferences* pref,
54 EXPECT_EQ(pref_, pref);
58 virtual void OnPermissionRemoved(MediaGalleriesPreferences* pref,
61 EXPECT_EQ(pref_, pref);
65 virtual void OnGalleryAdded(MediaGalleriesPreferences* pref,
67 EXPECT_EQ(pref_, pref);
71 virtual void OnGalleryRemoved(MediaGalleriesPreferences* pref,
73 EXPECT_EQ(pref_, pref);
    [all...]
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.h 51 // set and/or the variations restrict pref is set in |local_prefs|. Declared
113 // problem with loading, the pref value is cleared and false is returned. If
120 // The pref service used to store persist the variations seed.
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 144 // Called when the string list pref has been changed.
147 // Called when the string list pref has been changed.
151 // Called when our "first run" boolean pref has been changed.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
accounts_user_list.js 21 pref: 'cros.accounts.users',
32 // Listens to pref changes.
33 Preferences.getInstance().addEventListener(this.pref,
  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model_unittest.cc 88 // of the pref.
95 // In incognito, use local data regardless of the pref.
119 // Check that nothing changes while this dialog is running if a pref changes
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.cc 157 const PrefService::Preference* pref = prefs->FindPreference(key.c_str()); local
158 if (pref)
159 dict.Set(key, pref->GetValue()->DeepCopy());

Completed in 1592 milliseconds

<<11121314151617181920>>