HomeSort by relevance Sort by last modified time
    Searched refs:VisibleSelection (Results 51 - 73 of 73) sorted by null

1 23

  /external/webkit/Source/WebCore/page/
EventHandler.cpp 269 static void setSelectionIfNeeded(SelectionController* selection, const VisibleSelection& newSelection)
276 static void setNonDirectionalSelectionIfNeeded(SelectionController* selection, const VisibleSelection& newSelection, TextGranularity granularity)
286 VisibleSelection newSelection;
292 newSelection = VisibleSelection(pos);
315 VisibleSelection newSelection;
319 newSelection = VisibleSelection::selectionFromContentsOfNode(URLElement);
358 VisibleSelection newSelection;
361 newSelection = VisibleSelection(pos);
406 VisibleSelection newSelection = m_frame->selection()->selection();
421 newSelection = VisibleSelection(end, pos)
    [all...]
FocusController.cpp 300 VisibleSelection newSelection(position, position, DOWNSTREAM);
Page.cpp 565 const VisibleSelection& Page::selection() const
  /external/webkit/Source/WebCore/editing/
IndentOutdentCommand.cpp 199 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
EditorCommand.cpp 210 VisibleSelection selection = frame->selection()->selection();
    [all...]
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...]
  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.cpp 179 controller->setSelection(VisibleSelection(start, end));
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 263 VisibleSelection newSelection = VisibleSelection(startPosition, endPosition);
RenderTreeAsText.cpp 747 VisibleSelection selection = frame->selection()->selection();
  /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/
AccessibilityRenderObject.cpp     [all...]
AccessibilityObject.cpp 187 alreadyInOrder = VisibleSelection(visiblePos1, visiblePos2).isBaseFirst();
    [all...]
  /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/dom/
Element.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 930 _private->coreFrame->selection()->setSelection(VisibleSelection(domRange.get(), SEL_DEFAULT_AFFINITY));
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/webkit/Source/WebCore/
Android.mk 268 editing/VisibleSelection.cpp \
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 1095 milliseconds

1 23