/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | 412 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection) 414 if (selection.selection() != newSelection) 415 selection.setSelection(newSelection); 432 VisibleSelection newSelection(selection); 433 newSelection.setBase(positionBeforeNode(rootUserSelectAll).upstream(CanCrossEditingBoundary)); 434 newSelection.setExtent(positionAfterNode(rootUserSelectAll).downstream(CanCrossEditingBoundary)); 436 return newSelection; 462 VisibleSelection newSelection; 467 newSelection = VisibleSelection(pos); 468 newSelection.expandUsingGranularity(WordGranularity) [all...] |
FocusController.cpp | 402 VisibleSelection newSelection(position, position, DOWNSTREAM); 403 frame->selection().setSelection(newSelection); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
Editor.cpp | 771 VisibleSelection newSelection(cmd->endingSelection()); 774 changeSelectionAfterCommand(newSelection, 0); 790 respondToChangedContents(newSelection); 800 VisibleSelection newSelection(cmd->startingSelection()); 801 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle); 806 respondToChangedContents(newSelection); 816 VisibleSelection newSelection(cmd->endingSelection()); 817 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle); 822 respondToChangedContents(newSelection); [all...] |
FrameSelection.cpp | 194 VisibleSelection newSelection = passedNewSelection; 195 bool isDirectional = shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.isDirectional(); 197 VisiblePosition base = m_originalBase.isNotNull() ? m_originalBase : newSelection.visibleBase(); 199 VisiblePosition extent = newSelection.visibleExtent(); 206 newSelection.setBase(newBase); 207 newSelection.setExtent(newExtent); 209 if (m_selection.base() == newSelection.base()) 210 newSelection.setBase(m_originalBase); 214 newSelection.setIsDirectional(isDirectional); // Adjusting base and extent will make newSelection always directiona [all...] |
htmlediting.cpp | [all...] |
Editor.h | 275 void changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions);
|
SpellChecker.cpp | 401 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM); 402 if (newSelection != m_frame.selection().selection()) { 403 m_frame.selection().setSelection(newSelection); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextFormControlElement.cpp | 305 VisibleSelection newSelection; 307 newSelection = VisibleSelection(endPosition, startPosition); 309 newSelection = VisibleSelection(startPosition, endPosition); 310 newSelection.setIsDirectional(direction != SelectionHasNoDirection); 313 frame->selection().setSelection(newSelection);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertySheetPage.java | 160 List<CanvasViewInfo> newSelection = new ArrayList<CanvasViewInfo>(selectionCount); 166 newSelection.add(info); 169 mSelection = newSelection;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MoveGesture.java | 785 TreeSelection newSelection = TreeSelection.EMPTY; 794 newSelection = new TreeSelection(treePath); 799 if (currentSelection == null || !currentSelection.equals(newSelection)) { 800 outline.setSelection(newSelection); [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | [all...] |
/external/chromium_org/chrome/browser/resources/inspect/ |
inspect.js | 673 var newSelection = line.nextElementSibling; 675 selectLine(newSelection);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFrameImpl.cpp | [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.cpp | [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
org.eclipse.jface_3.6.2.M20110210-1200.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-jface-3.6.2.jar | |
hierarchyviewer2lib.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/ |
org-eclipse-jface-3.6.2.jar | |