Home
last modified time | relevance | path

Searched refs:foundItem (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/history/
DHistoryItem.cpp529 HistoryItem* foundItem = findTargetItem(); in targetItem() local
530 return foundItem ? foundItem : this; in targetItem()
/external/webkit/Source/WebKit/win/
DWebHistory.cpp756 …IWebHistoryItem* foundItem = (IWebHistoryItem*) CFDictionaryGetValue(m_entriesByURL.get(), urlStri… in itemForURLString() local
757 if (!foundItem) in itemForURLString()
760 foundItem->AddRef(); in itemForURLString()
761 *item = foundItem; in itemForURLString()
/external/webkit/Source/WebCore/editing/
DEditor.cpp1752 …String foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGram… in advanceToNextMisspelling() local
1754 misspelledWord = foundItem; in advanceToNextMisspelling()
1757 badGrammarPhrase = foundItem; in advanceToNextMisspelling()
1788foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isG… in advanceToNextMisspelling()
1790 misspelledWord = foundItem; in advanceToNextMisspelling()
1793 badGrammarPhrase = foundItem; in advanceToNextMisspelling()