Home
last modified time | relevance | path

Searched refs:GetSectionCount (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
Dpage_info_model.h87 int GetSectionCount();
Dpage_info_model.cc281 int PageInfoModel::GetSectionCount() { in GetSectionCount() function in PageInfoModel
/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.cc145 int count = model_.GetSectionCount(); in LayoutSections()
172 int count = model_.GetSectionCount(); in GetPreferredSize()
/external/chromium/chrome/browser/ui/gtk/
Dpage_info_bubble_gtk.cc190 for (int i = 0; i < model_.GetSectionCount(); i++) { in InitContents()
/external/chromium/chrome/browser/ui/cocoa/
Dpage_info_bubble_controller.mm225 const int sectionCount = model_->GetSectionCount();