Searched defs:ProfileParams (Results 1 – 2 of 2) sorted by relevance
93 struct ProfileParams { struct97 bool is_incognito;98 bool clear_local_state_on_exit;99 std::string accept_language;100 std::string accept_charset;101 std::string referrer_charset;102 FilePath user_script_dir_path;103 IOThread* io_thread;127 void InitializeProfileParams(Profile* profile); argument
194 ProfileIOData::ProfileParams::ProfileParams() in ProfileParams() function in ProfileIOData::ProfileParams