Searched refs:content_restrictions (Results 1 - 10 of 10) 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.cc130 void CoreTabHelper::UpdateContentRestrictions(int content_restrictions) { argument
131 content_restrictions_ = content_restrictions;
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_tab_helper.cc90 void PDFTabHelper::OnUpdateContentRestrictions(int content_restrictions) { argument
93 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.cc253 int content_restrictions = 0; local
258 content_restrictions = core_tab_helper->content_restrictions();
265 content_restrictions |= CONTENT_RESTRICTION_SAVE;
267 content_restrictions |= CONTENT_RESTRICTION_PRINT;
269 return content_restrictions;
/external/chromium_org/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc1167 int content_restrictions = 0; local
1169 content_restrictions = core_tab_helper->content_restrictions();
1170 if (id == IDC_PRINT && (content_restrictions & CONTENT_RESTRICTION_PRINT))
1174 (content_restrictions & CONTENT_RESTRICTION_SAVE)) {
/external/chromium/chrome/browser/ui/
H A Dbrowser.h875 void UpdatePrintingState(int content_restrictions);
H A Dbrowser.cc3759 restrictions = current_tab->content_restrictions();
3777 void Browser::UpdatePrintingState(int content_restrictions) { argument
3779 if (content_restrictions & CONTENT_RESTRICTION_PRINT) {
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc854 (source_tab_contents_->content_restrictions() &
860 (source_tab_contents_->content_restrictions() &
H A Dtab_contents.h740 int content_restrictions() const { return content_restrictions_; } function in class:TabContents

Completed in 427 milliseconds