Searched refs:profile_path_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_node_data.cc | 201 bookmark_pasteboard_helper_mac::WriteToClipboard(elements, profile_path_); in WriteToClipboard() 206 &profile_path_); in ReadFromClipboard() 211 &profile_path_); in ReadFromDragClipboard() 242 profile_path_.clear(); in Read() 276 &profile_path_) && in ReadFromPickle() 316 profile_path_.clear(); in Clear() 321 DCHECK(profile_path_.empty()); in SetOriginatingProfile() 324 profile_path_ = profile->GetPath().value(); in SetOriginatingProfile() 329 return !profile_path_.empty() && profile_path_ == profile->GetPath().value(); in IsFromProfile()
|
D | bookmark_node_data.h | 163 FilePath::StringType profile_path_;
|
/external/chromium/chrome/browser/ui/web_applications/ |
D | web_app_ui.cc | 81 FilePath profile_path_; member in __anoncfb4d1b90111::UpdateShortcutWorker 94 profile_path_(tab_contents->profile()->GetPath()) { in UpdateShortcutWorker() 222 web_app::GetDataDir(profile_path_), shortcut_info_); in UpdateShortcutsOnFileThread() 242 profile_path_); in UpdateShortcutsOnFileThread()
|
/external/chromium/chrome/browser/ |
D | user_style_sheet_watcher.cc | 129 : profile_path_(profile_path), in UserStyleSheetWatcher() 151 FilePath style_sheet_file = profile_path_.AppendASCII(kStyleSheetDir) in Init()
|
D | user_style_sheet_watcher.h | 45 FilePath profile_path_;
|
/external/chromium/chrome/browser/importer/ |
D | importer_unittest.cc | 66 profile_path_ = test_path.AppendASCII("profile"); in SetUp() 78 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, true)); in Firefox3xImporterTest() 81 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, false)); in Firefox3xImporterTest() 102 source_profile.source_path = profile_path_; in Firefox3xImporterTest() 118 FilePath profile_path_; member in ImporterTest 665 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, true)); in TEST_F() 668 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, false)); in TEST_F() 689 source_profile.source_path = profile_path_; in TEST_F()
|
/external/chromium/chrome/browser/web_applications/ |
D | web_app.cc | 187 FilePath profile_path_; member in __anon5efd812f0111::CreateShortcutTask 206 profile_path_(profile_path), in CreateShortcutTask() 347 UTF8ToWide(app_name), profile_path_); in CreateShortcut()
|
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_unittest.cc | 256 std::wstring profile_path_; member in TabStripModelTest
|