Searched refs:GetIndex (Results 1 - 25 of 40) sorted by relevance

12

/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/chromium_org/v8/src/
H A Dnatives.h35 static int GetIndex(const char* name);
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);
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h61 history::InMemoryURLIndex* GetIndex();
H A Dhistory_quick_provider.cc74 if (GetIndex()) {
92 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(
290 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() { function in class:HistoryQuickProvider
H A Dhistory_quick_provider_unittest.cc196 provider_->GetIndex()->RebuildFromHistory(history_backend()->db());
/external/lldb/source/Target/
H A DThreadSpec.cpp145 if (GetIndex() != UINT32_MAX)
146 s->Printf("index: %d ", GetIndex());
/external/lldb/include/lldb/Target/
H A DThreadSpec.h67 GetIndex () const function in class:lldb_private::ThreadSpec
/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/src/ports/
H A DSkTypeface_win_dw.cpp45 desc->setFontIndex(fDWriteFontFace->GetIndex());
213 *ttcIndex = fDWriteFontFace->GetIndex();
H A DSkRemotableFontMgr_win_dw.cpp159 fontId->fTtcIndex = fontFace->GetIndex();
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp226 if (m_options.GetThreadSpec()->GetIndex() == index)
239 return m_options.GetThreadSpecNoCreate()->GetIndex();
H A DBreakpointLocation.cpp149 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetIndex();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp128 long GetIndex() const;
817 long GetIndex() const;
/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/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp141 long GetIndex() const;
935 long GetIndex() const;
/external/libvpx/libwebm/
H A Dmkvparser.hpp128 long GetIndex() const;
817 long GetIndex() const;
/external/skia/samplecode/
H A DSampleFatBits.cpp384 static int GetIndex(SkView::Click* click) { function in class:IndexClick
504 int index = IndexClick::GetIndex(click);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp361 return name_tree.GetIndex(csName);
H A Ddoc_annot.cpp131 int CPDF_AnnotList::GetIndex(CPDF_Annot* pAnnot) function in class:CPDF_AnnotList
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp159 fontId->fTtcIndex = fontFace->GetIndex();
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h62 int GetIndex(const CFX_ByteString& csName) const;
715 int GetIndex(CPDF_Annot* pAnnot);
/external/lldb/source/API/
H A DSBBreakpoint.cpp406 thread_idx = thread_spec->GetIndex();

Completed in 4427 milliseconds

12