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

  /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
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 740 int content_restrictions() const { return content_restrictions_; } function in class:TabContents
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 1167 int content_restrictions = 0; local
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 253 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;
    [all...]

Completed in 27 milliseconds