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

  /external/chromium/chrome/browser/
page_info_model.h 55 struct SectionInfo {
56 SectionInfo(SectionStateIcon icon_id,
75 // The type of SectionInfo we are dealing with, for example: Identity,
88 SectionInfo GetSectionInfo(int index);
108 std::vector<SectionInfo> sections_;
page_info_model.cc 154 sections_.push_back(SectionInfo(
261 sections_.push_back(SectionInfo(
285 PageInfoModel::SectionInfo PageInfoModel::GetSectionInfo(int index) {
316 sections_.push_back(SectionInfo(
323 sections_.push_back(SectionInfo(
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 50 const PageInfoModel::SectionInfo& section_info,
70 PageInfoModel::SectionInfo info_;
147 PageInfoModel::SectionInfo info = model_.GetSectionInfo(i);
174 PageInfoModel::SectionInfo info = model_.GetSectionInfo(i);
254 const PageInfoModel::SectionInfo& section_info,
  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 64 GtkWidget* CreateSection(const PageInfoModel::SectionInfo& section);
214 const PageInfoModel::SectionInfo& section) {

Completed in 74 milliseconds