/external/chromium_org/third_party/WebKit/Source/core/events/ |
PageTransitionEvent.h | 36 bool persisted; member in struct:WebCore::PageTransitionEventInit 45 static PassRefPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) 47 return adoptRef(new PageTransitionEvent(type, persisted)); 58 bool persisted() const { return m_persisted; } function in class:WebCore::PageTransitionEvent 62 PageTransitionEvent(const AtomicString& type, bool persisted);
|
PageTransitionEvent.cpp | 34 : persisted(false) 44 PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted) 46 , m_persisted(persisted) 53 , m_persisted(initializer.persisted)
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
Settings.java | 28 /** Sent by servers only. The peer requests this setting persisted for future connections. */ 30 /** Sent by clients only. The client is reminding the server of a persisted value. */ 31 static final int PERSISTED = 0x2; 58 /** Bitfield of flags that have {@link #PERSISTED}. */ 59 private int persisted; field in class:Settings 76 if ((idFlags & PERSISTED) != 0) { 77 persisted |= bit; 79 persisted &= ~bit; 99 if (isPersisted(id)) result |= Settings.PERSISTED; 158 /** Returns true if this setting was persisted. * [all...] |
/external/chromium/chrome/browser/ui/ |
window_sizer_unittest.cc | 156 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED }; 171 if (source == PERSISTED) 357 // Test that the window opened is sized appropriately given persisted sizes. 365 false, gfx::Rect(), PERSISTED, &window_bounds, &maximized); 376 true, gfx::Rect(), PERSISTED, &window_bounds, &maximized); 387 initial_bounds, false, gfx::Rect(), PERSISTED, 399 initial_bounds, true, gfx::Rect(), PERSISTED, 414 PERSISTED, &window_bounds, &maximized); 428 PERSISTED, &window_bounds, &maximized); 442 PERSISTED, &window_bounds, &maximized) [all...] |
/external/chromium/net/base/ |
net_switches.cc | 12 // The JSON format is the same as that persisted in
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
SubPanelListener.java | 18 * Called to indicate that the current options should be persisted.
|
/external/chromium_org/extensions/browser/ |
extension_prefs_scope.h | 18 // Incognito profile; preference is persisted to disk and remains active
|
pref_names.h | 18 // If the given |scope| is persisted, return true and populate |result| with the 19 // appropriate pref name. If |scope| is not persisted, return false, and leave
|
/external/chromium_org/chrome/browser/ui/window_sizer/ |
window_sizer_common_unittest.cc | 203 if (source == PERSISTED || source == BOTH) 244 if (source == PERSISTED || source == BOTH) 272 initial_bounds, gfx::Rect(), PERSISTED, 281 gfx::Rect(-471, 50, 500, 400), gfx::Rect(), PERSISTED, 292 gfx::Rect(50, -370, 500, 400), gfx::Rect(), PERSISTED, 303 initial_bounds, gfx::Rect(), PERSISTED, 312 gfx::Rect(995, 50, 500, 400), gfx::Rect(), PERSISTED, 324 initial_bounds, gfx::Rect(), PERSISTED, 333 gfx::Rect(50, 739, 500, 400), gfx::Rect(), PERSISTED, 342 gfx::Rect(-471, -371, 500, 400), gfx::Rect(), PERSISTED, [all...] |
window_sizer_unittest.cc | 162 // Test that the window opened is sized appropriately given persisted sizes. 169 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds); 178 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds); 187 initial_bounds, gfx::Rect(), PERSISTED, NULL, gfx::Rect(), 197 initial_bounds, gfx::Rect(), PERSISTED, NULL, gfx::Rect(), 209 initial_bounds, right_s1024x768, PERSISTED, NULL, 221 initial_bounds, right_s1024x768, PERSISTED, 233 initial_bounds, right_s1024x768, PERSISTED, 242 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds); 256 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds) [all...] |
window_sizer_ash_unittest.cc | 279 // Test that the window opened is sized appropriately given persisted sizes. 288 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds); 297 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds); 306 initial_bounds, gfx::Rect(), PERSISTED, NULL, gfx::Rect(), 316 initial_bounds, gfx::Rect(), PERSISTED, NULL, gfx::Rect(), 328 initial_bounds, right_s1024x768, PERSISTED, NULL, 340 initial_bounds, right_s1024x768, PERSISTED, 352 initial_bounds, right_s1024x768, PERSISTED, 363 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds); 490 PERSISTED, browser_popup->browser() [all...] |
/frameworks/base/core/java/android/content/ |
UriPermission.java | 37 * Value returned when a permission has not been persisted. 77 * Return the time when this permission was first persisted, in milliseconds 79 * not persisted.
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/res/values/ |
strings.xml | 19 <string name="instructions">The value of the spinner below should be persisted when this activity is destroyed.</string>
|
/developers/samples/android/testing/ActivityInstrumentation/ActivityInstrumentationSample/src/main/res/values/ |
strings.xml | 19 <string name="instructions">The value of the spinner below should be persisted when this activity is destroyed.</string>
|
/development/samples/browseable/ActivityInstrumentation/res/values/ |
strings.xml | 19 <string name="instructions">The value of the spinner below should be persisted when this activity is destroyed.</string>
|
/external/chromium_org/chrome/browser/google/ |
google_util_chromeos.h | 19 // Clears brand code for the current session (not persisted through browser
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_layout_type.h | 10 // WARNING: these values are persisted to prefs.
|
/external/chromium_org/chrome/browser/chromeos/ |
session_length_limiter.h | 51 // occurred yet. The time is not persisted in local state. 53 // time is set and persisted in local state the first time this method is
|
/external/chromium_org/chrome/browser/ui/app_list/search/common/ |
dictionary_data_store.h | 39 // Reads the persisted data from disk asynchronously. |on_read| is called 48 // will not be persisted unless ScheduleWrite() is called.
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
SettingsTest.java | 23 import static com.squareup.okhttp.internal.spdy.Settings.PERSISTED; 87 settings.set(Settings.ROUND_TRIP_TIME, PERSISTED, 0); 91 settings.set(Settings.ROUND_TRIP_TIME, PERSIST_VALUE | PERSISTED, 0); 114 settings.set(Settings.ROUND_TRIP_TIME, PERSISTED, 0); 122 settings.set(Settings.ROUND_TRIP_TIME, PERSIST_VALUE | PERSISTED, 0); 126 settings.set(Settings.ROUND_TRIP_TIME, PERSISTED, 0);
|
/external/chromium_org/content/browser/frame_host/ |
navigation_entry_impl.h | 91 // pieces of non-persisted state, as documented on the members below. 231 // later. If you add a new field that needs to be persisted you'll have to 261 // This member is not persisted with session restore because it is transient. 268 // This is also a transient member (i.e. is not persisted with session 277 // This member is not persisted with session restore. 281 // persisted by Android WebView. 286 // navigation commits. It is cleared in |ResetForCommit| and not persisted. 308 // instance, instead of a new navigation. This value should not be persisted 317 // It is cleared in |ResetForCommit| and should not be persisted. 323 // entry is not persisted by the session restore system, as it is alway [all...] |
/external/chromium-trace/trace-viewer/src/tracing/ |
trace_model_settings.js | 15 * This object should not be persisted because it builds up internal data 22 * persisted to base.Settings. However, if it is not unique, then the 24 * be persisted across page reloads, whereas objects with nonunique keys will
|
/external/chromium_org/chrome/browser/invalidation/ |
invalidation_service.h | 72 // Handler registrations are persisted across restarts of sync. 80 // Registered IDs are persisted across restarts of sync. 89 // Handler registrations are persisted across restarts of sync.
|
/external/chromium_org/sync/syncable/ |
syncable_delete_journal.h | 49 // detect deleted sync data that's not persisted in native model to 84 // Contains deleted entries that may not be persisted in native models. And 90 // Contains meta handles of deleted entries that have been persisted or
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_log_serializer.h | 22 // persisted per logs. 24 RECALL_SUCCESS, // We were able to correctly recall a persisted log.
|