HomeSort by relevance Sort by last modified time
    Searched refs:isNotNull (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/editing/chromium/
SelectionControllerChromium.cpp 42 if (AXObjectCache::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull()) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java 154 public static void isNotNull(Object object) {
155 isNotNull(object, ""); //$NON-NLS-1$
168 public static void isNotNull(Object object, String message) {
188 public static void isNotNull(Object object, String errorFormat, Object... args) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 55 Assert.isNotNull(type);
162 Assert.isNotNull(method);
179 Assert.isNotNull(name);
180 Assert.isNotNull(parameterTypes);
203 Assert.isNotNull(clazz);
204 Assert.isNotNull(signature);
220 Assert.isNotNull(object);
221 Assert.isNotNull(arguments);
227 Assert.isNotNull(method, "Can not find method " + signature + " in " + refClass);
  /external/webkit/Source/WebCore/editing/gtk/
SelectionControllerGtk.cpp 84 if (!m_selection.start().isNotNull() || !m_selection.end().isNotNull())
  /external/webkit/Source/WebCore/editing/
VisiblePosition.h 61 bool isNotNull() const { return m_deepPosition.isNotNull(); }
82 Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.deprecatedNode()->rootEditableElement() : 0; }
IndentOutdentCommand.cpp 162 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph))
164 if (visibleEndOfParagraph.isNotNull() && !isEndOfParagraph(visibleEndOfParagraph))
208 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().anchorNode()->inDocument())
211 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) {
visible_units.cpp 465 return a.isNotNull() && startOfLine(a) == startOfLine(b);
470 return p.isNotNull() && p == startOfLine(p);
475 return p.isNotNull() && p == endOfLine(p);
    [all...]
InsertTextCommand.cpp 158 if (placeholder.isNotNull())
166 if (placeholder.isNotNull())
VisibleSelection.cpp 246 if (m_base.isNotNull()) {
251 if (m_extent.isNotNull() && !baseAndExtentEqual)
334 if (next.isNotNull())
505 while (p.isNotNull() && !(lowestEditableAncestor(p.containerNode()) == baseEditableAncestor && !isEditablePosition(p))) {
534 while (p.isNotNull() && !(lowestEditableAncestor(p.containerNode()) == baseEditableAncestor && !isEditablePosition(p))) {
DeleteSelectionCommand.cpp 229 bool skipSmartDelete = pos.trailingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull();
231 skipSmartDelete = m_downstreamEnd.leadingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull();
234 bool hasLeadingWhitespaceBeforeAdjustment = m_upstreamStart.leadingWhitespacePosition(m_selectionToDelete.affinity(), true).isNotNull();
249 if (!skipSmartDelete && !hasLeadingWhitespaceBeforeAdjustment && m_downstreamEnd.trailingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull()) {
389 if (firstEditablePosition.isNotNull())
555 if (m_leadingWhitespace.isNotNull() && !m_leadingWhitespace.isRenderedCharacter() && m_leadingWhitespace.deprecatedNode()->isTextNode()) {
560 if (m_trailingWhitespace.isNotNull() && !m_trailingWhitespace.isRenderedCharacter() && m_trailingWhitespace.deprecatedNode()->isTextNode()) {
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
Modifier.java 49 invalid = pError.isNotNull();
ModifierHelper.java 141 if (pAction.isNotNull()) {
156 if (pIpo.isNotNull()) {
182 if (pAnimData.isNotNull()) {
185 if (pAction.isNotNull()) {
ArrayModifier.java 68 if (pCurveOb.isNotNull()) {
111 if (pOffsetObject.isNotNull()) {
118 if (pStartCap.isNotNull()) {
122 if (pEndCap.isNotNull()) {
ArmatureModifier.java 93 if (this.validate(modifierStructure, blenderContext) && pDvert.isNotNull()) {
95 if (pArmatureObject.isNotNull()) {
280 if (pDvert.isNotNull()) {// assigning weights and bone indices
289 if (totweight > 0 && pDW.isNotNull() && groupToBoneIndexMap!=null) {// pDW should never be null here, but I check it just in case :)
ParticlesModifier.java 48 if (pParticleSystem.isNotNull()) {
  /external/webkit/Source/WebCore/editing/mac/
SelectionControllerMac.mm 53 if (AXObjectCache::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull())
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
BCDSAPublicKey.java 76 if (isNotNull(info.getAlgorithm().getParameters()))
84 private boolean isNotNull(ASN1Encodable parameters)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKDSAPublicKey.java 77 if (isNotNull(info.getAlgorithm().getParameters()))
85 private boolean isNotNull(ASN1Encodable parameters)
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Constraint.java 56 if (pData.isNotNull()) {
59 if(pTar!= null && pTar.isNotNull()) {
ConstraintHelper.java 83 if (pActions.isNotNull()) {
94 if (pIpo.isNotNull()) {
108 if (pPose.isNotNull()) {
191 if(pData.isNotNull()) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 86 Assert.isNotNull(page);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
AbstractBlenderHelper.java 157 if (pProperties.isNotNull()) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Pointer.java 141 public boolean isNotNull() {
  /external/mockito/src/org/mockito/
Matchers.java 661 * alias to {@link Matchers#isNotNull()}
675 * alias to {@link Matchers#isNotNull(Class)}
695 public static Object isNotNull() {
710 public static <T> T isNotNull(Class<T> clazz) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 129 if(parent == null && pParent.isNotNull()) {
183 if(pCurve.isNotNull()) {
197 if(pLamp.isNotNull()) {
234 if(pCamera.isNotNull()) {

Completed in 1321 milliseconds

1 2 3 4