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

  /external/webkit/WebKit/win/
WebHistoryItem.h 115 RefPtr<WebCore::HistoryItem> m_historyItem;
  /external/webkit/WebCore/history/android/
AndroidWebHistoryBridge.h 41 , m_historyItem(item) { }
49 void detachHistoryItem() { m_historyItem = 0; }
50 HistoryItem* historyItem() const { return m_historyItem; }
57 HistoryItem* m_historyItem;

Completed in 12 milliseconds