HomeSort by relevance Sort by last modified time
    Searched full:isnull (Results 301 - 325 of 1269) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/platform/
LinkHash.cpp 55 if (relative.isNull())
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLError.cpp 49 if (error.isNull()) {
WebURLResponse.cpp 108 bool WebURLResponse::isNull() const
110 return !m_private || m_private->m_resourceResponse->isNull();
256 if (name.isNull() || value.isNull())
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoderTest.cpp 161 EXPECT_FALSE(image->bitmap().isNull());
184 EXPECT_FALSE(scaledBitmap.isNull());
217 EXPECT_FALSE(image->bitmap().isNull());
308 EXPECT_FALSE(image->bitmap().isNull());
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
ArchiveResource.cpp 49 if (response.isNull()) {
MHTMLParser.cpp 96 while (!(line = buffer->nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) {
139 if (mimeHeader->m_endOfPartBoundary.isNull()) {
185 while (!(line = lineReader.nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) {
320 while (!(line = m_lineReader.nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) {
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ProxyServer.cpp 50 ASSERT(!proxyServer.hostName().isNull());
ResourceError.h 63 bool isNull() const { return m_isNull; }
SocketStreamError.h 49 bool isNull() const { return m_isNull; }
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCDTMFSenderHandler.cpp 77 assert(m_client && !m_track.isNull());
  /external/chromium_org/third_party/WebKit/Source/web/
WebHitTestResult.cpp 90 bool WebHitTestResult::isNull() const
WebSocketImpl.h 54 bool isNull() const { return !m_private; }
WebSurroundingText.cpp 66 bool WebSurroundingText::isNull() const
  /external/chromium_org/third_party/WebKit/Source/wtf/testing/
WTFTestHelpers.cpp 42 if (string.isNull())
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobData.h 63 bool isNull() const { return !m_private.get(); }
WebPrerender.h 74 BLINK_PLATFORM_EXPORT bool isNull() const;
  /external/chromium_org/third_party/WebKit/public/web/
WebHitTestResult.h 53 BLINK_EXPORT bool isNull() const;
WebNodeCollection.h 57 bool isNull() const { return !m_private; }
WebRange.h 66 bool isNull() const { return !m_private; }
WebSurroundingText.h 48 BLINK_EXPORT bool isNull() const;
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 94 if (bitmap->isNull()) {
  /external/chromium_org/ui/gfx/image/
image_unittest.cc 88 EXPECT_TRUE(image_skia.isNull());
141 EXPECT_FALSE(image_skia1->isNull());
155 EXPECT_FALSE(bitmap1->isNull());
368 EXPECT_FALSE(bitmap->isNull());
389 EXPECT_FALSE(bitmap->isNull());
425 EXPECT_FALSE(image_skia->isNull());
435 EXPECT_FALSE(bitmap->isNull());
687 EXPECT_TRUE(!bitmap.isNull());
691 EXPECT_TRUE(!image.ToSkBitmap()->isNull());
  /external/chromium_org/v8/test/mjsunit/
mirror-null.js 41 assertTrue(mirror.isNull());
  /external/clang/test/CodeGenCXX/
pointers-to-data-members.cpp 80 // CHECK-NEXT: [[ISNULL:%.*]] = icmp eq i64 [[TMP]], -1
81 // CHECK-NEXT: [[RES:%.*]] = select i1 [[ISNULL]], i64 [[TMP]], i64 [[ADJ]]
87 // CHECK-NEXT: [[ISNULL:%.*]] = icmp eq i64 [[TMP]], -1
88 // CHECK-NEXT: [[RES:%.*]] = select i1 [[ISNULL]], i64 [[TMP]], i64 [[ADJ]]
  /external/clang/tools/libclang/
CXType.cpp 102 if (TU && !T.isNull()) {
216 if (T.isNull())
319 if (T.isNull())
487 if (T.isNull())
501 if (T.isNull())
526 if (T.isNull())
542 if (T.isNull())
558 if (T.isNull())
581 if (T.isNull())

Completed in 1217 milliseconds

<<11121314151617181920>>