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 569 content::WebContents* LoadGuest(const std::string& guest_path,
575 GURL guest_url = embedded_test_server()->GetURL(guest_path);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 585 base::FilePath guest_path = profile_manager->user_data_dir(); local
586 return guest_path.Append(chrome::kGuestProfileDir);
    [all...]
profile_manager_unittest.cc 383 base::FilePath guest_path = ProfileManager::GetGuestProfilePath(); local
386 EXPECT_EQ(expected_path, guest_path);
    [all...]

Completed in 75 milliseconds