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

  /external/webkit/WebCore/history/
HistoryItem.cpp 459 HistoryItem* foundItem = findTargetItem();
460 return foundItem ? foundItem : this;
  /external/webkit/WebKit/win/
WebHistory.cpp 758 IWebHistoryItem* foundItem = (IWebHistoryItem*) CFDictionaryGetValue(m_entriesByURL.get(), urlString);
759 if (!foundItem)
762 foundItem->AddRef();
763 *item = foundItem;
    [all...]
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]

Completed in 619 milliseconds