HomeSort by relevance Sort by last modified time
    Searched refs:CREATE_MODE_ASYNCHRONOUS (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 179 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));
profile.h 116 CREATE_MODE_ASYNCHRONOUS
157 // CREATE_MODE_ASYNCHRONOUS then the profile is initialized asynchronously.
profile_impl.cc 279 if (create_mode == CREATE_MODE_ASYNCHRONOUS) {
446 DCHECK(create_mode == CREATE_MODE_ASYNCHRONOUS ||
448 bool async_prefs = create_mode == CREATE_MODE_ASYNCHRONOUS;
    [all...]
profile_manager.cc     [all...]

Completed in 174 milliseconds