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

  /external/chromium/base/
file_path.h 332 // CompareIgnoreCase() returns -1, 0 or 1 for less-than, equal-to and
334 static int CompareIgnoreCase(const StringType& string1,
338 return CompareIgnoreCase(string1, string2) == 0;
342 return CompareIgnoreCase(string1, string2) < 0;
file_path_unittest.cc     [all...]
file_path.cc 594 int FilePath::CompareIgnoreCase(const StringType& string1,
    [all...]
  /external/chromium/chrome/browser/
plugin_updater.cc 181 FilePath::CompareIgnoreCase(plugin_path.DirName().value(),
190 if (FilePath::CompareIgnoreCase(path, pdf_path_str) == 0) {

Completed in 1062 milliseconds