Searched refs:isNull (Results 426 - 450 of 965) sorted by last modified time

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringHash.h33 return value.isNull();
H A DWTFString.cpp164 if (string.isNull())
166 if (isNull())
H A DWTFString.h136 bool isNull() const { return !m_impl; } function in class:WTF::String
478 inline bool operator!(const String& str) { return str.isNull(); }
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebArrayBuffer.h67 bool isNull() const { return m_private.isNull(); } function in class:blink::WebArrayBuffer
H A DWebBlobData.h64 bool isNull() const { return !m_private.get(); } function in class:blink::WebBlobData
H A DWebCString.h90 bool isNull() const { return m_private.isNull(); } function in class:blink::WebCString
H A DWebCryptoAlgorithm.h120 // If WebCryptoAlgorithm "isNull()" then it is invalid to call any of the other
121 // methods on it (other than destruction, assignment, or isNull()).
146 BLINK_PLATFORM_EXPORT bool isNull() const;
H A DWebCryptoAlgorithmParams.h79 BLINK_ASSERT(!hash.isNull());
201 BLINK_ASSERT(!hash.isNull());
H A DWebCryptoKey.h88 // If WebCryptoKey "isNull()" then it is invalid to call any of the other
89 // methods on it (other than destruction, assignment, or isNull()).
119 BLINK_PLATFORM_EXPORT bool isNull() const;
H A DWebCryptoKeyAlgorithm.h75 BLINK_PLATFORM_EXPORT bool isNull() const;
H A DWebData.h79 bool isNull() const { return m_private.isNull(); } function in class:blink::WebData
H A DWebDragData.h97 bool isNull() const { return m_private.isNull(); } function in class:blink::WebDragData
H A DWebHTTPBody.h76 bool isNull() const { return !m_private; } function in class:blink::WebHTTPBody
H A DWebImage.h79 BLINK_PLATFORM_EXPORT bool isNull() const;
H A DWebMediaConstraints.h74 bool isNull() const { return m_private.isNull(); } function in class:blink::WebMediaConstraints
H A DWebMediaDeviceInfo.h60 bool isNull() const { return m_private.isNull(); } function in class:blink::WebMediaDeviceInfo
H A DWebMediaStream.h63 bool isNull() const { return m_private.isNull(); } function in class:blink::WebMediaStream
H A DWebMediaStreamSource.h88 bool isNull() const { return m_private.isNull(); } function in class:blink::WebMediaStreamSource
H A DWebMediaStreamTrack.h72 bool isNull() const { return m_private.isNull(); } function in class:blink::WebMediaStreamTrack
H A DWebMediaStreamTrackSourcesRequest.h60 bool isNull() const { return m_private.isNull(); } function in class:blink::WebMediaStreamTrackSourcesRequest
H A DWebPrerender.h78 BLINK_PLATFORM_EXPORT bool isNull() const;
H A DWebPrivatePtr.h208 bool isNull() const { return !m_storage; } function in class:blink::WebPrivatePtr
H A DWebRTCConfiguration.h61 bool isNull() const { return m_private.isNull(); } function in class:blink::WebRTCICEServer
96 bool isNull() const { return m_private.isNull(); } function in class:blink::WebRTCConfiguration
H A DWebRTCICECandidate.h59 bool isNull() const { return m_private.isNull(); } function in class:blink::WebRTCICECandidate
H A DWebRTCOfferOptions.h31 bool isNull() const { return m_private.isNull(); } function in class:blink::WebRTCOfferOptions

Completed in 791 milliseconds

<<11121314151617181920>>