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 114 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
139 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
165 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
profile.h 119 CREATE_MODE_ASYNCHRONOUS
154 // CREATE_MODE_ASYNCHRONOUS then the profile is initialized asynchronously.
profile_impl.cc 273 if (create_mode == CREATE_MODE_ASYNCHRONOUS) {
431 DCHECK(create_mode == CREATE_MODE_ASYNCHRONOUS ||
433 bool async_prefs = create_mode == CREATE_MODE_ASYNCHRONOUS;
    [all...]
profile_manager.cc     [all...]

Completed in 93 milliseconds