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

  /external/chromium/chrome/browser/
process_singleton_uitest.cc 140 EXPECT_TRUE(temp_profile_dir_.CreateUniqueTempDir());
149 TestTimeouts::action_max_timeout_ms(), temp_profile_dir_.path());
217 ScopedTempDir temp_profile_dir_; member in class:__anon2071::ProcessSingletonTest
  /external/chromium_org/chrome/browser/
process_singleton_browsertest.cc 139 EXPECT_TRUE(temp_profile_dir_.CreateUniqueTempDir());
148 TestTimeouts::action_max_timeout(), temp_profile_dir_.path());
218 base::ScopedTempDir temp_profile_dir_; member in class:ProcessSingletonTest
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 204 if (state.clear_profile || !temp_profile_dir_.IsValid()) {
205 if (temp_profile_dir_.IsValid() && !temp_profile_dir_.Delete()) {
210 if (!temp_profile_dir_.CreateUniqueTempDir()) {
522 EXPECT_TRUE(temp_profile_dir_.IsValid());
523 return temp_profile_dir_.path();
proxy_launcher.h 163 base::ScopedTempDir temp_profile_dir_; member in class:ProxyLauncher
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 466 base::ScopedTempDir temp_profile_dir_; member in class:SafeBrowsingServiceTest
828 ASSERT_TRUE(temp_profile_dir_.CreateUniqueTempDir());
830 temp_profile_dir_.path(), NULL, Profile::CREATE_MODE_SYNCHRONOUS));
    [all...]

Completed in 858 milliseconds