file_system_operation_context.h | 27 // Note that the remaining quota bytes (allowed_bytes_growth) may be 47 void set_allowed_bytes_growth(const int64& allowed_bytes_growth) { 48 allowed_bytes_growth_ = allowed_bytes_growth; 52 int64 allowed_bytes_growth() const { return allowed_bytes_growth_; } function in class:fileapi::FileSystemOperationContext
|