HomeSort by relevance Sort by last modified time
    Searched refs:profile_path_ (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data_mac.cc 19 profile_path_);
31 profile_path_ = file_path;
44 profile_path_ = file_path;
bookmark_node_data.cc 201 if (profile_path_.ReadFromPickle(&data_iterator) &&
241 profile_path_.clear();
246 DCHECK(profile_path_.empty());
249 profile_path_ = profile->GetPath();
254 return !profile_path_.empty() && profile_path_ == profile->GetPath();
bookmark_node_data.h 150 // Sets |profile_path_| to that of |profile|. This is useful for the
163 base::FilePath profile_path_; member in struct:BookmarkNodeData
bookmark_node_data_views.cc 46 profile_path_.clear();
  /external/chromium_org/chromeos/network/
favorite_state.h 32 const std::string& profile_path() const { return profile_path_; }
33 bool is_favorite() const { return !profile_path_.empty(); }
43 std::string profile_path_; member in class:chromeos::FavoriteState
favorite_state.cc 29 return GetStringValue(key, value, &profile_path_);
46 return !profile_path_.empty() &&
47 profile_path_ != NetworkProfileHandler::kSharedProfilePath;
network_state.h 48 const std::string& profile_path() const { return profile_path_; }
134 std::string profile_path_; member in class:chromeos::NetworkState
  /external/chromium/chrome/browser/
user_style_sheet_watcher.h 45 FilePath profile_path_; member in class:UserStyleSheetWatcher
user_style_sheet_watcher.cc 129 : profile_path_(profile_path),
151 FilePath style_sheet_file = profile_path_.AppendASCII(kStyleSheetDir)
  /external/chromium_org/apps/app_shim/
app_shim_host_mac.cc 36 return profile_path_;
70 DCHECK(profile_path_.empty());
72 if (!profile_path_.empty())
75 profile_path_ = profile_dir;
app_shim_host_mac.h 76 base::FilePath profile_path_; member in class:AppShimHost
  /external/chromium_org/chrome/browser/
user_style_sheet_watcher.h 50 base::FilePath profile_path_; member in class:UserStyleSheetWatcher
user_style_sheet_watcher.cc 144 profile_path_(profile_path),
167 base::FilePath style_sheet_file = profile_path_.AppendASCII(kStyleSheetDir)
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.cc 201 bookmark_pasteboard_helper_mac::WriteToClipboard(elements, profile_path_);
206 &profile_path_);
211 &profile_path_);
242 profile_path_.clear();
276 &profile_path_) &&
316 profile_path_.clear();
321 DCHECK(profile_path_.empty());
324 profile_path_ = profile->GetPath().value();
329 return !profile_path_.empty() && profile_path_ == profile->GetPath().value()
    [all...]
bookmark_node_data.h 145 // Sets |profile_path_| to that of |profile|. This is useful for the
163 FilePath::StringType profile_path_; member in struct:BookmarkNodeData
  /external/chromium_org/chrome_frame/test/
automation_client_mock.cc 54 LaunchParamProfileEq(profile_path_.BaseName().value()),
114 static base::FilePath profile_path_; member in class:CFACWithChrome
122 base::FilePath CFACWithChrome::profile_path_; member in class:CFACWithChrome
126 GetChromeFrameProfilePath(L"Adam.N.Epilinter", &profile_path_);
131 profile_path_.clear();
135 chrome_frame_test::OverrideDataDirectoryForThisTest(profile_path_.value());
139 empty, empty, profile_path_, profile_path_.BaseName().value(), L"",
268 empty, empty, profile_path_, profile_path_.BaseName().value(), L""
    [all...]
automation_client_mock.h 152 base::FilePath profile_path_; member in class:CFACMockTest
174 GetChromeFrameProfilePath(L"Adam.N.Epilinter", &profile_path_);
  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 222 profile_path_ = test_path.AppendASCII("profile");
238 ASSERT_TRUE(base::CopyDirectory(data_path, profile_path_, true));
241 ASSERT_TRUE(base::CopyDirectory(data_path, profile_path_, false));
260 source_profile.source_path = profile_path_;
278 base::FilePath profile_path_; member in class:FirefoxProfileImporterBrowserTest
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 81 FilePath profile_path_; member in class:__anon5159::UpdateShortcutWorker
94 profile_path_(tab_contents->profile()->GetPath()) {
222 web_app::GetDataDir(profile_path_), shortcut_info_);
242 profile_path_);
  /external/chromium_org/chrome/test/base/
testing_profile.cc 177 profile_path_ = temp_dir_.path();
189 profile_path_(path),
205 profile_path_(path),
232 profile_path_(path),
239 if (profile_path_.empty()) {
241 profile_path_ = temp_dir_.path();
301 if (!base::PathExists(profile_path_))
302 file_util::CreateDirectory(profile_path_);
506 return profile_path_;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.cc 51 : profile_path_(profile_path),
58 DeviceMediaAsyncFileUtil::Create(profile_path_))
media_file_system_backend.h 71 const base::FilePath profile_path_; member in class:chrome::MediaFileSystemBackend
  /external/chromium_org/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.h 137 base::FilePath profile_path_; member in class:CreateChromeApplicationShortcutsDialogGtk
  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 116 referrer_(referrer), profile_path_(profile_path),
151 return profile_path_;
191 base::FilePath profile_path_; member in class:ChromeFrameLaunchParams
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 127 base::FilePath profile_path_; member in class:__anon8849::UpdateShortcutWorker
140 profile_path_(Profile::FromBrowserContext(
279 profile_path_, shortcut_info_.extension_id, shortcut_info_.url);
299 profile_path_);

Completed in 485 milliseconds

1 2