Searched defs:IsDot (Results 1 - 2 of 2) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_internal.h125 inline int IsDot(const CHAR* spec, int offset, int end) { function in namespace:url_canon
/external/chromium/base/
H A Dfile_util.cc195 bool IsDot(const FilePath& path) { function in namespace:file_util
407 return IsDot(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));

Completed in 73 milliseconds