Searched refs:foundItem (Results 1 – 3 of 3) sorted by relevance
529 HistoryItem* foundItem = findTargetItem(); in targetItem() local530 return foundItem ? foundItem : this; in targetItem()
756 …IWebHistoryItem* foundItem = (IWebHistoryItem*) CFDictionaryGetValue(m_entriesByURL.get(), urlStri… in itemForURLString() local757 if (!foundItem) in itemForURLString()760 foundItem->AddRef(); in itemForURLString()761 *item = foundItem; in itemForURLString()
1752 …String foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGram… in advanceToNextMisspelling() local1754 misspelledWord = foundItem; in advanceToNextMisspelling()1757 badGrammarPhrase = foundItem; in advanceToNextMisspelling()1788 …foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isG… in advanceToNextMisspelling()1790 misspelledWord = foundItem; in advanceToNextMisspelling()1793 badGrammarPhrase = foundItem; in advanceToNextMisspelling()