Home
last modified time | relevance | path

Searched defs:isNull (Results 1 – 25 of 113) sorted by relevance

12345

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
DAssert.java87 public static void isNull(Object object) { in isNull() method in Assert
101 public static void isNull(Object object, String message) { in isNull() method in Assert
121 public static void isNull(Object object, String errorFormat, Object... args) { in isNull() method in Assert
/external/webkit/Source/WebKit/chromium/public/
DWebSerializedScriptValue.h62 bool isNull() const { return m_private.isNull(); } in isNull() function
DWebURLLoadTiming.h58 bool isNull() const { return m_private.isNull(); } in isNull() function
DWebPrivatePtr.h49 bool isNull() const { return !m_ptr; } in isNull() function
DWebSecurityOrigin.h66 bool isNull() const { return !m_private; } in isNull() function
DWebRange.h63 bool isNull() const { return !m_private; } in isNull() function
DWebHistoryItem.h67 bool isNull() const { return m_private.isNull(); } in isNull() function
DWebAccessibilityObject.h69 bool isNull() const { return !m_private; } in isNull() function
DWebDragData.h67 bool isNull() const { return !m_private; } in isNull() function
DWebData.h82 bool isNull() const { return !m_private; } in isNull() function
DWebDOMEvent.h66 bool isNull() const { return !m_private; } in isNull() function
/external/mockito/src/org/mockito/internal/util/reflection/
DFieldReader.java23 public boolean isNull() { in isNull() method in FieldReader
/external/webkit/Source/WebCore/platform/text/
DStringWithDirection.h64 bool isNull() const { return m_string.isNull(); } in isNull() function
/external/llvm/include/llvm/ADT/
DNullablePtr.h31 bool isNull() const { return Ptr == 0; } in isNull() function
/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.h110 bool isNull() const { return (type == NPVariantType_Null); } in isNull() function
/external/chromium/webkit/glue/
Dcpp_variant.h87 bool isNull() const { return (type == NPVariantType_Null); } in isNull() function
/external/webkit/Source/WebKit2/Shared/
DWebURL.h49 bool isNull() const { return m_string.isNull(); } in isNull() function
DShareableBitmap.h58 bool isNull() const { return m_handle.isNull(); } in isNull() function
/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMCString.h70 bool isNull() const { return !m_private; } in isNull() function
DWebDOMString.h61 bool isNull() const { return !m_private; } in isNull() function
/external/webkit/Source/JavaScriptCore/wtf/text/
DCString.h70 bool isNull() const { return !m_buffer; } in isNull() function
/external/webkit/Source/WebCore/platform/network/
DSocketStreamErrorBase.h46 bool isNull() const { return m_isNull; } in isNull() function
DAuthenticationChallengeBase.cpp77 bool AuthenticationChallengeBase::isNull() const in isNull() function in WebCore::AuthenticationChallengeBase
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptprogram.cpp90 bool QScriptProgram::isNull() const in isNull() function in QScriptProgram
Dqscriptprogram_p.h91 bool QScriptProgramPrivate::isNull() const in isNull() function

12345