HomeSort by relevance Sort by last modified time
    Searched refs:newSelection (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebCore/page/chromium/
EventHandlerChromium.cpp 65 VisibleSelection newSelection(visiblePos);
66 if (m_frame->shouldChangeSelection(newSelection))
67 m_frame->selection()->setSelection(newSelection);
  /external/webkit/WebCore/page/
EventHandler.cpp 232 VisibleSelection newSelection;
237 newSelection = VisibleSelection(pos);
238 newSelection.expandUsingGranularity(WordGranularity);
241 if (newSelection.isRange()) {
245 newSelection.appendTrailingWhitespace();
248 if (m_frame->shouldChangeSelection(newSelection))
249 m_frame->selection()->setSelection(newSelection);
261 VisibleSelection newSelection;
265 newSelection = VisibleSelection::selectionFromContentsOfNode(URLElement);
267 if (newSelection.isRange())
    [all...]
FocusController.cpp 251 VisibleSelection newSelection(Position(node, 0), Position(node, 0), DOWNSTREAM);
252 if (frame->shouldChangeSelection(newSelection))
253 frame->selection()->setSelection(newSelection);
Frame.h 210 bool shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity, bool stillSelecting) const;
Frame.cpp 841 bool Frame::shouldChangeSelection(const VisibleSelection& newSelection) const
843 return shouldChangeSelection(selection()->selection(), newSelection, newSelection.affinity(), false);
846 bool Frame::shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity affinity, bool stillSelecting) const
848 return editor()->client()->shouldChangeSelectedRange(oldSelection.toNormalizedRange().get(), newSelection.toNormalizedRange().get(),
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 418 int newSelection = currentSelection;
429 newSelection = iconCount - lastRowCount + (mColumnsPerPage / 2);
430 if (newSelection >= iconCount) {
431 newSelection = iconCount-1;
433 int target = (newSelection / mColumnsPerPage) - (mRowsPerPage - 1);
443 newSelection = currentSelection - mColumnsPerPage;
444 if (currentTopRow > newSelection / mColumnsPerPage) {
445 sRollo.moveTo(newSelection / mColumnsPerPage);
448 newSelection = currentSelection - mColumnsPerPage;
449 sRollo.moveTo(newSelection / mColumnsPerPage)
    [all...]
  /external/webkit/WebCore/editing/
Editor.cpp 872 VisibleSelection newSelection(cmd->endingSelection());
874 changeSelectionAfterCommand(newSelection, false, false, cmd.get());
889 respondToChangedContents(newSelection);
896 VisibleSelection newSelection(cmd->startingSelection());
897 changeSelectionAfterCommand(newSelection, true, true, cmd.get());
902 respondToChangedContents(newSelection);
909 VisibleSelection newSelection(cmd->endingSelection());
910 changeSelectionAfterCommand(newSelection, true, true, cmd.get());
915 respondToChangedContents(newSelection);
    [all...]
htmlediting.cpp     [all...]
SelectionController.cpp     [all...]
Editor.h 326 void changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle, EditCommand*);
  /external/webkit/WebCore/rendering/
RenderTextControl.cpp 265 VisibleSelection newSelection = VisibleSelection(startPosition, endPosition);
268 frame->selection()->setSelection(newSelection);
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/WebCore/dom/
Element.cpp     [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 395 milliseconds