Searched defs:GetIndex (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
H A Dlanguage_order_table_model.cc71 int LanguageOrderTableModel::GetIndex(const std::string& language) { function in class:LanguageOrderTableModel
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc82 if (GetIndex()) {
101 GetIndex()->DeleteURL(match.destination_url);
109 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(
308 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() { function in class:HistoryQuickProvider
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc69 if (GetIndex()) {
95 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(terms);
180 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() { function in class:HistoryQuickProvider
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)); } function in namespace:NCompress::NBcj2
214 unsigned index = GetIndex(prevByte, b);
347 unsigned index = GetIndex(prevByte, b);
/external/chromium_org/v8/src/
H A Dobjects.cc7199 return CodeCache::cast(code_cache())->GetIndex(name, code);
7534 int CodeCache::GetIndex(Object* name, Code* code) { function in class:v8::internal::CodeCache
7538 return cache->GetIndex(Name::cast(name), code->flags());
7554 ASSERT(cache->GetIndex(Name::cast(name), code->flags()) == index);
7657 int CodeCacheHashTable::GetIndex(Name* name, Code::Flags flags) { function in class:v8::internal::CodeCacheHashTable
/external/v8/src/
H A Dobjects.cc4876 return CodeCache::cast(code_cache())->GetIndex(name, code);
5239 int CodeCache::GetIndex(Object* name, Code* code) { function in class:v8::internal::CodeCache
5243 return cache->GetIndex(String::cast(name), code->flags());
5259 ASSERT(cache->GetIndex(String::cast(name), code->flags()) == index);
5364 int CodeCacheHashTable::GetIndex(String* name, Code::Flags flags) { function in class:v8::internal::CodeCacheHashTable

Completed in 532 milliseconds