Home | History | Annotate | Download | only in browser

Lines Matching defs:profile_path

146   FilePath profile_path;
150 clear_local_state_on_exit = ShouldClearLocalState(&profile_path);
280 ClearLocalState(profile_path);
663 void BrowserProcessImpl::ClearLocalState(const FilePath& profile_path) {
664 webkit_database::DatabaseTracker::ClearLocalState(profile_path);
667 bool BrowserProcessImpl::ShouldClearLocalState(FilePath* profile_path) {
682 *profile_path = profile->GetPath();