Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/bookmarks/
Dbookmark_node_data.cc201 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()
Dbookmark_node_data.h163 FilePath::StringType profile_path_;
/external/chromium/chrome/browser/ui/web_applications/
Dweb_app_ui.cc81 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/
Duser_style_sheet_watcher.cc129 : profile_path_(profile_path), in UserStyleSheetWatcher()
151 FilePath style_sheet_file = profile_path_.AppendASCII(kStyleSheetDir) in Init()
Duser_style_sheet_watcher.h45 FilePath profile_path_;
/external/chromium/chrome/browser/importer/
Dimporter_unittest.cc66 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/
Dweb_app.cc187 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/
Dtab_strip_model_unittest.cc256 std::wstring profile_path_; member in TabStripModelTest