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

/external/chromium_org/components/domain_reliability/
H A Dconfig_unittest.cc79 int GetIndex(DomainReliabilityConfig* config, const char* url_string) { function in namespace:domain_reliability::__anon6480
149 EXPECT_EQ(0, GetIndex(config.get(), "http://example/"));
150 EXPECT_EQ(1, GetIndex(config.get(), "http://example/css/foo.css"));
151 EXPECT_EQ(1, GetIndex(config.get(), "http://example/js/bar.js"));
152 EXPECT_EQ(2, GetIndex(config.get(), "http://example/test.html"));
153 EXPECT_EQ(-1, GetIndex(config.get(), "http://example/no-resource"));
160 EXPECT_EQ(-1, GetIndex(config.get(), "http://username:password@example/"));
167 EXPECT_EQ(-1, GetIndex(config.get(), "http://username:password@example/"));
174 EXPECT_EQ(-1, GetIndex(config.get(), "http://example/#fragment"));
/external/chromium_org/ui/ozone/gpu/
H A Dgpu_memory_buffer_factory_ozone_native_buffer.cc56 std::pair<uint32_t, uint32_t> GetIndex(const gfx::GpuMemoryBufferId& id) { function in namespace:ui::__anon16972
83 native_pixmap_map_[GetIndex(id)] = pixmap;
89 native_pixmap_map_.erase(GetIndex(id));
97 BufferToPixmapMap::iterator it = native_pixmap_map_.find(GetIndex(id));
/external/lldb/include/lldb/Target/
H A DThreadSpec.h67 GetIndex () const function in class:lldb_private::ThreadSpec
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc74 if (GetIndex()) {
92 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(
290 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() { function in class:HistoryQuickProvider
/external/chromium_org/v8/src/
H A Dnatives-external.cc35 int GetIndex(const char* name) { function in class:v8::internal::NativesStore
159 int NativesCollection<type>::GetIndex(const char* name) { function in class:v8::internal::NativesCollection
160 return NativesHolder<type>::get()->GetIndex(name);
H A Dobjects-inl.h895 int NormalizedMapCache::GetIndex(Handle<Map> map) { function in class:v8::internal::NormalizedMapCache
H A Dobjects.cc4122 Object* value = FixedArray::get(GetIndex(fast_map));
4135 FixedArray::set(GetIndex(fast_map), *normalized_map);
7049 return CodeCache::cast(code_cache())->GetIndex(name, code);
7398 int CodeCache::GetIndex(Object* name, Code* code) { function in class:v8::internal::CodeCache
7402 return cache->GetIndex(Name::cast(name), code->flags());
7418 DCHECK(cache->GetIndex(Name::cast(name), code->flags()) == index);
7510 int CodeCacheHashTable::GetIndex(Name* name, Code::Flags flags) { function in class:v8::internal::CodeCacheHashTable
/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/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp222 void** pIndex = GetIndex(seg_index);
267 void** CFX_BaseSegmentedArray::GetIndex(int seg_index) const function in class:CFX_BaseSegmentedArray
335 return (FX_LPBYTE)GetIndex(seg_index)[seg_index % m_IndexSize] + (index % m_SegmentSize) * m_UnitSize;
355 void** pIndex = GetIndex(i);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp383 static int GetIndex(SkView::Click* click) { function in class:IndexClick
503 int index = IndexClick::GetIndex(click);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp131 int CPDF_AnnotList::GetIndex(CPDF_Annot* pAnnot) function in class:CPDF_AnnotList
H A Ddoc_basic.cpp200 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const function in class:CPDF_NameTree
/external/skia/samplecode/
H A DSampleFatBits.cpp384 static int GetIndex(SkView::Click* click) { function in class:IndexClick
504 int index = IndexClick::GetIndex(click);

Completed in 6641 milliseconds