Searched refs:SETTINGS_FLAG_PLEASE_PERSIST (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/net/http/ |
D | http_server_properties_manager_unittest.cc | 269 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()
|
D | http_server_properties_impl_unittest.cc | 532 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()
|
D | http_server_properties_impl.cc | 387 if (!(flags & SETTINGS_FLAG_PLEASE_PERSIST)) in SetSpdySetting()
|
/external/chromium_org/net/spdy/ |
D | buffered_spdy_framer.cc | 322 (it->second.first & SETTINGS_FLAG_PLEASE_PERSIST) != 0, in CreateSettings()
|
D | spdy_protocol.h | 349 SETTINGS_FLAG_PLEASE_PERSIST = 0x01, enumerator
|
D | spdy_websocket_stream_unittest.cc | 192 spdy_settings_flags_to_set_(SETTINGS_FLAG_PLEASE_PERSIST), in SpdyWebSocketStreamTest()
|
D | spdy_session_unittest.cc | 1426 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()
|
D | spdy_framer.cc | 1778 uint8 kFlagsMask = SETTINGS_FLAG_PLEASE_PERSIST | SETTINGS_FLAG_PERSISTED; in ProcessSetting() 2527 setting_flags |= SETTINGS_FLAG_PLEASE_PERSIST; in SerializeSettings()
|
D | spdy_test_util_common.cc | 887 (it->second.first & SETTINGS_FLAG_PLEASE_PERSIST) != 0, in ConstructSpdySettings()
|
D | spdy_network_transaction_unittest.cc | 4301 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()
|
D | spdy_framer_test.cc | 2416 kFlags & SETTINGS_FLAG_PLEASE_PERSIST, in TEST_P()
|