Home
last modified time | relevance | path

Searched refs:SETTINGS_FLAG_PLEASE_PERSIST (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/net/http/
Dhttp_server_properties_manager_unittest.cc269 const net::SpdySettingsFlags flags1 = net::SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
295 const net::SpdySettingsFlags flags1 = net::SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
333 const net::SpdySettingsFlags flags1 = net::SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
415 const net::SpdySettingsFlags flags1 = net::SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
Dhttp_server_properties_impl_unittest.cc532 const SpdySettingsFlags flags1 = SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
558 const SpdySettingsFlags flags3 = SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
599 const SpdySettingsFlags flags1 = SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
615 const SpdySettingsFlags flags3 = SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
637 const SpdySettingsFlags flags1 = SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
644 const SpdySettingsFlags flags2 = SETTINGS_FLAG_PLEASE_PERSIST; in TEST_F()
Dhttp_server_properties_impl.cc387 if (!(flags & SETTINGS_FLAG_PLEASE_PERSIST)) in SetSpdySetting()
/external/chromium_org/net/spdy/
Dbuffered_spdy_framer.cc322 (it->second.first & SETTINGS_FLAG_PLEASE_PERSIST) != 0, in CreateSettings()
Dspdy_protocol.h349 SETTINGS_FLAG_PLEASE_PERSIST = 0x01, enumerator
Dspdy_websocket_stream_unittest.cc192 spdy_settings_flags_to_set_(SETTINGS_FLAG_PLEASE_PERSIST), in SpdyWebSocketStreamTest()
Dspdy_session_unittest.cc1426 SETTINGS_FLAG_PLEASE_PERSIST, in TEST_P()
1494 SETTINGS_FLAG_PLEASE_PERSIST, in TEST_P()
1595 SETTINGS_FLAG_PLEASE_PERSIST, in TEST_P()
1613 SettingsFlagsAndValue flags_and_value1(SETTINGS_FLAG_PLEASE_PERSIST, 2); in TEST_P()
1617 SETTINGS_FLAG_PLEASE_PERSIST, in TEST_P()
Dspdy_framer.cc1778 uint8 kFlagsMask = SETTINGS_FLAG_PLEASE_PERSIST | SETTINGS_FLAG_PERSISTED; in ProcessSetting()
2527 setting_flags |= SETTINGS_FLAG_PLEASE_PERSIST; in SerializeSettings()
Dspdy_test_util_common.cc887 (it->second.first & SETTINGS_FLAG_PLEASE_PERSIST) != 0, in ConstructSpdySettings()
Dspdy_network_transaction_unittest.cc4301 SettingsFlagsAndValue(SETTINGS_FLAG_PLEASE_PERSIST, kSampleValue1); in TEST_P()
4307 SettingsFlagsAndValue(SETTINGS_FLAG_PLEASE_PERSIST, kSampleValue3); in TEST_P()
4398 SETTINGS_FLAG_PLEASE_PERSIST, in TEST_P()
4405 SETTINGS_FLAG_PLEASE_PERSIST, in TEST_P()
Dspdy_framer_test.cc2416 kFlags & SETTINGS_FLAG_PLEASE_PERSIST, in TEST_P()