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 107 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
130 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
154 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS));
profile.h 119 CREATE_MODE_ASYNCHRONOUS
158 // CREATE_MODE_ASYNCHRONOUS then the profile is initialized asynchronously.
profile_impl.cc 266 if (create_mode == CREATE_MODE_ASYNCHRONOUS) {
413 DCHECK(create_mode == CREATE_MODE_ASYNCHRONOUS ||
415 bool async_prefs = create_mode == CREATE_MODE_ASYNCHRONOUS;
    [all...]
profile_manager.cc 780 Profile::CREATE_MODE_ASYNCHRONOUS);
    [all...]

Completed in 45 milliseconds