Searched defs:IndexOf (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs51 public int IndexOf( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
270 public int IndexOf( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
382 public int IndexOf( T item ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermission_set_unittest.cc33 size_t IndexOf(const std::vector<string16>& warnings, function in namespace:extensions::__anon6730
45 return IndexOf(warnings, warning) != warnings.size();
803 size_t combined_index = IndexOf(warnings, "Use your microphone and camera");
810 EXPECT_EQ(combined_index, IndexOf(warnings, "Use your microphone"));
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc56 STDMETHOD(IndexOf)(HSTRING value, unsigned *index, boolean *found) { function in class:__anon14857::StringVectorImpl
H A Dfile_picker_ash.cc54 STDMETHOD(IndexOf)(HSTRING value, unsigned *index, boolean *found) { function in class:__anon14858::StringVectorImpl
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc274 static int IndexOf(const MostVisitedURLList& urls, const GURL& url) { function in namespace:history
647 IndexOf(*urls, prepopulate_urls[i].url) == -1) {
702 int cur_index = IndexOf(urls_copy, url);
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.cc335 static int IndexOf(const MostVisitedURLList& urls, const GURL& url) { function in namespace:history
684 IndexOf(*urls, prepopulate_urls[i].url) == -1) {
H A Dtop_sites_likely_impl.cc335 static int IndexOf(const MostVisitedURLList& urls, const GURL& url) { function in namespace:history
688 IndexOf(*urls, prepopulate_urls[i].url) == -1) {
/external/chromium_org/v8/src/
H A Dserialize.cc611 int index = IndexOf(key);
619 int index = IndexOf(key);
625 int ExternalReferenceEncoder::IndexOf(Address key) const { function in class:v8::internal::ExternalReferenceEncoder
/external/v8/src/
H A Dserialize.cc528 int index = IndexOf(key);
536 int index = IndexOf(key);
542 int ExternalReferenceEncoder::IndexOf(Address key) const { function in class:v8::internal::ExternalReferenceEncoder

Completed in 321 milliseconds