Home | History | Annotate | Download | only in blob

Lines Matching defs:ScopedFile

16 ScopedFile::ScopedFile()
20 ScopedFile::ScopedFile(
32 ScopedFile::ScopedFile(RValue other) {
36 ScopedFile::~ScopedFile() {
40 void ScopedFile::AddScopeOutCallback(
48 base::FilePath ScopedFile::Release() {
56 void ScopedFile::Reset() {
76 void ScopedFile::MoveFrom(ScopedFile& other) {