HomeSort by relevance Sort by last modified time
    Searched defs:PERSISTED (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.h 91 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED, BOTH };
96 // last active window, the persisted value which was stored earlier, both or
115 // last active window, the persisted value which was stored earlier, both or
  /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_org/chrome/browser/download/
download_history.cc 11 // store per-DownloadItem data such as whether the item is persisted or being
12 // persisted, and the last history::DownloadRow that was passed to the database.
17 // DownloadManager of these persisted DownloadItems. CreateDownloadItem()
57 PERSISTED,
187 return data && (data->state() == DownloadHistoryData::PERSISTED);
255 DownloadHistoryData::PERSISTED);
322 data->SetState(DownloadHistoryData::PERSISTED);
346 data->SetState(DownloadHistoryData::PERSISTED);
395 if (data->state() != DownloadHistoryData::PERSISTED) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 468 milliseconds