Home
last modified time | relevance | path

Searched defs:content_restrictions (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h740 int content_restrictions() const { return content_restrictions_; } in content_restrictions() function
/external/chromium/chrome/browser/ui/
Dbrowser.cc3777 void Browser::UpdatePrintingState(int content_restrictions) { in UpdatePrintingState()