Searched defs:GetNextItem (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dvalidation_test_input_parser.cc58 bool GetNextItem(Range* range);
170 while (result && GetNextItem(&range))
192 bool ValidationTestInputParser::GetNextItem(Range* range) { function in class:mojo::test::__anon11866::ValidationTestInputParser
/external/lzma/CPP/Windows/Control/
H A DListView.h73 int GetNextItem(int startIndex, UINT flags) const { return ListView_GetNextItem(_window, startIndex, flags); } function in class:NWindows::NControl::CListView
74 int GetNextSelectedItem(int startIndex) const { return GetNextItem(startIndex, LVNI_SELECTED); }
75 int GetFocusedItem() const { return GetNextItem(-1, LVNI_FOCUSED); }

Completed in 357 milliseconds