/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_tasks.h | 250 // Finds the Drive app tasks that can be used with the given |path_mime_set| 254 const PathAndMimeTypeSet& path_mime_set, 261 const PathAndMimeTypeSet& path_mime_set, 278 // If |path_mime_set| contains a Google document, only the internal tasks of 286 const PathAndMimeTypeSet& path_mime_set, 294 const PathAndMimeTypeSet& path_mime_set,
|
file_tasks_unittest.cc | 202 PathAndMimeTypeSet path_mime_set; local 203 path_mime_set.insert( 209 path_mime_set, 223 path_mime_set.clear(); 224 path_mime_set.insert( 228 path_mime_set.insert( 234 path_mime_set, 241 path_mime_set.insert( 246 path_mime_set, 276 PathAndMimeTypeSet path_mime_set; local 338 PathAndMimeTypeSet path_mime_set; local 463 PathAndMimeTypeSet path_mime_set; local 687 PathAndMimeTypeSet path_mime_set; local 778 PathAndMimeTypeSet path_mime_set; local [all...] |
file_tasks.cc | 87 // Returns true if path_mime_set contains a Google document. 88 bool ContainsGoogleDocument(const PathAndMimeTypeSet& path_mime_set) { 89 for (PathAndMimeTypeSet::const_iterator iter = path_mime_set.begin(); 90 iter != path_mime_set.end(); ++iter) { 298 const PathAndMimeTypeSet& path_mime_set, 306 for (PathAndMimeTypeSet::const_iterator it = path_mime_set.begin(); 307 it != path_mime_set.end(); ++it) { 362 const PathAndMimeTypeSet& path_mime_set, 364 DCHECK(!path_mime_set.empty()); 390 FindFileHandlersForFiles(*extension, path_mime_set); [all...] |
open_util.cc | 96 extensions::app_file_handler_util::PathAndMimeTypeSet path_mime_set; local 97 path_mime_set.insert(std::make_pair(path, mime_type)); 106 path_mime_set,
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_tasks.h | 64 scoped_ptr<app_file_handler_util::PathAndMimeTypeSet> path_mime_set,
|
private_api_tasks.cc | 164 app_file_handler_util::PathAndMimeTypeSet path_mime_set; local 166 path_mime_set.insert(std::make_pair(local_paths_[i], (*mime_types)[i])); 173 path_mime_set,
|