HomeSort by relevance Sort by last modified time
    Searched defs:profile_path_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/
user_style_sheet_watcher.h 45 FilePath profile_path_; member in class:UserStyleSheetWatcher
  /external/chromium/chrome/browser/bookmarks/
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:__anon3740::UpdateShortcutWorker
94 profile_path_(tab_contents->profile()->GetPath()) {
222 web_app::GetDataDir(profile_path_), shortcut_info_);
242 profile_path_);
  /external/chromium/chrome/browser/web_applications/
web_app.cc 187 FilePath profile_path_; member in class:__anon3805::CreateShortcutTask
206 profile_path_(profile_path),
347 UTF8ToWide(app_name), 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/tabs/
tab_strip_model_unittest.cc 256 std::wstring profile_path_; member in class:TabStripModelTest
    [all...]

Completed in 134 milliseconds