HomeSort by relevance Sort by last modified time
    Searched defs:GetMatchAtIndex (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
RegularExpression.cpp 163 RegularExpression::Match::GetMatchAtIndex (const char* s, uint32_t idx, std::string& match_str) const
184 RegularExpression::Match::GetMatchAtIndex (const char* s, uint32_t idx, llvm::StringRef& match_str) const
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 137 if (HasMatchAt(line) && GetMatchAtIndex(line).associated_keyword.get()) {
168 const AutocompleteMatch& match = GetMatchAtIndex(i);
267 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index));
447 const AutocompleteMatch& OmniboxPopupContentsView::GetMatchAtIndex(

Completed in 2218 milliseconds