HomeSort by relevance Sort by last modified time
    Searched refs:DeletePath (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
mount_manager.h 34 virtual void DeletePath(const std::string& user_id);
mount_manager.cc 45 void MountManager::DeletePath(const std::string& user_id) {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.h 57 static void DeletePath(base::FilePath icon_file_path);
app_indicator_icon.cc 150 base::Bind(&AppIndicatorIcon::DeletePath, icon_file_path_.DirName()));
248 base::Bind(&AppIndicatorIcon::DeletePath, old_path.DirName()));
332 void AppIndicatorIcon::DeletePath(base::FilePath icon_file_path) {
  /external/chromium_org/net/http/
http_cache.cc 47 void DeletePath(base::FilePath path) {
420 base::WorkerPool::PostTask(FROM_HERE, base::Bind(&DeletePath, path), true);
    [all...]

Completed in 139 milliseconds