Home | History | Annotate | Download | only in spdy

Lines Matching refs:SETTINGS

150 base::Value* NetLogSpdySendSettingsCallback(const SettingsMap* settings,
154 for (SettingsMap::const_iterator it = settings->begin();
155 it != settings->end(); ++it) {
162 dict->Set("settings", settings_list);
1647 frame_type == SETTINGS ||
2430 // Count the prefix as part of the subsequent SETTINGS frame.
2431 EnqueueSessionWrite(HIGHEST, SETTINGS,
2435 // First, notify the server about the settings they should use when
2438 // Create a new settings frame notifying the server of our
2463 // Finally, notify the server about the settings they have
2487 void SpdySession::SendSettings(const SettingsMap& settings) {
2492 base::Bind(&NetLogSpdySendSettingsCallback, &settings));
2494 // Create the SETTINGS frame and send it.
2497 buffered_spdy_framer_->CreateSettings(settings));
2499 EnqueueSessionWrite(HIGHEST, SETTINGS, settings_frame.Pass());
2688 // Enumerate the saved settings, and set histograms for it.