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

1 2 3 4 56 7 8

  /external/chromium_org/components/test/data/password_manager/
environment.py 48 def __init__(self, chrome_path, chromedriver_path, profile_path,
56 profile_path: The chrome testing profile folder.
66 Exception: An exception is raised if |profile_path| folder could not be
88 shutil.rmtree(profile_path)
105 options.add_argument("user-data-dir=%s" % profile_path)
run_tests.py 25 "--profile-path", action="store", dest="profile_path",
76 args.profile_path[0], results_path))
tests.py 342 def RunTests(chrome_path, chromedriver_path, profile_path,
352 profile_path: The chrome testing profile folder.
371 environment = Environment(chrome_path, chromedriver_path, profile_path,
412 "--profile-path", action="store", dest="profile_path",
467 args.profile_path[0],
480 args.profile_path[0],
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.cc 65 item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_settings_service.h 65 // |profile_path|. File I/O will be serialized via the
68 void Init(base::FilePath profile_path,
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.h 115 // Show the app list for the profile specified by |profile_path|.
116 virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0;
app_list_service_interactive_uitest.cc 205 base::FilePath profile_path = user_data_dir.Append(second_profile_name_); variable
206 CHECK(second_profile_temp_dir_.Set(profile_path));
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 115 const base::FilePath& profile_path) {
  /external/chromium_org/chromeos/dbus/
mock_shill_manager_client.h 46 void(const dbus::ObjectPath& profile_path,
fake_shill_manager_client.h 60 const dbus::ObjectPath& profile_path,
108 virtual void AddProfile(const std::string& profile_path) OVERRIDE;
  /external/chromium_org/chromeos/network/
network_configuration_handler.h 103 // Changes the profile for the network |service_path| to |profile_path|.
106 const std::string& profile_path,
network_state.h 57 const std::string& profile_path() const { return profile_path_; } function in class:chromeos::NetworkState
managed_network_configuration_handler_impl.h 87 const std::string& profile_path) const OVERRIDE;
  /external/chromium_org/components/bookmarks/browser/
bookmark_storage.h 140 // from and saved to a location derived from |profile_path|. The IO code will
143 const base::FilePath& profile_path,
bookmark_storage.cc 146 const base::FilePath& profile_path,
149 writer_(profile_path.Append(kBookmarksFileName), sequenced_task_runner),
  /external/chromium_org/ui/app_list/views/
app_list_view.h 107 void SetProfileByPath(const base::FilePath& profile_path);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 220 base::FilePath profile_path = profile.GetPath(); local
221 EXPECT_EQ(profile_path.AppendASCII("GCache/v1"),
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.cc 108 << ", profile=" << new_network->profile_path();
135 VLOG(1) << "Unknown profile_path '" << network_profile_path
180 IgnoreProxy(profile_prefs_, network->profile_path(), onc_source);
ui_proxy_config_service.cc 182 profile_prefs_, network.profile_path(), onc_source);
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.h 111 // |profile_path| is used to locate the "Downloads" folder on Chrome OS. If it
114 void set_profile_path(const base::FilePath& profile_path) {
115 profile_path_ = profile_path;
  /external/chromium_org/chrome/browser/resources/
about_version.js 24 $('profile_path').textContent = profilePath;
  /external/chromium_org/storage/browser/fileapi/
plugin_private_file_system_backend.cc 89 const base::FilePath& profile_path,
94 base_path_(profile_path.Append(kFileSystemDirectory)
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 62 const base::FilePath& profile_path);
80 const base::FilePath& profile_path)
85 g_browser_process->profile_manager()->GetProfileByPath(profile_path);
  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.h 142 void OnExtensionEnabled(const base::FilePath& profile_path,
  /external/chromium_org/chrome/browser/profiles/
avatar_menu.cc 138 UserManager::Show(item.profile_path,

Completed in 2933 milliseconds

1 2 3 4 56 7 8