Searched defs:m_iconURL (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
H A DPageURLRecord.h47 , m_iconURL(iconURL)
51 const String& iconURL() const { return m_iconURL; }
55 String m_iconURL; member in class:WebCore::PageURLSnapshot
H A DIconRecord.h61 : m_iconURL(iconURL)
66 const String& iconURL() const { return m_iconURL; }
71 String m_iconURL; member in class:WebCore::IconSnapshot
91 String iconURL() { return m_iconURL; }
104 String m_iconURL; member in class:WebCore::IconRecord

Completed in 91 milliseconds