/external/webkit/Source/WebCore/editing/ |
DeleteSelectionCommand.cpp | 87 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements) 171 setStartingSelection(VisibleSelection(newBase, newExtent)); [all...] |
IndentOutdentCommand.cpp | 199 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
|
EditorCommand.cpp | 210 VisibleSelection selection = frame->selection()->selection(); [all...] |
VisiblePosition.cpp | 421 // to it is allowed. VisibleSelection::adjustForEditableContent has this problem too. 447 // to it is allowed. VisibleSelection::adjustForEditableContent has this problem too.
|
markup.cpp | 53 #include "VisibleSelection.h" 587 if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range)) [all...] |
ApplyStyleCommand.cpp | 184 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY)); [all...] |
visible_units.cpp | 40 #include "VisibleSelection.h" [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
ContextMenuClientImpl.cpp | 133 selectedFrame->selection()->setSelection(VisibleSelection(pos)); 136 selectedFrame->selection()->setSelection(VisibleSelection(pos));
|
WebFrameImpl.cpp | [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGTextContentElement.cpp | 179 controller->setSelection(VisibleSelection(start, end));
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityRenderObject.cpp | [all...] |
AccessibilityObject.cpp | 187 alreadyInOrder = VisibleSelection(visiblePos1, visiblePos2).isBaseFirst(); [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLTextAreaElement.cpp | 49 #include "VisibleSelection.h"
|
/external/webkit/Source/WebCore/rendering/ |
RenderTextControl.cpp | 263 VisibleSelection newSelection = VisibleSelection(startPosition, endPosition);
|
RenderTreeAsText.cpp | 747 VisibleSelection selection = frame->selection()->selection();
|
RootInlineBox.cpp | 345 // VisibleSelection may be non-contiguous, see comment above. [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.h | 84 class VisibleSelection; 354 void performDictionaryLookupForSelection(DictionaryPopupInfo::Type, WebCore::Frame*, const WebCore::VisibleSelection&);
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | 511 static bool selectionBelongsToObject(AccessibilityObject* coreObject, VisibleSelection& selection) 559 VisibleSelection selection = coreObject->selection(); [all...] |
/external/webkit/Source/WebCore/page/ |
FocusController.cpp | 300 VisibleSelection newSelection(position, position, DOWNSTREAM);
|
Page.cpp | 565 const VisibleSelection& Page::selection() const
|
/external/webkit/Source/WebCore/dom/ |
Element.cpp | [all...] |
/external/webkit/Source/WebCore/ |
Android.mk | 268 editing/VisibleSelection.cpp \ [all...] |
ChangeLog-2011-02-16 | [all...] |
WebCore.pro | 612 editing/VisibleSelection.cpp \ [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.mm | 930 _private->coreFrame->selection()->setSelection(VisibleSelection(domRange.get(), SEL_DEFAULT_AFFINITY)); [all...] |