Searched refs:m_isSecure (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DParsedCookie.cpp44 , m_isSecure(false)
61 , m_isSecure(isSecure)
159 String(m_path), (m_expiry * 1000), m_isHttpOnly, m_isSecure, m_isSession)); local
H A DParsedCookie.h80 bool isSecure() const { return m_isSecure; }
81 void setSecureFlag(bool secure) { m_isSecure = secure; }
116 bool m_isSecure; member in class:WebCore::ParsedCookie

Completed in 114 milliseconds