Home | History | Annotate | Download | only in files

Lines Matching full:platformdelegate

51   class PlatformDelegate;
53 // A custom Task that always cleans up the PlatformDelegate, either when
58 CancelTask(PlatformDelegate* delegate): delegate_(delegate) {}
67 scoped_refptr<PlatformDelegate> delegate_;
73 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> {
75 PlatformDelegate();
87 virtual ~PlatformDelegate();
102 // Must be called before the PlatformDelegate is deleted.
112 friend class base::RefCountedThreadSafe<PlatformDelegate>;
120 scoped_refptr<PlatformDelegate> impl_;