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

  /external/chromium_org/chrome/browser/ui/window_sizer/
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_common_unittest.cc 203 if (source == PERSISTED || source == BOTH)
243 if (source == PERSISTED || source == BOTH)
271 initial_bounds, gfx::Rect(), PERSISTED,
280 gfx::Rect(-471, 50, 500, 400), gfx::Rect(), PERSISTED,
291 gfx::Rect(50, -370, 500, 400), gfx::Rect(), PERSISTED,
302 initial_bounds, gfx::Rect(), PERSISTED,
311 gfx::Rect(995, 50, 500, 400), gfx::Rect(), PERSISTED,
323 initial_bounds, gfx::Rect(), PERSISTED,
332 gfx::Rect(50, 739, 500, 400), gfx::Rect(), PERSISTED,
341 gfx::Rect(-471, -371, 500, 400), gfx::Rect(), PERSISTED,
    [all...]
window_sizer_ash_unittest.cc 288 // Test that the window opened is sized appropriately given persisted sizes.
297 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds);
306 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds);
315 initial_bounds, gfx::Rect(), PERSISTED, NULL, gfx::Rect(),
325 initial_bounds, gfx::Rect(), PERSISTED, NULL, gfx::Rect(),
337 initial_bounds, right_s1024x768, PERSISTED, NULL,
349 initial_bounds, right_s1024x768, PERSISTED,
361 initial_bounds, right_s1024x768, PERSISTED,
372 gfx::Rect(), PERSISTED, NULL, gfx::Rect(), &window_bounds);
506 PERSISTED, browser_popup->browser()
    [all...]
window_sizer_common_unittest.h 90 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED, BOTH };
95 // last active window, the persisted value which was stored earlier, both or
114 // last active window, the persisted value which was stored earlier, both or
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Settings.java 34 /** Sent by servers only. The peer requests this setting persisted for future connections. */
36 /** Sent by clients only. The client is reminding the server of a persisted value. */
37 static final int PERSISTED = 0x2;
74 /** Bitfield of flags that have {@link #PERSISTED}. */
75 private int persisted; field in class:Settings
81 set = persistValue = persisted = 0;
97 if ((idFlags & PERSISTED) != 0) {
98 persisted |= bit;
100 persisted &= ~bit;
121 if (isPersisted(id)) result |= Settings.PERSISTED;
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SettingsTest.java 24 import static com.squareup.okhttp.internal.spdy.Settings.PERSISTED;
97 settings.set(Settings.ROUND_TRIP_TIME, PERSISTED, 0);
101 settings.set(Settings.ROUND_TRIP_TIME, PERSIST_VALUE | PERSISTED, 0);
124 settings.set(Settings.ROUND_TRIP_TIME, PERSISTED, 0);
132 settings.set(Settings.ROUND_TRIP_TIME, PERSIST_VALUE | PERSISTED, 0);
136 settings.set(Settings.ROUND_TRIP_TIME, PERSISTED, 0);
  /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,
204 return data && (data->state() == DownloadHistoryData::PERSISTED);
287 DCHECK_EQ(DownloadHistoryData::PERSISTED,
355 data->SetState(DownloadHistoryData::PERSISTED);
379 data->SetState(DownloadHistoryData::PERSISTED);
429 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 620 milliseconds