Home | History | Annotate | Download | only in ui

Lines Matching refs:restrictions

3756   int restrictions = 0;
3759 restrictions = current_tab->content_restrictions();
3763 restrictions |= CONTENT_RESTRICTION_SAVE;
3767 IDC_COPY, !(restrictions & CONTENT_RESTRICTION_COPY));
3769 IDC_CUT, !(restrictions & CONTENT_RESTRICTION_CUT));
3771 IDC_PASTE, !(restrictions & CONTENT_RESTRICTION_PASTE));
3773 IDC_SAVE_PAGE, !(restrictions & CONTENT_RESTRICTION_SAVE));
3774 UpdatePrintingState(restrictions);