Searched refs:GetPath (Results 76 - 100 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_model_factory.cc65 profile->GetPath(),
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory.cc64 profile->GetPath().Append(FILE_PATH_LITERAL("Articles")));
/external/chromium_org/chrome/browser/invalidation/
H A Dprofile_invalidation_provider_factory.cc56 if (profile->GetPath() == chromeos::ProfileHelper::GetSigninProfileDir() ||
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views.cc115 app_list_->SetProfileByPath(profile_->GetPath());
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.cc80 base::FilePath CastBrowserContext::GetPath() const { function in class:chromecast::shell::CastBrowserContext
/external/chromium_org/content/public/browser/
H A Dstorage_partition.h55 virtual base::FilePath GetPath() = 0;
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.h38 virtual base::FilePath GetPath() const OVERRIDE;
/external/lldb/source/API/
H A DSBFileSpecList.cpp134 if (m_opaque_ap->GetFileSpecAtIndex(i).GetPath(path, sizeof(path)))
/external/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp67 strm << '"' << m_current_value.GetPath().c_str() << '"';
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp166 exe_file.GetPath(exe_path, sizeof(exe_path));
177 exe_file.GetPath(exe_path, sizeof(exe_path));
240 exe_file.GetPath().c_str(),
274 exe_file.GetPath().c_str(),
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc150 cache.DeleteProfileFromCache(profile->GetPath());
152 profile_manager_->profiles_info_.erase(profile->GetPath());
160 cache.DeleteProfileFromCache(profile->GetPath());
/external/chromium_org/tools/grit/grit/
H A Dgrd_reader_unittest.py260 output = grd_reader.Parse(StringIO.StringIO(top_grd), temp_dir.GetPath())
287 self.assertRaises(raises, grd_reader.Parse, top_grd, temp_dir.GetPath())
309 grd_reader.Parse(StringIO.StringIO(grd_text), temp_dir.GetPath(),
H A Dutil.py628 assert not os.listdir(self.GetPath())
630 file_path = self.GetPath(name)
644 shutil.rmtree(self.GetPath())
646 def GetPath(self, name=''): member in class:TempDir
652 return self._AsCurrentDirClass(self.GetPath())
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp239 exe_file.GetPath().c_str(),
247 exe_file.GetPath().c_str());
324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
/external/lldb/source/Target/
H A DSectionLoadList.cpp70 module_file_spec.GetPath().c_str(),
145 module_file_spec.GetPath().c_str(),
177 module_file_spec.GetPath().c_str(),
H A DTargetList.cpp112 module_spec.GetFileSpec().GetPath().c_str());
282 file.GetPath().c_str(),
288 file.GetPath().c_str());
295 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, sizeof(resolved_bundle_exe_path));
320 target_sp->SetArg0 (file.GetPath().c_str());
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp51 fspec.GetPath(&path[0],1024);
89 filespec.GetPath(&path[0],1024);
99 entry_filespec.GetPath(&entry_path[0],1024);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc591 base::FilePath cookie_path = GetPath();
593 base::FilePath channel_id_path = GetPath();
605 base::FilePath extensions_cookie_path = GetPath();
609 base::FilePath infinite_cache_path = GetPath();
680 extensions_cookie_path, GetPath(), infinite_cache_path,
702 base::Bind(&EnsureReadmeFile, GetPath()),
859 base::FilePath ProfileImpl::GetPath() const { function in class:ProfileImpl
865 GetPath(), BrowserThread::GetBlockingPool());
1154 this, GetPath().Append(chrome::kTopSitesFilename));
1338 size_t index = cache.GetIndexOfProfileWithPath(GetPath());
[all...]
/external/lldb/source/Host/macosx/
H A DSymbols.cpp246 if (dsym_bundle_fspec.GetPath(path, sizeof(path)))
332 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path)))
385 resolved_source_path.GetPath(actual_src_path, sizeof(actual_src_path));
476 if (exec_fspec->GetPath(path, sizeof(path)))
716 dsym_for_uuid_exe_spec.GetPath (g_dsym_for_uuid_exe_path, sizeof(g_dsym_for_uuid_exe_path));
728 file_spec_ptr->GetPath(file_path, sizeof(file_path));
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper.cc116 std::string profile_dir = profile->GetPath().BaseName().value();
144 return profile->GetPath().BaseName().value() == chrome::kInitialProfile;
316 active_user->username_hash()) == profile->GetPath()
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_backup_rollback_test.cc59 GetProfile(0)->GetPath().Append(FILE_PATH_LITERAL("Sync Data Backup")),
195 GetProfile(0)->GetPath().Append(FILE_PATH_LITERAL("Sync Data Backup"))));
378 GetProfile(0)->GetPath().Append(FILE_PATH_LITERAL("Sync Data Backup")),
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system_mock.cpp68 const char* GetPath() const { return path_.c_str(); } function in class:__anon11495::MockFileEntry
114 if (entry->GetPath() && !strcmp(path, entry->GetPath()))
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc148 if (profile_path != profile_->GetPath())
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dpath_util.cc47 return profile->GetPath().AppendASCII(kDownloadsFolderName);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_browsertest.cc82 EXPECT_EQ(profile_base_path, profile->GetPath().BaseName().value());

Completed in 735 milliseconds

1234567891011>>