HomeSort by relevance Sort by last modified time
    Searched refs:content_restrictions (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/ui/pdf/
pdf_tab_helper.h 47 void OnUpdateContentRestrictions(int content_restrictions);
pdf_tab_helper.cc 82 void PDFTabHelper::OnUpdateContentRestrictions(int content_restrictions) {
85 core_tab_helper->UpdateContentRestrictions(content_restrictions);
  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.h 42 void UpdateContentRestrictions(int content_restrictions);
52 int content_restrictions() const { return content_restrictions_; } function in class:CoreTabHelper
core_tab_helper.cc 117 void CoreTabHelper::UpdateContentRestrictions(int content_restrictions) {
118 content_restrictions_ = content_restrictions;
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 252 int content_restrictions = 0; local
257 content_restrictions = core_tab_helper->content_restrictions();
264 content_restrictions |= CONTENT_RESTRICTION_SAVE;
266 content_restrictions |= CONTENT_RESTRICTION_PRINT;
268 return content_restrictions;
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 1158 int content_restrictions = 0; local
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 740 int content_restrictions() const { return content_restrictions_; } function in class:TabContents
    [all...]
render_view_context_menu.cc 854 (source_tab_contents_->content_restrictions() &
860 (source_tab_contents_->content_restrictions() &
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser.cc     [all...]

Completed in 191 milliseconds