Searched refs:CREATE_MODE_ASYNCHRONOUS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc179 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
208 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
236 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
H A Dprofile.h116 CREATE_MODE_ASYNCHRONOUS enumerator in enum:Profile::CreateMode
157 // CREATE_MODE_ASYNCHRONOUS then the profile is initialized asynchronously.
H A Dprofile_impl.cc279 if (create_mode == CREATE_MODE_ASYNCHRONOUS) {
446 DCHECK(create_mode == CREATE_MODE_ASYNCHRONOUS ||
448 bool async_prefs = create_mode == CREATE_MODE_ASYNCHRONOUS;
H A Dprofile_manager.cc1030 Profile::CREATE_MODE_ASYNCHRONOUS);

Completed in 2586 milliseconds