Searched refs:isNull (Results 1 - 25 of 738) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamErrorBase.cpp45 if (a.isNull() && b.isNull())
48 if (a.isNull() || b.isNull())
H A DResourceErrorBase.cpp56 if (a.isNull() && b.isNull())
59 if (a.isNull() || b.isNull())
H A DAuthenticationChallengeBase.cpp77 bool AuthenticationChallengeBase::isNull() const function in class:WebCore::AuthenticationChallengeBase
89 if (a.isNull() && b.isNull())
92 if (a.isNull() || b.isNull())
/external/webkit/Source/WebKit2/Shared/mac/
H A DAttributedString.mm45 bool isNull;
46 if (!decoder->decode(isNull))
48 if (isNull)
/external/webkit/Source/WebKit/chromium/src/
H A DWebHTTPLoadInfo.cpp70 ASSERT(!m_private.isNull());
76 ASSERT(!m_private.isNull());
82 ASSERT(!m_private.isNull());
88 ASSERT(!m_private.isNull());
94 ASSERT(!m_private.isNull());
100 ASSERT(!m_private.isNull());
113 ASSERT(!m_private.isNull());
119 ASSERT(!m_private.isNull());
125 ASSERT(!m_private.isNull());
131 ASSERT(!m_private.isNull());
[all...]
H A DWebThreadSafeData.cpp52 if (m_private.isNull())
59 if (m_private.isNull())
H A DWebDragData.cpp71 ASSERT(!isNull());
84 ASSERT(!isNull());
96 ASSERT(!isNull());
109 ASSERT(!isNull());
121 ASSERT(!isNull());
127 ASSERT(!isNull());
149 ASSERT(!isNull());
162 ASSERT(!isNull());
175 ASSERT(!isNull());
187 ASSERT(!isNull());
[all...]
H A DWebBlobData.cpp56 ASSERT(!isNull());
62 ASSERT(!isNull());
95 ASSERT(!isNull());
101 ASSERT(!isNull());
H A DWebCString.cpp47 if (isNull() != other.isNull())
48 return isNull() ? -1 : 1;
50 if (isNull())
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertySynchronizer.h40 if (old && value.isNull())
42 else if (!old && !value.isNull())
44 else if (old && !value.isNull())
/external/webkit/Source/WebCore/platform/text/
H A DStringWithDirection.h64 bool isNull() const { return m_string.isNull(); } function in class:WebCore::StringWithDirection
/external/webkit/Source/WebCore/bindings/js/
H A DCallbackFunction.cpp39 if (value.isNull() && (acceptedValues & CallbackAllowNull))
H A DIDBBindingUtilities.cpp37 if (value.isNull())
H A DJSHTMLDataGridElementCustom.cpp50 if (value.isNull()) {
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringBuilder.h65 if (m_buffer && m_length < m_buffer->length() && m_string.isNull())
73 if (m_buffer && m_length < m_buffer->length() && m_string.isNull())
81 if (m_string.isNull()) {
90 if (m_string.isNull())
111 if (!m_string.isNull())
/external/webkit/Source/WebCore/platform/image-decoders/qt/
H A DImageFrameQt.cpp73 if (m_pixmap.isNull() && !m_image.isNull()) {
101 if (m_pixmap.isNull())
111 if (m_pixmap.isNull() && !m_image.isNull()) {
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTiledDrawingAreaTileQt.cpp72 return !m_buffer.isNull();
77 return !m_backBuffer.isNull() && !m_hasUpdatePending;
101 ASSERT(!m_backBuffer.isNull());
109 ASSERT(!m_buffer.isNull());
132 if (m_backBuffer.isNull())
133 m_backBuffer = m_buffer.isNull() ? QPixmap(m_proxy->tileSize()) : m_buffer;
H A DChunkedUpdateDrawingAreaProxyQt.cpp49 if (!m_backingStoreImage.isNull())
62 if (m_backingStoreImage.isNull())
/external/chromium/webkit/glue/
H A Dwebkit_glue_unittest.cc15 EXPECT_TRUE(image.isNull());
25 EXPECT_FALSE(image.isNull());
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptprogram.cpp90 bool QScriptProgram::isNull() const function in class:QScriptProgram
92 return d_ptr->isNull();
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructureChain.cpp41 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure())
47 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure())
/external/webkit/Source/WebCore/wml/
H A DWMLMetaElement.cpp62 if (m_equiv.isNull() || m_content.isNull())
/external/webkit/Source/WebKit/chromium/public/
H A DWebSerializedScriptValue.h62 bool isNull() const { return m_private.isNull(); } function in class:WebKit::WebSerializedScriptValue
/external/llvm/include/llvm/ADT/
H A DNullablePtr.h31 bool isNull() const { return Ptr == 0; } function in class:llvm::NullablePtr
/external/v8/test/mjsunit/
H A Dmirror-null.js41 assertTrue(mirror.isNull());

Completed in 3461 milliseconds

1234567891011>>