HomeSort by relevance Sort by last modified time
    Searched refs:foundItem (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 529 HistoryItem* foundItem = findTargetItem();
530 return foundItem ? foundItem : this;
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 756 IWebHistoryItem* foundItem = (IWebHistoryItem*) CFDictionaryGetValue(m_entriesByURL.get(), urlString);
757 if (!foundItem)
760 foundItem->AddRef();
761 *item = foundItem;
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 66 milliseconds