Home
last modified time | relevance | path

Searched defs:kExtensionSeparator (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dfile_path.h155 static const CharType kExtensionSeparator; variable
Dfile_util.cc22 const FilePath::CharType kExtensionSeparator = FILE_PATH_LITERAL('.'); variable
Dfile_path.cc41 const FilePath::CharType FilePath::kExtensionSeparator = FILE_PATH_LITERAL('.'); member in FilePath