Home
last modified time | relevance | path

Searched refs:m_isNull (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DSocketStreamErrorBase.h46 bool isNull() const { return m_isNull; } in isNull()
57 , m_isNull(true) in SocketStreamErrorBase()
63 , m_isNull(false) in SocketStreamErrorBase()
71 , m_isNull(false) in SocketStreamErrorBase()
78 bool m_isNull; variable
DAuthenticationChallengeBase.cpp33 : m_isNull(true) in AuthenticationChallengeBase()
43 : m_isNull(false) in AuthenticationChallengeBase()
79 return m_isNull; in isNull()
84 m_isNull = true; in nullify()
DResourceErrorBase.h42 bool isNull() const { return m_isNull; } in isNull()
57 , m_isNull(true) in ResourceErrorBase()
67 , m_isNull(false) in ResourceErrorBase()
87 bool m_isNull; variable
DResourceErrorBase.cpp43 errorCopy.m_isNull = m_isNull; in copy()
DResourceResponseBase.cpp54 , m_isNull(true) in ResourceResponseBase()
82 , m_isNull(false) in ResourceResponseBase()
155 m_isNull = false; in setURL()
170 m_isNull = false; in setMimeType()
185 m_isNull = false; in setExpectedContentLength()
200 m_isNull = false; in setTextEncodingName()
216 m_isNull = false; in setSuggestedFilename()
DResourceResponseBase.h56 bool isNull() const { return m_isNull; } in isNull()
164 bool m_isNull : 1; variable
DAuthenticationChallengeBase.h57 bool m_isNull; variable
/external/webkit/Source/WebKit/chromium/src/
DWebDeviceOrientation.cpp37 m_isNull = true; in WebDeviceOrientation()
47 m_isNull = false; in WebDeviceOrientation()
59 m_isNull = true; in operator =()
69 m_isNull = false; in operator =()
81 if (m_isNull) in operator PassRefPtr<WebCore::DeviceOrientation>()
/external/webkit/Source/WebKit/chromium/public/
DWebDeviceOrientation.h39 : m_isNull(false), in WebDeviceOrientation()
51 bool isNull() { return m_isNull; } in isNull()
67 : m_isNull(true), in WebDeviceOrientation()
77 bool m_isNull; variable
/external/webkit/Source/WebCore/platform/network/cf/
DResourceResponse.h56 m_isNull = !cfResponse; in ResourceResponse()
63 m_isNull = !nsResponse; in ResourceResponse()
DResourceErrorCF.cpp45 m_isNull = !cfError; in ResourceError()
129 if (m_isNull) { in cfError()
170 m_isNull = false; in ResourceError()
DResourceResponseCFNet.cpp52 if (!m_cfResponse && !m_isNull) { in cfURLResponse()
83 if (m_isNull) { in platformLazyInit()
/external/webkit/Source/WebCore/platform/network/mac/
DResourceErrorMac.mm44 m_isNull = !nsError;
51 m_isNull = !cfError;
82 if (m_isNull) {
DResourceResponseMac.mm56 if (!m_nsResponse && !m_isNull) {
75 if (m_isNull) {
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1469271 Initialize m_isNull