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

  /external/chromium/net/http/
http_auth_cache.cc 97 std::string parent_dir = GetParentDirectory(path); local
102 if (it->origin() == origin && it->HasEnclosingPath(parent_dir, &len) &&
164 std::string parent_dir = GetParentDirectory(path); local
165 if (!HasEnclosingPath(parent_dir, NULL)) {
167 paths_.remove_if(IsEnclosedBy(parent_dir));
177 paths_.push_front(parent_dir);
  /external/chromium_org/net/http/
http_auth_cache.cc 99 std::string parent_dir = GetParentDirectory(path); local
104 if (it->origin() == origin && it->HasEnclosingPath(parent_dir, &len) &&
164 std::string parent_dir = GetParentDirectory(path); local
165 if (!HasEnclosingPath(parent_dir, NULL)) {
167 paths_.remove_if(IsEnclosedBy(parent_dir));
177 paths_.push_front(parent_dir);
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 376 base::FilePath parent_dir = path.DirName(); local
377 bool ret = ScheduleFileSystemEntityForDeletion(parent_dir.value().c_str());
380 << parent_dir.value();
382 base::FilePath grandparent_dir(parent_dir.DirName());
    [all...]

Completed in 1194 milliseconds