Home
last modified time | relevance | path

Searched refs:AddSection (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
Dpage_info_bubble_controller_unittest.mm24 void AddSection(SectionStateIcon icon_id,
121 model_->AddSection(PageInfoModel::ICON_STATE_ERROR,
125 model_->AddSection(PageInfoModel::ICON_STATE_ERROR,
138 model_->AddSection(PageInfoModel::ICON_STATE_ERROR,
142 model_->AddSection(PageInfoModel::ICON_STATE_ERROR,
153 model_->AddSection(PageInfoModel::ICON_STATE_ERROR,
166 model_->AddSection(PageInfoModel::ICON_STATE_OK,
184 model_->AddSection(PageInfoModel::ICON_STATE_OK,
/external/v8/src/
Dgdb-jit.cc371 uint32_t AddSection(ELFSection* section) { in AddSection() function in v8::internal::BASE_EMBEDDED
741 elf->AddSection(symtab); in CreateSymbolsTable()
742 elf->AddSection(strtab); in CreateSymbolsTable()
1219 elf->AddSection(new DebugInfoSection(desc)); in CreateDWARFSections()
1220 elf->AddSection(new DebugAbbrevSection); in CreateDWARFSections()
1221 elf->AddSection(new DebugLineSection(desc)); in CreateDWARFSections()
1224 elf->AddSection(new UnwindInfoSection(desc)); in CreateDWARFSections()
1335 int text_section_index = elf.AddSection( in CreateELFObject()