Searched refs:kLastPromptedGoogleURL (Results 1 – 4 of 4) sorted by relevance
134 prefs->RegisterStringPref(prefs::kLastPromptedGoogleURL, std::string()); in RegisterPrefs()231 prefs::kLastPromptedGoogleURL)); in OnURLFetchComplete()260 g_browser_process->local_state()->SetString(prefs::kLastPromptedGoogleURL, in AcceptGoogleURL()269 g_browser_process->local_state()->SetString(prefs::kLastPromptedGoogleURL, in CancelGoogleURL()
228 prefs::kLastPromptedGoogleURL, url.spec()); in SetLastPromptedGoogleURL()233 prefs::kLastPromptedGoogleURL)); in GetLastPromptedGoogleURL()
339 extern const char kLastPromptedGoogleURL[];
980 const char kLastPromptedGoogleURL[] = "browser.last_prompted_google_url"; variable