Home | History | Annotate | Download | only in ntp

Lines Matching refs:session_tag

252       const std::string& session_tag = session->session_tag;
255 session_data->SetString("tag", session_tag);
261 bool is_collapsed = collapsed_sessions->HasKey(session_tag);
264 current_collapsed_sessions->SetBoolean(session_tag, true);
342 std::string session_tag;
343 if (!args->GetString(0, &session_tag)) {
350 open_tabs->DeleteForeignSession(session_tag);
361 std::string session_tag;
362 if (!args->GetString(0, &session_tag)) {
378 update.Get()->SetBoolean(session_tag, true);
380 update.Get()->Remove(session_tag, NULL);