Home | History | Annotate | Download | only in printing

Lines Matching refs:Immutable

29 // A collection of rendered pages. The settings are immutable. If the print
98 // Getters. All these items are immutable hence thread-safe.
153 // Contains all the immutable stuff. All this stuff can be accessed without
156 struct Immutable {
157 Immutable(const PrintSettings& settings,
161 ~Immutable();
163 // Print settings used to generate this document. Immutable.
166 // Document name. Immutable.
188 // All the immutable members.
189 const Immutable immutable_;