OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newSelection
(Results
1 - 20
of
20
) sorted by null
/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/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
...]
/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
;
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
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
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
[
all
...]
/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
...]
/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
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
hierarchyviewer2lib.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 540 milliseconds