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

  /external/webkit/WebCore/platform/gtk/
DataObjectGtk.h 43 Vector<KURL> uriList() { return m_uriList; }
46 void setURIList(const Vector<KURL>& newURIList) { m_uriList = newURIList; }
51 bool hasURIList() { return !m_uriList.isEmpty(); }
70 Vector<KURL> m_uriList;
DataObjectGtk.cpp 101 m_uriList.clear();

Completed in 382 milliseconds