| /external/chromium_org/chrome/browser/ui/web_applications/ |
| web_app_ui.cc | 410 info->profile_path = profile->GetPath(); 430 shortcut_info->profile_path = profile->GetPath();
|
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| manage_profile_handler.cc | 456 const base::FilePath profile_path = local 461 profile_path, base::Bind(&ManageProfileHandler::OnHasProfileShortcuts,
|
| /external/chromium_org/webkit/browser/fileapi/ |
| sandbox_context.cc | 113 const base::FilePath& profile_path, 120 profile_path.Append(kFileSystemDirectory),
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| proxydetect.cc | 429 bool GetDefaultFirefoxProfile(Pathname* profile_path) { 430 ASSERT(NULL != profile_path); 485 profile_path->SetPathname(candidate.pathname()); 498 profile_path->SetPathname(path); [all...] |
| /external/chromium_org/chrome/browser/profiles/ |
| profile_manager.h | 81 // Explicit asynchronous creation of a profile located at |profile_path|. 84 void CreateProfileAsync(const base::FilePath& profile_path,
|
| profile_manager_browsertest.cc | 59 const base::FilePath& profile_path) OVERRIDE {
|
| profile_impl_io_data.cc | 106 const base::FilePath& profile_path, 132 io_data_->profile_path_ = profile_path;
|
| /external/chromium_org/chrome_frame/ |
| chrome_frame_automation.cc | 299 DVLOG(1) << "Profile path: " << params->profile_path().value(); 301 params->profile_path()); 676 base::FilePath profile_path; local 678 referrer_gurl, profile_path, L"", SimpleResourceLoader::GetLanguage(), [all...] |
| utils.cc | [all...] |
| utils.h | 606 // Sets |profile_path| to the path for the Chrome Frame |profile_name| 609 base::FilePath* profile_path);
|
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| proxydetect.cc | 431 bool GetDefaultFirefoxProfile(Pathname* profile_path) { 432 ASSERT(NULL != profile_path); 487 profile_path->SetPathname(candidate.pathname()); 500 profile_path->SetPathname(path); [all...] |
| /external/chromium_org/webkit/browser/database/ |
| database_tracker.h | 99 DatabaseTracker(const base::FilePath& profile_path,
|
| /external/chromium_org/webkit/browser/quota/ |
| quota_manager.cc | 185 int64 CallSystemGetAmountOfFreeDiskSpace(const base::FilePath& profile_path) { 187 if(!file_util::CreateDirectory(profile_path)) { 188 LOG(WARNING) << "Create directory failed for path" << profile_path.value(); 191 return base::SysInfo::AmountOfFreeDiskSpace(profile_path); 792 const base::FilePath& profile_path, 797 profile_path_(profile_path), [all...] |
| quota_manager.h | 117 const base::FilePath& profile_path,
|
| /external/chromium/chrome/browser/importer/ |
| firefox3_importer.cc | 382 FilePath profile_path = source_path_.AppendASCII("searchplugins"); local 404 file = profile_path.Append(
|
| /external/chromium_org/chrome/browser/ui/views/apps/ |
| native_app_window_views.cc | 97 shortcut_info.profile_path); 217 shortcut_info.profile_path, shortcut_info.extension_id,
|
| /external/chromium_org/chrome/utility/importer/ |
| firefox_importer.cc | 405 base::FilePath profile_path = source_path_.AppendASCII("searchplugins"); local 426 file = profile_path.AppendASCII(
|
| /external/chromium_org/chrome_frame/test/net/ |
| fake_external_tab.cc | 553 base::FilePath profile_path( 556 g_browser_process->profile_manager()->GetProfile(profile_path); [all...] |
| /external/chromium_org/chromeos/network/ |
| network_configuration_handler_unittest.cc | 162 const dbus::ObjectPath& profile_path, 178 void OnDeleteEntry(const dbus::ObjectPath& profile_path,
|
| /external/chromium/chrome/browser/webdata/ |
| web_data_service.h | 285 bool Init(const FilePath& profile_path);
|
| /external/chromium_org/chrome/browser/chromeos/options/ |
| wimax_config_view.cc | 309 if (wimax->profile_path().empty()) {
|
| /external/chromium_org/chrome/browser/chromeos/cros/ |
| network_library.cc | 429 void Network::SetProfilePath(const std::string& profile_path) { 430 VLOG(1) << "Setting profile for: " << name_ << " to: " << profile_path; local 432 flimflam::kProfileProperty, profile_path, &profile_path_); [all...] |
| native_network_parser.cc | 725 std::string profile_path; local 726 if (!value.GetAsString(&profile_path)) 728 network->set_profile_path(profile_path); [all...] |
| /external/chromium_org/chrome/installer/setup/ |
| uninstall.cc | 1008 string16 profile_path; local [all...] |
| /external/chromium_org/chrome/browser/ |
| chrome_browser_main.cc | 344 base::FilePath profile_path = local 347 profile_path); [all...] |