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

  /external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObject.h 110 // These two are linked. Setting m_url will set m_uriList to the same
111 // string value; setting m_uriList will cause its contents to be parsed
114 String m_uriList;
ChromiumDataObjectLegacy.h 110 // These two are linked. Setting m_url will set m_uriList to the same
111 // string value; setting m_uriList will cause its contents to be parsed
114 String m_uriList;
  /external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.h 40 const String& uriList() { return m_uriList; }
49 bool hasURIList() { return !m_uriList.isEmpty(); }
53 void clearURIList() { m_uriList = ""; }
74 String m_uriList;

Completed in 53 milliseconds