Searched refs:content_restrictions (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dcore_tab_helper.h42 void UpdateContentRestrictions(int content_restrictions);
52 int content_restrictions() const { return content_restrictions_; } function in class:CoreTabHelper
H A Dcore_tab_helper.cc129 void CoreTabHelper::UpdateContentRestrictions(int content_restrictions) { argument
130 content_restrictions_ = content_restrictions;
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_tab_helper.cc85 void PDFTabHelper::OnUpdateContentRestrictions(int content_restrictions) { argument
90 core_tab_helper->UpdateContentRestrictions(content_restrictions);
H A Dpdf_tab_helper.h54 void OnUpdateContentRestrictions(int content_restrictions);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc314 int content_restrictions = 0; local
319 content_restrictions = core_tab_helper->content_restrictions();
325 content_restrictions |= CONTENT_RESTRICTION_SAVE;
327 content_restrictions |= CONTENT_RESTRICTION_PRINT;
329 return content_restrictions;
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc1103 int content_restrictions = 0; local
1105 content_restrictions = core_tab_helper->content_restrictions();
1106 if (id == IDC_PRINT && (content_restrictions & CONTENT_RESTRICTION_PRINT))
1110 (content_restrictions & CONTENT_RESTRICTION_SAVE)) {
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc1087 int content_restrictions = local
1090 content_restrictions |= CONTENT_RESTRICTION_COPY;
1097 pp::PDF::SetContentRestriction(this, content_restrictions);
H A Dinstance.cc1507 int content_restrictions = local
1510 content_restrictions |= CONTENT_RESTRICTION_COPY;
1524 pp::PDF::SetContentRestriction(this, content_restrictions);

Completed in 190 milliseconds