HomeSort by relevance Sort by last modified time
    Searched defs:ExternalMountPoints (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.h 34 class WEBKIT_STORAGE_BROWSER_EXPORT ExternalMountPoints
35 : public base::RefCountedThreadSafe<ExternalMountPoints>,
38 static ExternalMountPoints* GetSystemInstance();
39 static scoped_refptr<ExternalMountPoints> CreateRefCounted();
105 friend class base::RefCountedThreadSafe<ExternalMountPoints>;
116 ExternalMountPoints();
117 virtual ~ExternalMountPoints();
140 DISALLOW_COPY_AND_ASSIGN(ExternalMountPoints);
external_mount_points.cc 33 // Wrapper around ref-counted ExternalMountPoints that will be used to lazily
34 // create and initialize LazyInstance system ExternalMountPoints.
38 : system_mount_points_(fileapi::ExternalMountPoints::CreateRefCounted()) {
43 fileapi::ExternalMountPoints* get() {
48 scoped_refptr<fileapi::ExternalMountPoints> system_mount_points_;
58 class ExternalMountPoints::Instance {
77 ExternalMountPoints* ExternalMountPoints::GetSystemInstance() {
82 scoped_refptr<ExternalMountPoints> ExternalMountPoints::CreateRefCounted()
    [all...]

Completed in 513 milliseconds