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

1 2

  /external/webkit/WebCore/page/chromium/
FrameChromium.cpp 40 if (selection()->isRange())
  /external/webkit/WebCore/editing/
UnlinkCommand.cpp 41 if (!endingSelection().isRange())
CreateLinkCommand.cpp 49 if (endingSelection().isRange()) {
VisibleSelection.h 69 VisiblePosition visibleStart() const { return VisiblePosition(m_start, isRange() ? DOWNSTREAM : affinity()); }
70 VisiblePosition visibleEnd() const { return VisiblePosition(m_end, isRange() ? UPSTREAM : affinity()); }
74 bool isRange() const { return selectionType() == RangeSelection; }
FormatBlockCommand.cpp 46 ASSERT(endingSelection().isRange());
92 if (endingSelection().isRange() && modifyRange())
MoveSelectionCommand.cpp 43 ASSERT(selection.isRange());
SelectionController.h 103 bool isRange() const { return m_selection.isRange(); }
InsertListCommand.cpp 65 ASSERT(selection.isRange());
128 if (endingSelection().isRange() && modifyRange())
InsertTextCommand.cpp 80 if (!endingSelection().isRange())
119 if (endingSelection().isRange()) {
BreakBlockquoteCommand.cpp 51 if (endingSelection().isRange())
SelectionController.cpp 348 if (isRange())
374 if (isRange())
389 if (!isRange() || !isStartOfLine(pos))
500 if (isRange())
525 if (isRange())
    [all...]
TypingCommand.cpp 71 if (!frame->selection()->isRange())
478 if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start())
549 if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start())
ModifySelectionListLevel.cpp 60 Node* endListChild = selection.isRange() ? enclosingListChild(selection.end().node()) : startListChild;
Editor.cpp 177 return selection->isRange() && !selection->isInPasswordField();
188 return selection->isRange() && selection->isContentEditable();
232 if (m_frame->selection()->isRange()) {
409 if (!m_frame->selection()->isRange()) {
469 if (m_frame->selection()->isRange()) {
547 if (m_frame->selection()->isRange() && !end.node()->isDescendantOf(node))
562 if (m_frame->selection()->isRange()) {
589 } else if (m_frame->selection()->isRange()) {
604 } else if (m_frame->selection()->isRange()) {
817 if (!m_frame->selection()->isRange()) {
    [all...]
DeleteSelectionCommand.cpp 206 && endingSelection().isRange()) {
    [all...]
InsertParagraphSeparatorCommand.cpp 157 if (endingSelection().isRange()) {
CompositeEditCommand.cpp 363 if (endingSelection().isRange())
369 if (selection.isRange())
479 if (selection.isRange())
    [all...]
  /external/webkit/WebCore/page/win/
FrameWin.cpp 50 if (selection()->isRange())
  /external/webkit/WebCore/editing/gtk/
SelectionControllerGtk.cpp 42 if (m_selection.isRange())
  /external/webkit/WebCore/page/wince/
FrameWince.cpp 162 if (selection()->isRange())
  /dalvik/vm/analysis/
CodeVerify.c 1011 * The method reference is in vBBBB. The "isRange" parameter determines
1023 UninitInstanceMap* uninitMap, MethodType methodType, bool isRange,
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 241 if (newSelection.isRange()) {
267 if (newSelection.isRange()) {
282 if (m_frame->selection()->isRange())
310 if (newSelection.isRange()) {
628 && m_frame->selection()->isRange()
    [all...]
DOMSelection.cpp 174 return !m_frame->selection()->isRange();
  /external/webkit/WebCore/page/mac/
FrameMac.mm 540 if (!selection()->isRange())
  /external/webkit/WebCore/platform/
ContextMenu.cpp 615 shouldEnable = frame->selection()->isRange();
639 shouldEnable = frame->selection()->isRange();
    [all...]

Completed in 763 milliseconds

1 2