Searched refs:profile_path_ (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_node_data_mac.cc19 profile_path_);
31 profile_path_ = file_path;
44 profile_path_ = file_path;
H A Dbookmark_node_data.cc201 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();
H A Dbookmark_node_data_views.cc46 profile_path_.clear();
H A Dbookmark_node_data.h150 // Sets |profile_path_| to that of |profile|. This is useful for the
163 base::FilePath profile_path_; member in struct:BookmarkNodeData
/external/chromium_org/chromeos/network/
H A Dfavorite_state.cc29 return GetStringValue(key, value, &profile_path_);
46 return !profile_path_.empty() &&
47 profile_path_ != NetworkProfileHandler::kSharedProfilePath;
H A Dfavorite_state.h32 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
H A Dnetwork_state.h48 const std::string& profile_path() const { return profile_path_; }
134 std::string profile_path_; member in class:chromeos::NetworkState
H A Dnetwork_state.cc201 return GetStringValue(key, value, &profile_path_);
293 profile_path_);
327 return !profile_path_.empty() &&
328 profile_path_ != NetworkProfileHandler::kSharedProfilePath;
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.cc36 return profile_path_;
70 DCHECK(profile_path_.empty());
72 if (!profile_path_.empty())
75 profile_path_ = profile_dir;
H A Dapp_shim_host_mac.h76 base::FilePath profile_path_; member in class:AppShimHost
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.cc201 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_
[all...]
H A Dbookmark_node_data.h145 // Sets |profile_path_| to that of |profile|. This is useful for the
163 FilePath::StringType profile_path_; member in struct:BookmarkNodeData
/external/chromium/chrome/browser/
H A Duser_style_sheet_watcher.h45 FilePath profile_path_; member in class:UserStyleSheetWatcher
H A Duser_style_sheet_watcher.cc129 : profile_path_(profile_path),
151 FilePath style_sheet_file = profile_path_.AppendASCII(kStyleSheetDir)
/external/chromium_org/chrome/browser/
H A Duser_style_sheet_watcher.h50 base::FilePath profile_path_; member in class:UserStyleSheetWatcher
H A Duser_style_sheet_watcher.cc144 profile_path_(profile_path),
167 base::FilePath style_sheet_file = profile_path_.AppendASCII(kStyleSheetDir)
/external/chromium_org/chrome_frame/test/
H A Dautomation_client_mock.cc54 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_
[all...]
H A Dautomation_client_mock.h152 base::FilePath profile_path_; member in class:CFACMockTest
174 GetChromeFrameProfilePath(L"Adam.N.Epilinter", &profile_path_);
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_importer_browsertest.cc222 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/
H A Dweb_app_ui.cc81 FilePath profile_path_; member in class:__anon2753::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/
H A Dtesting_profile.cc177 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/
H A Dmedia_file_system_backend.cc51 : profile_path_(profile_path),
58 DeviceMediaAsyncFileUtil::Create(profile_path_))
H A Dmedia_file_system_backend.h71 const base::FilePath profile_path_; member in class:chrome::MediaFileSystemBackend
/external/chromium_org/chrome/browser/ui/gtk/
H A Dcreate_application_shortcuts_dialog_gtk.h137 base::FilePath profile_path_; member in class:CreateChromeApplicationShortcutsDialogGtk
/external/chromium_org/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc127 base::FilePath profile_path_; member in class:__anon6443::UpdateShortcutWorker
140 profile_path_(Profile::FromBrowserContext(
279 profile_path_, shortcut_info_.extension_id, shortcut_info_.url);
299 profile_path_);

Completed in 1615 milliseconds

12