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

<<21222324252627282930>>

  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 102 int pref = TextKeyListener.getInstance().getPrefs(v.getContext()); local
103 if ((pref & TextKeyListener.SHOW_PASSWORD) != 0) {
QwertyKeyListener.java 87 int pref = 0; local
90 pref = TextKeyListener.getInstance().getPrefs(view.getContext());
194 if ((pref & TextKeyListener.AUTO_CAP) != 0 &&
245 if ((pref & TextKeyListener.AUTO_TEXT) != 0 && mAutoText &&
279 if ((pref & TextKeyListener.AUTO_PERIOD) != 0 && mAutoText) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 139 public IndicatorButton addIndicator(Context context, IconListPreference pref) {
140 IndicatorButton b = super.addIndicator(context, pref);
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncSettings.java 170 Preference pref = getPreferenceScreen().getPreference(i); local
171 if (pref instanceof AccountPreference) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidatesViewManager.java 129 * @param pref The preferences
131 public abstract void setPreferences(SharedPreferences pref);
WnnEngine.java 163 * @param pref The preferences
165 public void setPreferences(SharedPreferences pref);
  /external/chromium/chrome/browser/
background_contents_service.cc 218 // Do not register in the pref if the extension has a manifest-specified
241 // app, then blow away registered urls in the pref.
479 DictionaryValue* pref = update.Get(); local
482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &current))
489 pref->SetWithoutPathExpansion(UTF16ToUTF8(appid), dict);
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 363 // The string that is before a pref key.
381 LOG(ERROR) << "Invalid key found in Firefox pref file '" <<
388 LOG(ERROR) << "Invalid value found in Firefox pref file '" <<
394 LOG(ERROR) << "Invalid value found in Firefox pref file '" <<
428 LOG(ERROR) << "Invalid value found in Firefox pref file '"
profile_writer.cc 56 const PrefService::Preference* pref = prefs->FindPreference(prefs::kHomePage); local
57 if (pref && !pref->IsManaged()) {
276 // Check whether the bookmark bar is shown in current pref.
278 // Set the pref and notify the notification service.
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 352 BalloonCollection::PositionPreference pref; local
353 for (pref = BalloonCollection::UPPER_RIGHT;
354 pref <= BalloonCollection::LOWER_LEFT;
355 pref = static_cast<BalloonCollection::PositionPreference>(pref + 1)) {
  /external/chromium_org/chrome/test/chromedriver/
capabilities.cc 226 for (base::DictionaryValue::Iterator pref(*logging_prefs);
227 !pref.IsAtEnd(); pref.Advance()) {
228 std::string type = pref.key();
231 if (!pref.value().GetAsString(&level_name) ||
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AdditionalSubtypeSettings.java 548 final SubtypePreference pref = new SubtypePreference( local
550 group.addPreference(pref);
559 final Preference pref = group.getPreference(i); local
560 if (pref instanceof SubtypePreference) {
561 final SubtypePreference subtypePref = (SubtypePreference)pref;
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.inl 640 InstrPrefix pref)
642 if (pref != no_prefix) {
643 assert(pref == hint_branch_taken_prefix || pref == hint_branch_taken_prefix);
644 stream = prefix(stream, pref);
655 InstrPrefix pref)
657 if (pref != no_prefix) {
658 assert(pref == hint_branch_taken_prefix || pref == hint_branch_taken_prefix);
659 stream = prefix(stream, pref);
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
browser_options.js 454 $('accessibility-autoclick-check').getAttribute('pref'),
485 $('gpu-mode-checkbox').getAttribute('pref'),
517 * Event listener for the 'session.restore_on_startup' pref.
    [all...]
  /device/generic/goldfish/qemud/
qemud.c 760 FDHandler** pref; member in struct:FDHandler
784 f->pref[0] = f->next;
786 f->next->pref = f->pref;
794 f->pref = list;
797 f->next->pref = &f->next;
1228 Client** pref; member in struct:Client
1261 c->pref[0] = c->next;
1263 c->next->pref = c->pref;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 231 // Initialize pref-dependent UI state.
607 void BrowserToolbarGtk::NotifyPrefChanged(const std::string* pref) {
608 if (!pref || *pref == prefs::kShowHomeButton) {
616 if (!pref ||
617 *pref == prefs::kHomePage ||
618 *pref == prefs::kHomePageIsNewTabPage)
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 360 // the results are stored in a pref.
432 // If the pref for collecting device activity times isn't explicitly turned
503 // Test that boot mode data is not reported if the pref is not turned on.
510 // Turn the pref on, and check that the status is reported iff the
540 // When the pref to collect this data is not enabled, expect that none of
594 // Allow the new pref to propagate to the status collector.
603 // Allow the new pref to propagate to the status collector.
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 47 // TODO(achuith): Remove deprecated pref in M31. crbug.com/223480.
238 // We don't sync the CapsLock remapping pref, since the UI hides this pref
240 // doesn't allow changing the pref would be odd. http://crbug.com/167237
249 // The following pref isn't synced since the user may desire a different value
299 // TODO(achuith): Remove deprecated pref in M31. crbug.com/223480.
369 // TODO(achuith): Remove deprecated pref in M31. crbug.com/223480.
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest.cc 211 // Always have a sucessful probe for pref change tests.
216 // Never expect the proxy to be restricted for pref change tests.
469 // is called when the pref in |settings_| is enabled.
473 // Initialize the pref member in |settings_| without the usual callback
474 // so it won't trigger MaybeActivateDataReductionProxy when the pref value
519 // The pref is disabled, so correspondingly should be the proxy.
521 // The pref is enabled, so correspondingly should be the proxy.
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 170 * If a config is preferred, either using a pref table or as a parameter
254 * to pref if possible. Whether a conversion is feasible is
255 * tested by Bitmap::canCopyTo(pref).
268 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode);
289 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref);
295 bool decodeRegion(SkBitmap* bitmap, const SkIRect& rect, SkBitmap::Config pref) {
296 return this->decodeSubset(bitmap, rect, pref);
  /external/skia/include/core/
SkImageDecoder.h 170 * If a config is preferred, either using a pref table or as a parameter
254 * to pref if possible. Whether a conversion is feasible is
255 * tested by Bitmap::canCopyTo(pref).
268 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode);
289 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref);
295 bool decodeRegion(SkBitmap* bitmap, const SkIRect& rect, SkBitmap::Config pref) {
296 return this->decodeSubset(bitmap, rect, pref);
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 184 // Since there are pref overrides, delegate changes should be ignored.
226 // Set a recommended pref.
252 // Go back to recommended pref.
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 410 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs); local
411 pref.urls = startup_custom_pages_table_model_->GetURLs();
413 SessionStartupPref::SetStartupPref(prefs, pref);
  /external/chromium_org/apps/ui/views/
shell_window_frame_view.cc 239 gfx::Size pref = frame_->client_view()->GetPreferredSize(); local
240 gfx::Rect bounds(0, 0, pref.width(), pref.height());
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 104 const PrefService::Preference* pref = prefs->FindPreference(prefs::kHomePage); local
105 if (pref && !pref->IsManaged()) {

Completed in 1035 milliseconds

<<21222324252627282930>>