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

/external/chromium_org/chrome/browser/ui/pdf/
H A Dchrome_pdf_web_contents_helper_client.cc40 int content_restrictions) {
44 core_tab_helper->UpdateContentRestrictions(content_restrictions);
38 UpdateContentRestrictions( content::WebContents* contents, int content_restrictions) argument
H A Dchrome_pdf_web_contents_helper_client.h22 int content_restrictions) OVERRIDE;
/external/chromium_org/components/pdf/browser/
H A Dpdf_web_contents_helper_client.h29 int content_restrictions) = 0;
H A Dpdf_web_contents_helper.cc83 int content_restrictions) {
84 client_->UpdateContentRestrictions(web_contents(), content_restrictions); local
82 OnUpdateContentRestrictions( int content_restrictions) argument
H A Dpdf_web_contents_helper.h61 void OnUpdateContentRestrictions(int content_restrictions);
/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/
H A Dbrowser_commands.cc327 int content_restrictions = 0; local
332 content_restrictions = core_tab_helper->content_restrictions();
338 content_restrictions |= CONTENT_RESTRICTION_SAVE;
340 content_restrictions |= CONTENT_RESTRICTION_PRINT;
342 return content_restrictions;
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc972 int content_restrictions = 0; local
974 content_restrictions = core_tab_helper->content_restrictions();
975 if (id == IDC_PRINT && (content_restrictions & CONTENT_RESTRICTION_PRINT))
979 (content_restrictions & CONTENT_RESTRICTION_SAVE)) {
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc1093 int content_restrictions = local
1096 content_restrictions |= CONTENT_RESTRICTION_COPY;
1103 pp::PDF::SetContentRestriction(this, content_restrictions);
H A Dinstance.cc1546 int content_restrictions =
1549 content_restrictions |= CONTENT_RESTRICTION_COPY;
1563 pp::PDF::SetContentRestriction(this, content_restrictions);

Completed in 1256 milliseconds