Searched refs:foundItem (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/history/
H A DHistoryItem.cpp529 HistoryItem* foundItem = findTargetItem(); local
530 return foundItem ? foundItem : this;
/external/webkit/Source/WebKit/win/
H A DWebHistory.cpp756 IWebHistoryItem* foundItem = (IWebHistoryItem*) CFDictionaryGetValue(m_entriesByURL.get(), urlString); local
757 if (!foundItem)
760 foundItem->AddRef();
761 *item = foundItem;
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1752 String foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail); local
1754 misspelledWord = foundItem;
1757 badGrammarPhrase = foundItem;
1788 foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1790 misspelledWord = foundItem;
1793 badGrammarPhrase = foundItem;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 253 milliseconds