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

  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 623 content::WebContents* LoadGuest(const std::string& guest_path,
629 GURL guest_url = embedded_test_server()->GetURL(guest_path);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 593 base::FilePath guest_path = profile_manager->user_data_dir(); local
594 return guest_path.Append(chrome::kGuestProfileDir);
    [all...]
profile_manager_unittest.cc 363 base::FilePath guest_path = ProfileManager::GetGuestProfilePath(); local
366 EXPECT_EQ(expected_path, guest_path);
    [all...]

Completed in 51 milliseconds