HomeSort by relevance Sort by last modified time
    Searched defs:isNull (Results 1 - 25 of 276) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
SpaceSplitString.h 52 bool isUnique() const { return m_keyString.isNull(); }
84 bool isNull() const { return !m_data; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebSurroundingText.cpp 83 bool WebSurroundingText::isNull() const
WebHitTestResult.cpp 90 bool WebHitTestResult::isNull() const
WebSocketImpl.h 55 bool isNull() const { return !m_private; }
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayPiece.cpp 42 bool ArrayPiece::isNull() const
49 ASSERT(!isNull());
60 ASSERT(!isNull());
  /external/chromium_org/third_party/WebKit/public/platform/
WebArrayBuffer.h 67 bool isNull() const { return m_private.isNull(); }
WebData.h 80 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(); }
WebSpeechSynthesisUtterance.h 51 bool isNull() const { return m_private.isNull(); }
WebURLLoadTiming.h 58 bool isNull() const { return m_private.isNull(); }
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 71 bool isNull() const { return m_private.isNull(); }
WebBlob.h 75 bool isNull() const { return m_private.isNull(); }
WebDOMMediaStreamTrack.h 61 bool isNull() const { return m_private.isNull(); }
WebMediaDevicesRequest.h 56 bool isNull() const { return m_private.isNull(); }
WebRange.h 63 bool isNull() const { return m_private.isNull(); }
WebSecurityOrigin.h 66 bool isNull() const { return !m_private; }
WebSerializedScriptValue.h 70 bool isNull() const { return m_private.isNull(); }
WebUserGestureToken.h 59 bool isNull() const { return m_token.isNull(); }
  /external/chromium_org/ui/gfx/image/
image_skia.h 95 // |other|. Will also return true if both images are isNull().
129 bool isNull() const { return storage_.get() == NULL; }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Nullable.h 35 bool isNull() const { return m_isNull; }
ScriptPromise.h 66 bool isNull() const
68 return m_promise.isNull();
73 return m_promise.isUndefined() || m_promise.isNull();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.h 46 size_t end() const { ASSERT(!isNull()); return m_end; }
47 size_t start() const { ASSERT(!isNull()); return m_start; }
48 bool isNull() const { return m_start == kNotFound; }
50 size_t length() const { ASSERT(!isNull()); return m_end - m_start; }
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoKey.cpp 51 ASSERT(!algorithm.isNull());
75 ASSERT(!isNull());
81 ASSERT(!isNull());
87 ASSERT(!isNull());
93 ASSERT(!isNull());
99 ASSERT(!isNull());
103 bool WebCryptoKey::isNull() const
105 return m_private.isNull();
  /external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamError.h 49 bool isNull() const { return m_isNull; }

Completed in 687 milliseconds

1 2 3 4 5 6 7 8 91011>>