HomeSort by relevance Sort by last modified time
    Searched refs:profile_path (Results 176 - 199 of 199) sorted by null

1 2 3 4 5 6 78

  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui_browsertest.cc 320 const base::FilePath profile_path = local
browser_options_handler.cc 1262 base::FilePath profile_path = cache.GetPathOfProfileAtIndex(i); local
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.h 78 const base::FilePath& profile_path,
bookmark_model.cc 136 const base::FilePath& profile_path,
150 store_ .reset(new BookmarkStorage(this, profile_path, io_task_runner.get()));
  /external/chromium_org/storage/browser/database/
database_tracker.h 104 DatabaseTracker(const base::FilePath& profile_path,
database_tracker.cc 83 const base::FilePath& profile_path,
92 profile_path_(profile_path),
  /external/chromium_org/storage/browser/fileapi/
sandbox_file_system_backend_delegate.h 86 const base::FilePath& profile_path,
sandbox_file_system_backend_delegate.cc 175 const base::FilePath& profile_path,
181 profile_path.Append(kFileSystemDirectory),
  /external/chromium_org/third_party/webrtc/base/
proxydetect.cc 414 bool GetDefaultFirefoxProfile(Pathname* profile_path) {
415 ASSERT(NULL != profile_path);
470 profile_path->SetPathname(candidate.pathname());
483 profile_path->SetPathname(path);
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_file_util_unittest.cc 204 TestMediaFileSystemBackend(const base::FilePath& profile_path,
206 : MediaFileSystemBackend(profile_path,
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 173 const dbus::ObjectPath& profile_path,
189 void OnDeleteEntry(const dbus::ObjectPath& profile_path,
network_state_handler.cc 549 std::string prev_profile_path = network->profile_path();
596 if (prev_profile_path.empty() && !network->profile_path().empty())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 320 if (wimax->profile_path().empty()) {
wifi_config_view.cc     [all...]
  /external/chromium_org/storage/browser/quota/
quota_manager.h 127 const base::FilePath& profile_path,
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc 146 const base::FilePath& profile_path = profile->GetPath(); local
150 node_data->same_profile = data.IsFromProfilePath(profile_path);
154 BookmarkModelFactory::GetForProfile(profile), profile_path);
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 823 base::string16 profile_path; local
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder_unittest.cc 97 const base::FilePath& profile_path) OVERRIDE {}
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.cc 266 const base::FilePath& profile_path,
270 profile_path_(profile_path),
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 128 const base::FilePath& profile_path,
163 io_data_->profile_path_ = profile_path;
    [all...]
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 464 base::FilePath profile_path = source_path_.Append(searchplugins_path); local
485 file = profile_path.AppendASCII(
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py 752 profile_path, profile_type = os.path.split(arg_dict['--profile-dir'])
755 '--browser', arg_dict['--browser'], '--output-dir', profile_path])
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc     [all...]
  /external/chromium_org/content/browser/quota/
quota_manager_unittest.cc 420 base::FilePath profile_path() const { return data_dir_.path(); } function in class:content::QuotaManagerTest
    [all...]

Completed in 806 milliseconds

1 2 3 4 5 6 78