Searched defs:SessionStartupPref (Results 1 – 2 of 2) sorted by relevance
18 struct SessionStartupPref { struct34 static void SetStartupPref(Profile* profile, const SessionStartupPref& pref); argument51 Type type;54 std::vector<GURL> urls;
133 SessionStartupPref::SessionStartupPref() : type(DEFAULT) {} in SessionStartupPref() function in SessionStartupPref135 SessionStartupPref::SessionStartupPref(Type type) : type(type) {} in SessionStartupPref() function in SessionStartupPref