Searched refs:AddSection (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc30 base::ListValue* AddSection(base::ListValue* parent_list, function in namespace:__anon4753
41 // Same as AddSection, but for data that should be elided when dumped into text
221 base::ListValue* section_summary = AddSection(stats_list, "Summary");
224 base::ListValue* section_version = AddSection(stats_list, "Version Info");
234 base::ListValue* section_credentials = AddSection(stats_list, "Credentials");
242 base::ListValue* section_local = AddSection(stats_list, "Local State");
252 base::ListValue* section_network = AddSection(stats_list, "Network");
258 base::ListValue* section_encryption = AddSection(stats_list, "Encryption");
276 base::ListValue* section_last_session = AddSection(
283 base::ListValue* section_counters = AddSection(stats_lis
[all...]
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp172 module_section_list->AddSection (section_sp);
/external/chromium_org/components/signin/core/browser/
H A Dabout_signin_internals.cc36 base::ListValue* AddSection(base::ListValue* parent_list, function in namespace:__anon6817
437 base::ListValue* basic_info = AddSection(signin_info, "Basic Information");
463 AddSection(signin_info, "Last Signin Details");
481 base::ListValue* token_details = AddSection(token_info, it->first);
/external/lldb/source/Core/
H A DSection.cpp313 SectionList::AddSection (const lldb::SectionSP& section_sp) function in class:SectionList
356 sect_idx = AddSection (sect_sp);
/external/lldb/include/lldb/Core/
H A DSection.h41 AddSection (const lldb::SectionSP& section_sp);
/external/chromium_org/v8/src/
H A Dgdb-jit.cc479 uint32_t AddSection(MachOSection* section) { function in class:v8::BASE_EMBEDDED
621 uint32_t AddSection(ELFSection* section) { function in class:v8::BASE_EMBEDDED
1026 elf->AddSection(symtab);
1027 elf->AddSection(strtab);
1795 obj->AddSection(new(zone) DebugInfoSection(desc));
1796 obj->AddSection(new(zone) DebugAbbrevSection(desc));
1797 obj->AddSection(new(zone) DebugLineSection(desc));
1800 obj->AddSection(new(zone) UnwindInfoSection(desc));
1925 mach_o.AddSection(new(&zone) MachOTextSection(kCodeAlignment,
1937 int text_section_index = elf.AddSection(
[all...]
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp723 unified_section_list.AddSection(section_sp);
724 m_sections_ap->AddSection (section_sp);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp843 AddSection(place, secinfo);
910 AddSection(NewPlace, secinfo);
1020 AddSection(wp, secinfo);
1031 AddSection(wp, secinfo);
1278 CPVT_WordPlace CPDF_VariableText::AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo & secinfo) function in class:CPDF_VariableText
H A Dpdf_vt.h552 CPVT_WordPlace AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo & secinfo);
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1092 m_sections_ap->AddSection(segment_sp);
1094 unified_section_list.AddSection(segment_sp);
1098 m_sections_ap->AddSection(unified_section_sp);
1198 m_sections_ap->AddSection(segment_sp);
1200 unified_section_list.AddSection(segment_sp);
1335 segment_sp->GetChildren().AddSection(section_sp);
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp964 m_sections_ap->AddSection(section_sp);
998 unified_section_list.AddSection (section_sp);

Completed in 419 milliseconds