Home
last modified time | relevance | path

Searched refs:isNone (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/page/
DDOMSelection.cpp187 if (selection->isNone()) in type()
198 return m_frame->selection()->isNone() ? 0 : 1; in rangeCount()
225 if (selection.isNone()) { in collapseToEnd()
240 if (selection.isNone()) { in collapseToStart()
404 if (selection->isNone()) { in addRange()
441 if (selection->isNone()) in deleteFromDocument()
466 if (!n || m_frame->document() != n->document() || selection->isNone()) in containsNode()
DDragController.cpp364 if (frame->selection()->isNone()) { in setSelectionToDragCaret()
369 return !frame->selection()->isNone() && frame->selection()->isContentEditable(); in setSelectionToDragCaret()
374 ASSERT(!m_page->dragCaretController()->isNone()); in dispatchTextInputEventFor()
397 … if (!m_page->dragCaretController()->isNone() && !dispatchTextInputEventFor(innerFrame, dragData)) in concludeEditDrag()
DFocusController.cpp331 if (s->isNone()) in clearSelectionIfNeeded()
DPage.cpp522 if (shouldWrap && !startFrame->selection()->isNone()) { in findString()
/external/webkit/Source/WebCore/editing/
DBreakBlockquoteCommand.cpp47 if (endingSelection().isNone()) in doApply()
57 ASSERT(!endingSelection().isNone()); in doApply()
59 if (endingSelection().isNone()) in doApply()
DVisibleSelection.cpp122 if (isNone()) in firstRange()
131 if (isNone()) in toNormalizedRange()
141 if (isNone()) in toNormalizedRange()
187 if (isNone()) in expandUsingGranularity()
607 if (isNone()) { in formatForDebugger()
DCreateLinkCommand.cpp43 if (endingSelection().isNone()) in doApply()
DSelectionController.h125 bool isNone() const { return m_selection.isNone(); } in isNone() function
DTypingCommand.cpp547 ASSERT(!selectionToDelete.isNone()); in deleteKeyPressed()
548 if (selectionToDelete.isNone()) in deleteKeyPressed()
632 ASSERT(!selectionToDelete.isNone()); in forwardDeleteKeyPressed()
633 if (selectionToDelete.isNone()) in forwardDeleteKeyPressed()
DVisibleSelection.h73 bool isNone() const { return selectionType() == NoSelection; } in isNone() function
DSelectionController.cpp184 if (!s.isNone()) in setSelection()
227 if (isNone()) in nodeWillBeRemoved()
304 if (isNone() || !node || highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE) in textWillBeReplaced()
943 if (isNone()) in xPosForVerticalArrowNavigation()
1039 …if (isNone() || !m_selection.start().anchorNode()->inDocument() || !m_selection.end().anchorNode()… in updateCaretRect()
1689 if (isNone() || !isFocused()) in setFocusedNodeIfNeeded()
1848 if (!isNone() || !(document->rendererIsEditable() || caretBrowsing)) in setSelectionFromNone()
DEditor.cpp336 if (m_frame->selection()->isNone()) in deleteSelectionWithSmartDelete()
404 if (m_frame->selection()->isNone() || !fragment) in replaceSelectionWithFragment()
569 if (m_frame->selection()->isNone()) in textDirectionForSelection()
653 if (m_frame->selection()->isNone()) in hasBidiSelection()
741 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevel()
751 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevelOrdered()
761 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevelUnordered()
771 if (!canEditRichly() || m_frame->selection()->isNone()) in decreaseSelectionListLevel()
1518 if (m_frame->selection()->isNone()) { in confirmComposition()
1565 if (m_frame->selection()->isNone()) { in setComposition()
[all …]
DModifySelectionListLevel.cpp51 if (selection.isNone()) in getStartEndListChildren()
DCompositeEditCommand.cpp512 if (selection.isNone()) in rebalanceWhitespace()
925 if (preserveSelection && !endingSelection().isNone()) { in moveParagraphs()
Dhtmlediting.cpp1121 if (selection.isNone()) in avoidIntersectionWithNode()
DEditorCommand.cpp1037 if (mark.isNone() || selection.isNone()) { in executeSwapWithMark()
/external/webkit/Source/WebCore/rendering/style/
DLineClampValue.h50 bool isNone() const { return m_value == -1; } in isNone() function
DContentData.h53 bool isNone() const { return m_type == CONTENT_NONE; } in isNone() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h52 bool isNone() const { return Kind == None; } in isNone() function
DCodeGenInstruction.cpp212 if (!Ops[Op.first].Constraints[Op.second].isNone()) in ParseConstraint()
245 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone()) in ParseConstraint()
DInstrInfoEmitter.cpp121 if (Constraint.isNone()) in GetOperandInfo()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1325 ASSERT(!controller->isNone()); in selectWordAroundCaret()
1326 if (controller->isNone() || controller->isRange()) in selectWordAroundCaret()
1485 bool activeSelection = !selection.isNone(); in find()
1511 if (newSelection.isNone() || (newSelection.start() == newSelection.end())) in find()
2099 if (!selection.isNone()) in setFindEndstateFocusAndSelection()
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm314 …if (frame->selection()->isNone() || !frame->selection()->isContentEditable() || frame->selection()…
591 if (!frame || frame->selection()->isNone()) {
602 if (!frame || frame->selection()->isNone()) {
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm657 if (_private->coreFrame->selection()->isNone())
793 if (_private->coreFrame->selection()->isNone())
1066 if (_private->coreFrame->selection()->isNone() || !fragment)
/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp621 bool haveLineClamp = !style()->lineClamp().isNone(); in layoutVerticalBox()

12