HomeSort by relevance Sort by last modified time
    Searched defs:content_restrictions (Results 1 - 5 of 5) 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_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc 1103 int content_restrictions = 0; local
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 314 int content_restrictions = 0; local
319 content_restrictions = core_tab_helper->content_restrictions();
325 content_restrictions |= CONTENT_RESTRICTION_SAVE;
327 content_restrictions |= CONTENT_RESTRICTION_PRINT;
329 return content_restrictions;
    [all...]
  /external/chromium_org/pdf/
out_of_process_instance.cc 1087 int content_restrictions = local
    [all...]
instance.cc 1507 int content_restrictions = local
    [all...]

Completed in 76 milliseconds