HomeSort by relevance Sort by last modified time
    Searched full:profile_path (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.h 20 FilePath::StringType profile_path);
26 FilePath::StringType profile_path);
30 FilePath::StringType* profile_path);
34 FilePath::StringType* profile_path);
bookmark_pasteboard_helper_mac.mm 226 FilePath::StringType profile_path) {
238 [pb setString:base::SysUTF8ToNSString(profile_path)
247 FilePath::StringType* profile_path) {
250 profile_path->assign(base::SysNSStringToUTF8(profile));
270 FilePath::StringType profile_path) {
272 WriteToClipboardPrivate(elements, pb, profile_path);
277 FilePath::StringType profile_path) {
279 WriteToClipboardPrivate(elements, pb, profile_path);
283 FilePath::StringType* profile_path) {
285 return ReadFromClipboardPrivate(elements, pb, profile_path);
    [all...]
  /external/chromium/chrome/browser/web_applications/
web_app.h 38 // |profile_path| is used as root directory for persisted data such as icon.
43 const FilePath& profile_path,
51 FilePath GetDataDir(const FilePath& profile_path);
web_app.cc 154 CreateShortcutTask(const FilePath& profile_path,
200 const FilePath& profile_path,
204 web_app::GetDataDir(profile_path),
206 profile_path_(profile_path),
503 FilePath GetDataDir(const FilePath& profile_path) {
504 return profile_path.Append(chrome::kWebAppDirname);
  /external/chromium/chrome/browser/
shell_integration_win.cc 41 std::wstring GetProfileIdFromPath(const FilePath& profile_path) {
42 // Return empty string if profile_path is empty
43 if (profile_path.empty())
47 // Return empty string if profile_path is in default user data
50 profile_path.DirName() == default_user_data_dir &&
51 profile_path.BaseName().value() ==
57 std::wstring basenames = profile_path.DirName().BaseName().value() +
58 L"." + profile_path.BaseName().value();
221 FilePath profile_path; local
223 profile_path
    [all...]
transport_security_persister.cc 25 net::TransportSecurityState* state, const FilePath& profile_path) {
29 profile_path.Append(FILE_PATH_LITERAL("TransportSecurity"));
user_style_sheet_watcher.h 27 explicit UserStyleSheetWatcher(const FilePath& profile_path);
shell_integration_unittest.cc 328 FilePath profile_path(FILE_PATH_LITERAL("root"));
329 profile_path = profile_path.Append(FILE_PATH_LITERAL("udd"));
330 profile_path = profile_path.Append(FILE_PATH_LITERAL("User Data - Test"));
333 ShellIntegration::GetChromiumAppId(profile_path));
transport_security_persister.h 48 const FilePath& profile_path);
browser_process_impl.h 115 void ClearLocalState(const FilePath& profile_path);
116 bool ShouldClearLocalState(FilePath* profile_path);
shell_integration.h 115 const FilePath& profile_path);
119 static std::wstring GetChromiumAppId(const FilePath& profile_path);
user_style_sheet_watcher.cc 128 UserStyleSheetWatcher::UserStyleSheetWatcher(const FilePath& profile_path)
129 : profile_path_(profile_path),
browser_process_impl.cc 146 FilePath profile_path; local
150 clear_local_state_on_exit = ShouldClearLocalState(&profile_path);
280 ClearLocalState(profile_path);
663 void BrowserProcessImpl::ClearLocalState(const FilePath& profile_path) {
664 webkit_database::DatabaseTracker::ClearLocalState(profile_path);
667 bool BrowserProcessImpl::ShouldClearLocalState(FilePath* profile_path) {
682 *profile_path = profile->GetPath();
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.h 45 bool GetFirefoxVersionAndPathFromProfile(const FilePath& profile_path,
80 const FilePath& profile_path);
83 GURL GetHomepage(const FilePath& profile_path);
importer_list.cc 55 FilePath profile_path = GetFirefoxProfilePath(); local
56 if (profile_path.empty())
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
81 firefox->source_path = profile_path;
firefox_importer_utils.cc 94 bool GetFirefoxVersionAndPathFromProfile(const FilePath& profile_path,
98 FilePath compatibility_file = profile_path.AppendASCII("compatibility.ini");
283 std::string ReadPrefsJsValue(const FilePath& profile_path,
286 if (!ReadPrefFile(profile_path.AppendASCII("prefs.js"), &content))
294 const FilePath& profile_path) {
302 ReadPrefsJsValue(profile_path, "browser.search.selectedEngine");
328 GURL GetHomepage(const FilePath& profile_path) {
330 ReadPrefsJsValue(profile_path, "browser.startup.homepage");
firefox_proxy_settings.cc 91 FilePath profile_path = GetFirefoxProfilePath(); local
92 if (profile_path.empty())
94 FilePath pref_file = profile_path.AppendASCII(kPrefFileName);
firefox3_importer.cc 382 FilePath profile_path = source_path_.AppendASCII("searchplugins"); local
404 file = profile_path.Append(
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 57 #define PROFILE_PATH "/System/Library/ColorSync/Profiles/Generic RGB Profile.icc" // FIXME: This cannot be more than CS_MAX_PATH (256 characters)
94 strcpy(location.u.pathLoc.path, PROFILE_PATH);
120 strcpy(location.u.pathLoc.path, PROFILE_PATH);
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 429 bool GetDefaultFirefoxProfile(Pathname* profile_path) {
430 ASSERT(NULL != profile_path);
485 profile_path->SetPathname(candidate.pathname());
498 profile_path->SetPathname(path);
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.h 285 bool Init(const FilePath& profile_path);
web_data_service.cc 59 bool WebDataService::Init(const FilePath& profile_path) {
60 FilePath path = profile_path;
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 430 milliseconds