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

/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/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc81 FilePath profile_path_; member in class:__anon2589::UpdateShortcutWorker
94 profile_path_(tab_contents->profile()->GetPath()) {
222 web_app::GetDataDir(profile_path_), shortcut_info_);
242 profile_path_);
/external/chromium/chrome/browser/importer/
H A Dimporter_unittest.cc66 profile_path_ = test_path.AppendASCII("profile");
78 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, true));
81 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, false));
102 source_profile.source_path = profile_path_;
118 FilePath profile_path_; member in class:ImporterTest
665 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, true));
668 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, false));
689 source_profile.source_path = profile_path_;
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc187 FilePath profile_path_; member in class:__anon2654::CreateShortcutTask
206 profile_path_(profile_path),
347 UTF8ToWide(app_name), profile_path_);
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc256 std::wstring profile_path_; member in class:TabStripModelTest

Completed in 127 milliseconds