Home
last modified time | relevance | path

Searched refs:isModifiable (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/data/
Ddocument_info.js119 get isModifiable() { getter in DocumentInfo
166 init: function(isModifiable, title, hasSelection) { argument
167 this.isModifiable_ = isModifiable;
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
Dselection_only.js35 return this.getDocumentInfoInternal().isModifiable &&
Dcss_background.js37 return this.getDocumentInfoInternal().isModifiable;
Dfit_to_page.js37 return !this.getDocumentInfoInternal().isModifiable &&
Dmargins_type.js59 return this.getDocumentInfoInternal().isModifiable;
Dheader_footer.js57 if (!this.getDocumentInfoInternal().isModifiable) {
Dlandscape.js75 return this.getDocumentInfoInternal().isModifiable &&
Dcustom_margins.js80 return this.getDocumentInfoInternal().isModifiable;
/external/chromium_org/chrome/browser/resources/print_preview/
Dnative_layer.js194 'previewModifiable': documentInfo.isModifiable,
202 'generateDraftData': documentInfo.isModifiable,
238 documentInfo.isModifiable]);
272 'previewModifiable': documentInfo.isModifiable,
Dpreview_generator.js249 if (!this.documentInfo_.isModifiable) {
372 if (!this.documentInfo_.isModifiable) {
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
Dpreview_area.js599 if (this.documentInfo_.isModifiable) {
/external/clang/include/clang/AST/
DExpr.h354 bool isModifiable() const { return getModifiable() == CM_Modifiable; } in isModifiable() function