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

  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 187 if (file_util::EnsureEndsWithSeparator(&currentpath_) &&
255 if (!(file_util::EnsureEndsWithSeparator(&originalpath_) &&
  /external/chromium/chrome/browser/
platform_util_win.cc 35 if (dir.value() == L"" || !file_util::EnsureEndsWithSeparator(&dir))
  /external/chromium/base/
file_util.h 56 BASE_API bool EnsureEndsWithSeparator(FilePath* path);
file_util.cc 36 bool EnsureEndsWithSeparator(FilePath* path) {

Completed in 497 milliseconds