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

1 2

  /external/webkit/WebCore/dom/
PageTransitionEvent.h 39 static PassRefPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted)
41 return adoptRef(new PageTransitionEvent(type, persisted));
49 bool persisted);
53 bool persisted() const { return m_persisted; } function in class:WebCore::PageTransitionEvent
57 PageTransitionEvent(const AtomicString& type, bool persisted);
PageTransitionEvent.cpp 38 PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted)
40 , m_persisted(persisted)
51 bool persisted)
58 m_persisted = persisted;
PageTransitionEvent.idl 30 readonly attribute boolean persisted;
32 void initPageTransitionEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persisted);
  /packages/apps/Contacts/src/com/android/contacts/
StickyTabs.java 88 * Persists the given tabIndex. If the value is -1, the previously persisted value is not
103 * the persisted value is not overriden
110 * Returns the previously persisted tab or defaultValue if nothing is saved
  /frameworks/base/core/java/android/preference/
RingtonePreference.java 31 * The chosen ringtone's URI will be persisted as a string.
202 * matches either the persisted value or the default value. Since we
204 * and we don't keep local state, if we are restoring the persisted
Preference.java 115 * about to be set and/or persisted. This gives the client a chance
122 * before the state is persisted.
753 * value (and persisted).
    [all...]
  /external/webkit/WebKit/mac/History/
WebHistoryItemPrivate.h 60 // The properties will not be persisted; when the history item is removed, the properties will be lost.
  /external/emma/core/java12/com/vladium/emma/data/
MetaData.java 233 // [m_packagesWarned is not part of persisted state]
263 // [m_packagesWarned is not part of persisted state]
MergeProcessor.java 212 // a temp file and rename it only when the data is safely persisted:
  /frameworks/base/tests/CoreTests/android/core/
DatabaseSessionCache.java 108 // May be null if caching is disabled - no sessions will be persisted.
125 // May be null if caching is disabled - no sessions will be persisted.
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 53 * persisted implicitly.
216 * persisted in the backing store.
710 * necessarily be persisted until the method {@code flush()} is invoked.
780 * time any local changes to this node and descendants should be persisted.
798 * by this method won't necessarily be persisted until the method {@code
    [all...]
AbstractPreferences.java 254 * The new creation is not required to be persisted immediately until the
308 * not required to be persisted until after it is flushed.
  /external/webkit/WebKit/qt/Api/
qwebinspector.cpp 65 These settings are persisted automatically by QtWebKit using QSettings.
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 78 /** Whether or not a snapshot is being persisted. */
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 187 * <p>This routing state is not persisted across reboot.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 207 <!-- The drawing cache is not persisted after use. -->
209 <!-- The drawing cache is persisted after a layout animation. -->
211 <!-- The drawing cache is persisted after a scroll. -->
213 <!-- The drawing cache is always persisted. -->
  /external/webkit/WebCore/history/
HistoryItem.h 176 // The properties will not be persisted; when the history item is removed, the properties will be lost.
  /development/ndk/platforms/android-9/include/android/
native_activity.h 121 * saved state will be persisted, so it can not contain any active
  /frameworks/base/core/java/com/android/internal/app/
RingtonePickerActivity.java 39 * available ringtones. The chosen ringtone's URI will be persisted as a string.
  /frameworks/base/native/include/android/
native_activity.h 121 * saved state will be persisted, so it can not contain any active
  /external/chromium/net/base/
x509_certificate_win.cc 478 NULL, // the cert won't be persisted in any cert store
730 NULL, // the cert won't be persisted in any cert store
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 399 * Sets the persisted value for enabling/disabling Mobile data.
  /frameworks/base/docs/html/sdk/
android-2.0.1.jd 324 persisted (for example, if the save was trimmed to a no-op).</p>
  /frameworks/base/media/java/android/media/
AudioService.java 383 // Each stream will read its own persisted settings
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 449 * @param persist {@code true} if the setting should be persisted.
    [all...]

Completed in 1572 milliseconds

1 2