/external/webkit/Source/WebCore/page/ |
D | DOMSelection.cpp | 187 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()
|
D | DragController.cpp | 364 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()
|
D | FocusController.cpp | 331 if (s->isNone()) in clearSelectionIfNeeded()
|
D | Page.cpp | 522 if (shouldWrap && !startFrame->selection()->isNone()) { in findString()
|
/external/webkit/Source/WebCore/editing/ |
D | BreakBlockquoteCommand.cpp | 47 if (endingSelection().isNone()) in doApply() 57 ASSERT(!endingSelection().isNone()); in doApply() 59 if (endingSelection().isNone()) in doApply()
|
D | VisibleSelection.cpp | 122 if (isNone()) in firstRange() 131 if (isNone()) in toNormalizedRange() 141 if (isNone()) in toNormalizedRange() 187 if (isNone()) in expandUsingGranularity() 607 if (isNone()) { in formatForDebugger()
|
D | CreateLinkCommand.cpp | 43 if (endingSelection().isNone()) in doApply()
|
D | SelectionController.h | 125 bool isNone() const { return m_selection.isNone(); } in isNone() function
|
D | TypingCommand.cpp | 547 ASSERT(!selectionToDelete.isNone()); in deleteKeyPressed() 548 if (selectionToDelete.isNone()) in deleteKeyPressed() 632 ASSERT(!selectionToDelete.isNone()); in forwardDeleteKeyPressed() 633 if (selectionToDelete.isNone()) in forwardDeleteKeyPressed()
|
D | VisibleSelection.h | 73 bool isNone() const { return selectionType() == NoSelection; } in isNone() function
|
D | SelectionController.cpp | 184 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()
|
D | Editor.cpp | 336 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 …]
|
D | ModifySelectionListLevel.cpp | 51 if (selection.isNone()) in getStartEndListChildren()
|
D | CompositeEditCommand.cpp | 512 if (selection.isNone()) in rebalanceWhitespace() 925 if (preserveSelection && !endingSelection().isNone()) { in moveParagraphs()
|
D | htmlediting.cpp | 1121 if (selection.isNone()) in avoidIntersectionWithNode()
|
D | EditorCommand.cpp | 1037 if (mark.isNone() || selection.isNone()) { in executeSwapWithMark()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | LineClampValue.h | 50 bool isNone() const { return m_value == -1; } in isNone() function
|
D | ContentData.h | 53 bool isNone() const { return m_type == CONTENT_NONE; } in isNone() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 52 bool isNone() const { return Kind == None; } in isNone() function
|
D | CodeGenInstruction.cpp | 212 if (!Ops[Op.first].Constraints[Op.second].isNone()) in ParseConstraint() 245 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone()) in ParseConstraint()
|
D | InstrInfoEmitter.cpp | 121 if (Constraint.isNone()) in GetOperandInfo()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 1325 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/ |
D | WebPageMac.mm | 314 …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/ |
D | WebFrame.mm | 657 if (_private->coreFrame->selection()->isNone()) 793 if (_private->coreFrame->selection()->isNone()) 1066 if (_private->coreFrame->selection()->isNone() || !fragment)
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderFlexibleBox.cpp | 621 bool haveLineClamp = !style()->lineClamp().isNone(); in layoutVerticalBox()
|