Searched refs:m_isNull (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamErrorBase.h46 bool isNull() const { return m_isNull; }
57 , m_isNull(true)
63 , m_isNull(false)
71 , m_isNull(false)
78 bool m_isNull; member in class:WebCore::SocketStreamErrorBase
H A DAuthenticationChallengeBase.cpp33 : m_isNull(true)
43 : m_isNull(false)
79 return m_isNull;
84 m_isNull = true;
H A DResourceErrorBase.h42 bool isNull() const { return m_isNull; }
57 , m_isNull(true)
67 , m_isNull(false)
87 bool m_isNull; member in class:WebCore::ResourceErrorBase
H A DResourceErrorBase.cpp43 errorCopy.m_isNull = m_isNull;
H A DAuthenticationChallengeBase.h57 bool m_isNull; member in class:WebCore::AuthenticationChallengeBase
H A DResourceResponseBase.h56 bool isNull() const { return m_isNull; }
164 bool m_isNull : 1;
H A DResourceResponseBase.cpp54 , m_isNull(true)
82 , m_isNull(false)
155 m_isNull = false;
170 m_isNull = false;
185 m_isNull = false;
200 m_isNull = false;
216 m_isNull = false;
/external/webkit/Source/WebKit/chromium/src/
H A DWebDeviceOrientation.cpp37 m_isNull = true;
47 m_isNull = false;
59 m_isNull = true;
69 m_isNull = false;
81 if (m_isNull)
/external/webkit/Source/WebKit/chromium/public/
H A DWebDeviceOrientation.h39 : m_isNull(false),
51 bool isNull() { return m_isNull; }
67 : m_isNull(true),
77 bool m_isNull; member in class:WebKit::WebDeviceOrientation
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceErrorMac.mm44 m_isNull = !nsError;
51 m_isNull = !cfError;
82 if (m_isNull) {
H A DResourceResponseMac.mm56 if (!m_nsResponse && !m_isNull) {
75 if (m_isNull) {
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceResponse.h56 m_isNull = !cfResponse;
63 m_isNull = !nsResponse;
H A DResourceErrorCF.cpp45 m_isNull = !cfError;
129 if (m_isNull) {
170 m_isNull = false;
H A DResourceResponseCFNet.cpp52 if (!m_cfResponse && !m_isNull) {
83 if (m_isNull) {

Completed in 551 milliseconds