GetEstimatedFileSize   35 webkit/browser/fileapi/quota/open_file_handle.cc   return context_->GetEstimatedFileSize();
GetEstimatedFileSize   49 webkit/browser/fileapi/quota/open_file_handle.h   int64 GetEstimatedFileSize() const;
GetEstimatedFileSize   65 webkit/browser/fileapi/quota/open_file_handle_context.cc       std::max(GetEstimatedFileSize(), file_size) - initial_file_size_;
GetEstimatedFileSize   41 webkit/browser/fileapi/quota/open_file_handle_context.h   int64 GetEstimatedFileSize() const;
GetEstimatedFileSize   97 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc         max_written_offset_(handle_->GetEstimatedFileSize()),
GetEstimatedFileSize  141 webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc     max_written_offset_ = handle_->GetEstimatedFileSize();