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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_util.h 102 std::string GetMimeTypeForPath(const base::FilePath& file_path);
file_manager_util.cc 438 std::string mime_type = GetMimeTypeForPath(path);
835 std::string GetMimeTypeForPath(const base::FilePath& file_path) {
private_api_tasks.cc 83 std::make_pair(*iter, util::GetMimeTypeForPath(*iter)));
  /external/chromium_org/chrome/browser/ui/webui/
devtools_ui.cc 80 std::string GetMimeTypeForPath(const std::string& path) {
173 return GetMimeTypeForPath(path);

Completed in 55 milliseconds