/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/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/chrome/browser/ui/web_applications/ |
web_app_ui.cc | 81 FilePath profile_path_; member in class:__anon3347::UpdateShortcutWorker 94 profile_path_(tab_contents->profile()->GetPath()) { 222 web_app::GetDataDir(profile_path_), shortcut_info_); 242 profile_path_);
|
/external/chromium/chrome/browser/importer/ |
importer_unittest.cc | 66 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_; [all...] |
/external/chromium/chrome/browser/web_applications/ |
web_app.cc | 187 FilePath profile_path_; member in class:__anon3412::CreateShortcutTask 206 profile_path_(profile_path), 347 UTF8ToWide(app_name), profile_path_);
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_unittest.cc | 256 std::wstring profile_path_; member in class:TabStripModelTest [all...] |