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

  /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;
DataObjectGtk.cpp 64 m_uriList = uriListString;
106 m_uriList = url;
150 m_uriList = "";
  /external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObject.cpp 51 m_uriList = "";
79 m_uriList = "";
93 || !m_uriList.isEmpty()
120 if (!m_uriList.isEmpty())
151 success = !m_uriList.isEmpty();
152 return m_uriList;
211 m_uriList = data;
258 , m_uriList(other.m_uriList)
ChromiumDataObjectLegacy.cpp 51 m_uriList = "";
79 m_uriList = "";
93 || !m_uriList.isEmpty()
115 if (!m_uriList.isEmpty())
149 success = !m_uriList.isEmpty();
150 return m_uriList;
208 m_uriList = data;
243 , m_uriList(other.m_uriList)
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;

Completed in 48 milliseconds