Searched defs:FileMap (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dquota_reservation.h87 typedef std::map<int32_t, fileapi::OpenFileHandle*> FileMap; typedef in class:content::QuotaReservation
88 FileMap files_;
H A Dpepper_file_system_browser_host.h158 typedef std::map<int32_t, PepperFileIOHost*> FileMap; typedef in class:content::PepperFileSystemBrowserHost
159 FileMap files_;
/external/chromium_org/tools/gn/
H A Dheader_checker.h125 typedef std::map<SourceFile, TargetVector> FileMap; typedef in class:HeaderChecker
126 FileMap file_map_;
/external/chromium_org/webkit/common/blob/
H A Dshareable_file_reference.cc21 typedef std::map<base::FilePath, ShareableFileReference*> FileMap; typedef in class:webkit_blob::__anon16617::ShareableFileMap
22 typedef FileMap::iterator iterator;
23 typedef FileMap::key_type key_type;
24 typedef FileMap::value_type value_type;
53 FileMap file_map_;
/external/clang/tools/libclang/
H A DIndexingContext.h285 FileMapTy FileMap; member in class:clang::cxindex::IndexingContext
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.cc146 FileMap::const_iterator it = file_permissions_.find(file_path);
206 FileMap::const_iterator it = file_permissions_.find(current_path);
277 typedef std::map<base::FilePath, FilePermissionFlags> FileMap; typedef in class:content::ChildProcessSecurityPolicyImpl::SecurityState
289 FileMap file_permissions_;

Completed in 429 milliseconds