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 1158 int content_restrictions = 0; local
    [all...]
  /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...]

Completed in 404 milliseconds