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

  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 80 milliseconds