Home | History | Annotate | Download | only in instant

Lines Matching refs:c_str

42   prefs->RegisterBooleanPref((base_key + kShowKey).c_str(), true);
43 prefs->RegisterIntegerPref((base_key + kNumSessionsKey).c_str(), 0);
44 prefs->RegisterInt64Pref((base_key + kInitialTimeKey).c_str(), 0);
66 profile_->GetPrefs()->SetBoolean((pref_key_ + kShowKey).c_str(), false);
74 show_ = prefs->GetBoolean((pref_key_ + kShowKey).c_str());
81 int session_count = prefs->GetInteger((pref_key_ + kNumSessionsKey).c_str());
83 prefs->GetInt64((pref_key_ + kInitialTimeKey).c_str());
87 prefs->SetInt64((pref_key_ + kInitialTimeKey).c_str(),
95 prefs->SetInteger((pref_key_ + kNumSessionsKey).c_str(), session_count + 1);
105 profile_->GetPrefs()->SetBoolean((pref_key_ + kShowKey).c_str(), false);
114 profile_->GetPrefs()->SetBoolean((pref_key_ + kShowKey).c_str(), false);