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

  /external/webkit/Source/WebCore/platform/network/
SocketStreamErrorBase.h 46 bool isNull() const { return m_isNull; }
57 , m_isNull(true)
63 , m_isNull(false)
71 , m_isNull(false)
78 bool m_isNull;
AuthenticationChallengeBase.cpp 33 : m_isNull(true)
43 : m_isNull(false)
79 return m_isNull;
84 m_isNull = true;
ResourceErrorBase.h 42 bool isNull() const { return m_isNull; }
57 , m_isNull(true)
67 , m_isNull(false)
87 bool m_isNull;
ResourceErrorBase.cpp 43 errorCopy.m_isNull = m_isNull;
AuthenticationChallengeBase.h 57 bool m_isNull;
ResourceResponseBase.h 56 bool isNull() const { return m_isNull; }
164 bool m_isNull : 1;
ResourceResponseBase.cpp 54 , 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/public/
WebDeviceOrientation.h 39 : m_isNull(false),
51 bool isNull() { return m_isNull; }
67 : m_isNull(true),
77 bool m_isNull;
  /external/webkit/Source/WebKit/chromium/src/
WebDeviceOrientation.cpp 37 m_isNull = true;
47 m_isNull = false;
59 m_isNull = true;
69 m_isNull = false;
81 if (m_isNull)
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceErrorMac.mm 44 m_isNull = !nsError;
51 m_isNull = !cfError;
82 if (m_isNull) {
ResourceResponseMac.mm 56 if (!m_nsResponse && !m_isNull) {
75 if (m_isNull) {
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceResponse.h 56 m_isNull = !cfResponse;
63 m_isNull = !nsResponse;
ResourceErrorCF.cpp 45 m_isNull = !cfError;
129 if (m_isNull) {
170 m_isNull = false;
ResourceResponseCFNet.cpp 52 if (!m_cfResponse && !m_isNull) {
83 if (m_isNull) {

Completed in 212 milliseconds