OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnull
(Results
101 - 125
of
1269
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableSVGPaint.cpp
40
ASSERT(uri().
isNull
());
50
ASSERT(uri().
isNull
());
/external/chromium_org/third_party/WebKit/Source/core/dom/
CharacterData.h
56
, m_data(!text.
isNull
() ? text : emptyString())
64
ASSERT(!data.
isNull
());
DOMSettableTokenList.cpp
60
if (m_tokens.
isNull
())
70
if (m_tokens.
isNull
())
DOMURLUtilsReadOnly.cpp
38
if (url.
isNull
())
45
if (url.
isNull
())
SpaceSplitString.h
52
bool isUnique() const { return m_keyString.
isNull
(); }
84
bool
isNull
() const { return !m_data; }
/external/chromium_org/third_party/WebKit/Source/core/events/
UIEvent.h
61
AbstractView* view(bool&
isNull
) const {
isNull
= !m_view; return m_view.get(); }
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowBase64.cpp
47
if (stringToEncode.
isNull
())
60
if (encodedString.
isNull
())
/external/chromium_org/third_party/WebKit/Source/core/html/
MediaKeyEvent.h
68
MediaKeyError* errorCode(bool&
isNull
) const {
isNull
= !m_errorCode; return m_errorCode.get(); }
/external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.h
58
Storage* storageArea(bool&
isNull
) const {
isNull
= !m_storageArea; return m_storageArea.get(); }
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.cpp
99
double DeviceMotionEvent::interval(bool&
isNull
) const
104
isNull
= true;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamEvent.cpp
80
MediaStream* MediaStreamEvent::stream(bool&
isNull
) const
82
isNull
= !m_stream;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebData.cpp
57
if (m_private.
isNull
())
64
if (m_private.
isNull
())
WebThreadSafeData.cpp
52
if (m_private.
isNull
())
59
if (m_private.
isNull
())
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.h
80
if (!m_length && !m_buffer && !other.m_string.
isNull
()) {
126
if (m_buffer && m_length < m_buffer->length() && m_string.
isNull
()) {
142
if (m_buffer && m_length < m_buffer->length() && m_string.
isNull
()) {
179
if (m_string.
isNull
())
188
if (!m_string.
isNull
())
205
if (!m_string.
isNull
())
245
if (!m_string.
isNull
())
256
if (!m_string.
isNull
())
/external/chromium_org/third_party/WebKit/public/platform/
WebArrayBuffer.h
63
bool
isNull
() const { return m_private.
isNull
(); }
WebData.h
80
bool
isNull
() const { return m_private.
isNull
(); }
WebMediaConstraints.h
81
bool
isNull
() const { return m_private.
isNull
(); }
WebMediaStreamTrack.h
64
bool
isNull
() const { return m_private.
isNull
(); }
WebMediaStreamTrackSourcesRequest.h
62
bool
isNull
() const { return m_private.
isNull
(); }
WebRTCICECandidate.h
63
bool
isNull
() const { return m_private.
isNull
(); }
WebRTCSessionDescription.h
71
bool
isNull
() const { return m_private.
isNull
(); }
WebRTCSessionDescriptionRequest.h
66
bool
isNull
() const { return m_private.
isNull
(); }
WebRTCVoidRequest.h
65
bool
isNull
() const { return m_private.
isNull
(); }
WebSpeechSynthesisUtterance.h
51
bool
isNull
() const { return m_private.
isNull
(); }
WebURLLoadTiming.h
58
bool
isNull
() const { return m_private.
isNull
(); }
Completed in 553 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>