Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Daccessibility_events.h130 const std::string& tab_name,
138 void SetTab(int tab_index, std::string tab_name) { in SetTab() argument
140 name_ = tab_name; in SetTab()
Daccessibility_events.cc107 const std::string& tab_name, in AccessibilityTabInfo() argument
110 : AccessibilityControlInfo(profile, tab_name), in AccessibilityTabInfo()
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.h127 void PopulateTree(const std::string& tab_name, net::CertType type);
Dcertificate_manager_handler.cc879 void CertificateManagerHandler::PopulateTree(const std::string& tab_name, in PopulateTree() argument
881 const std::string tree_name = tab_name + "-tree"; in PopulateTree()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c602 struct _DebugInfo* di, UChar* tab_name, in read_elf_symtab__normal() argument
620 vg_assert(VG_(strlen)(tab_name) < 40); in read_elf_symtab__normal()
621 VG_(sprintf)(buf, " object doesn't have a %s", tab_name); in read_elf_symtab__normal()
627 tab_name, symtab_szB/sizeof(ElfXX_Sym) ); in read_elf_symtab__normal()
705 struct _DebugInfo* di, UChar* tab_name, in read_elf_symtab__ppc64_linux() argument
728 vg_assert(VG_(strlen)(tab_name) < 40); in read_elf_symtab__ppc64_linux()
729 VG_(sprintf)(buf, " object doesn't have a %s", tab_name); in read_elf_symtab__ppc64_linux()
735 tab_name, symtab_szB/sizeof(ElfXX_Sym) ); in read_elf_symtab__ppc64_linux()