Home
last modified time | relevance | path

Searched refs:change_observers (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dobfuscated_file_util.cc334 context->change_observers()->Notify( in EnsureFileExists()
393 context->change_observers()->Notify( in CreateDirectory()
494 context->change_observers()->Notify( in Truncate()
621 context->change_observers()->Notify( in CopyOrMoveFile()
625 context->change_observers()->Notify( in CopyOrMoveFile()
631 context->change_observers()->Notify( in CopyOrMoveFile()
710 context->change_observers()->Notify( in CopyInForeignFile()
713 context->change_observers()->Notify( in CopyInForeignFile()
753 context->change_observers()->Notify( in DeleteFile()
788 context->change_observers()->Notify( in DeleteDirectory()
[all …]
Dfile_system_operation_context.h56 ChangeObserverList* change_observers() { return &change_observers_; } in change_observers() function
Dsandbox_file_system_backend_delegate.cc286 const ChangeObserverList* change_observers = GetChangeObservers(url.type()); in CreateFileSystemOperationContext() local
293 change_observers ? *change_observers : ChangeObserverList()); in CreateFileSystemOperationContext()
Dfile_system_operation_impl.cc536 operation_context_->change_observers()->Notify( in DidWrite()
/external/chromium_org/content/browser/fileapi/
Dfile_system_operation_impl_write_unittest.cc104 const ChangeObserverList& change_observers() const { in change_observers() function in fileapi::FileSystemOperationImplWriteTest
Dobfuscated_file_util_unittest.cc195 context->set_change_observers(change_observers()); in NewContext()
199 const ChangeObserverList& change_observers() const { in change_observers() function in fileapi::ObfuscatedFileUtilTest