Home
last modified time | relevance | path

Searched refs:CreateProfile (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dpinned_tab_service_unittest.cc22 virtual TestingProfile* CreateProfile() OVERRIDE { in CreateProfile() function in PinnedTabServiceTest
23 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); in CreateProfile()
/external/chromium/android/autofill/
Dprofile_android.cc74 Profile* Profile::CreateProfile(const FilePath& path) { in CreateProfile() function in Profile
/external/chromium/android/content/browser/tab_contents/
Dtab_contents.h25 : profile_(ProfileImplAndroid::CreateProfile(FilePath())) in TabContents()
/external/chromium/chrome/browser/profiles/
Dprofile.h178 static Profile* CreateProfile(const FilePath& path);
Dprofile_manager.cc215 profile = Profile::CreateProfile(profile_dir); in GetProfile()
Dprofile_impl.cc232 Profile* Profile::CreateProfile(const FilePath& path) { in CreateProfile() function in Profile
/external/chromium/chrome/browser/
Dbrowser_main.cc816 Profile* CreateProfile(const MainFunctionParams& parameters, in CreateProfile() function
1504 Profile* profile = CreateProfile(parameters, user_data_dir); in BrowserMain()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h26 : profile_(ProfileImplAndroid::CreateProfile(FilePath())) in TabContents()