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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 52 bool isNull = false;
54 if (isNull) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.h 129 if (string.isNull()) {
139 if (string.isNull()) {
149 if (string.isNull()) {
166 if (value.IsEmpty() || value->IsNull())
173 if (value.IsEmpty() || value->IsNull() || value->IsUndefined())
200 if (string.isNull())
551 if (lengthValue->IsUndefined() || lengthValue->IsNull()) {
566 return value->IsNull() || value->IsUndefined();
V8CustomElementLifecycleCallbacks.cpp 222 oldValue.isNull() ? v8::Handle<v8::Value>(v8::Null(isolate)) : v8::Handle<v8::Value>(v8String(isolate, oldValue)),
223 newValue.isNull() ? v8::Handle<v8::Value>(v8::Null(isolate)) : v8::Handle<v8::Value>(v8String(isolate, newValue))
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 180 ASSERT(!key.isNull());
220 if (result.isNull())
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimelineTest.cpp 190 EXPECT_TRUE(isNull(timeline->currentTime()));
193 EXPECT_TRUE(isNull(timeline->currentTime()));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h 72 bool hasID() const { return !m_idForStyleResolution.isNull(); }
73 bool hasClass() const { return !m_classNames.isNull(); }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 70 if (m_position.isNull() || m_position.isOrphan())
134 if (caretPosition.isNull())
SpellChecker.cpp 182 if (position.isNull())
674 if (startOfSelection.isNull())
683 if (startOfFirstWord.isNull()) {
688 if (endOfLastWord.isNull())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormAssociatedElement.cpp 104 if (!formId.isNull() && element->inDocument()) {
270 return name.isNull() ? emptyAtom : name;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 80 if (type.isNull() || type.isEmpty()) {
196 if (type.isNull() || type.isEmpty())
WebKitMediaSource.cpp 79 if (type.isNull() || type.isEmpty()) {
185 if (type.isNull() || type.isEmpty())
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketPerMessageDeflate.cpp 95 if (!clientNoContextTakeover->value.isNull()) {
116 if (!serverNoContextTakeover->value.isNull()) {
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLRequest.cpp 105 bool WebURLRequest::isNull() const
107 return !m_private || m_private->m_resourceRequest->isNull();
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceRequest.cpp 87 bool ResourceRequest::isNull() const
89 return m_url.isNull();
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppVariant.h 111 bool isNull() const { return (type == NPVariantType_Null); }
112 bool isEmpty() const { return (isVoid() || isNull()); }
  /external/chromium_org/ui/gfx/image/
image_skia.h 91 // |other|. Will also return true if both images are isNull().
125 bool isNull() const { return storage_.get() == NULL; }
  /external/clang/unittests/AST/
SourceLocationTest.cpp 163 assert(!T.isNull());
188 assert(!T.isNull());
  /external/skia/gm/
gm_expectations.cpp 153 if (ignoreFailure.isNull()) {
167 if (allowedDigests.isNull()) {
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 226 public boolean isNull(int column)
228 return mCursor.isNull(column);
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 139 bool ResolveInfo::isNull() const
262 if (pInfo->isNull())
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 44 std::string output_name = (pair.isNull())?pName:pair.to;
56 std::string output_name = (pair.isNull())?pInputSection.name():pair.to;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 128 if (cursor.isNull(InboundSmsHandler.DESTINATION_PORT_COLUMN)) {
147 if (cursor.isNull(InboundSmsHandler.COUNT_COLUMN)) {
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java 75 InputStream isNull = null;
87 X500Principal xpr = new X500Principal(isNull);
  /packages/apps/Music/src/com/android/music/
SortCursor.java 226 public boolean isNull(int column)
228 return mCursor.isNull(column);
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 143 if (!cursor.isNull(DATA_STATUS_COLUMN)) {
149 if (!cursor.isNull(DATA_PHOTO_ID_COLUMN)) {

Completed in 353 milliseconds

<<11121314151617181920>>