Searched refs:FindNamespace (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
H A Dappcache.h146 static const Namespace* FindNamespace(
165 return FindNamespace(intercept_namespaces_, url);
168 return FindNamespace(fallback_namespaces_, url);
171 return FindNamespace(online_whitelist_namespaces_, url) != NULL;
H A Dappcache.cc313 const Namespace* AppCache::FindNamespace( function in class:appcache::AppCache
H A Dappcache_storage_impl.cc847 return AppCache::FindNamespace(result.first->second, url) != NULL;
/external/lldb/include/lldb/Symbol/
H A DSymbolFile.h149 FindNamespace (const SymbolContext& sc,
H A DSymbolVendor.h130 FindNamespace (const SymbolContext& sc,
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h111 FindNamespace (const lldb_private::SymbolContext& sc,
H A DSymbolFileSymtab.cpp302 SymbolFileSymtab::FindNamespace (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl) function in class:SymbolFileSymtab
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp364 SymbolVendor::FindNamespace(const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *parent_namespace_decl) function in class:SymbolVendor
372 namespace_decl = m_sym_file_ap->FindNamespace (sc, name, parent_namespace_decl);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h89 FindNamespace (const lldb_private::SymbolContext& sc,
H A DSymbolFileDWARFDebugMap.cpp1273 SymbolFileDWARFDebugMap::FindNamespace (const lldb_private::SymbolContext& sc, function in class:SymbolFileDWARFDebugMap
1284 matching_namespace = oso_dwarf->FindNamespace (sc, name, parent_namespace_decl);
1292 matching_namespace = oso_dwarf->FindNamespace (sc, name, parent_namespace_decl);
H A DSymbolFileDWARF.h133 FindNamespace (const lldb_private::SymbolContext& sc,
H A DSymbolFileDWARF.cpp4021 SymbolFileDWARF::FindNamespace (const SymbolContext& sc, function in class:SymbolFileDWARF
4030 "SymbolFileDWARF::FindNamespace (sc, name=\"%s\")",
4100 "SymbolFileDWARF::FindNamespace (sc, name=\"%s\") => clang::NamespaceDecl(%p) \"%s\"",
/external/lldb/source/Expression/
H A DClangASTSource.cpp624 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &namespace_decl);
659 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &namespace_decl);
1608 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &module_parent_namespace_decl);
1645 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &null_namespace_decl);

Completed in 8136 milliseconds