OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentSelection
(Results
1 - 15
of
15
) sorted by null
/development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java
270
String
currentSelection
= mActivity.getSpinnerSelection();
276
assertEquals(TEST_STATE_DESTROY_SELECTION,
currentSelection
);
337
String
currentSelection
= mActivity.getSpinnerSelection();
340
assertEquals(TEST_STATE_PAUSE_SELECTION,
currentSelection
);
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h
58
void doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName&, Range&
currentSelection
);
InsertListCommand.cpp
142
RefPtrWillBeRawPtr<Range>
currentSelection
= endingSelection().firstRange();
168
doApplyForSingleParagraph(forceListCreation, listTag, *
currentSelection
);
183
doApplyForSingleParagraph(forceListCreation, listTag, *
currentSelection
);
203
void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName& listTag, Range&
currentSelection
)
227
if (switchListType && isNodeVisiblyContainedWithin(*listElement,
currentSelection
)) {
228
bool rangeStartIsInList = visiblePositionBeforeNode(*listElement) == VisiblePosition(
currentSelection
.startPosition());
229
bool rangeEndIsInList = visiblePositionAfterNode(*listElement) == VisiblePosition(
currentSelection
.endPosition());
250
currentSelection
.setStart(newList, 0, IGNORE_EXCEPTION);
252
currentSelection
.setEnd(newList, lastOffsetInNode(newList.get()), IGNORE_EXCEPTION);
TypingCommand.cpp
150
VisibleSelection
currentSelection
= frame->selection().selection();
151
if (
currentSelection
== typingCommand->endingSelection())
154
typingCommand->setStartingSelection(
currentSelection
);
155
typingCommand->setEndingSelection(
currentSelection
);
175
VisibleSelection
currentSelection
= frame->selection().selection();
196
applyTextInsertionCommand(frame.get(), cmd, selectionForInsertion,
currentSelection
);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
select_widget.js
46
var
currentSelection
= this.selectNode_.selectedIndex;
47
if (typeof(
currentSelection
) == 'number') {
48
cvox.ChromeVox.syncToNode(container.children[
currentSelection
], true);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js
160
var
currentSelection
= this.target_.getHitElements(
168
// Diff the selection between
currentSelection
and this.lastSelection_.
176
for (var i = 0; i <
currentSelection
.length; i++) {
177
var index =
currentSelection
[i];
200
// then the item is included in lastSelection but not in
currentSelection
.
206
// this is included in
currentSelection
but not in lastSelection.
215
this.lastSelection_ =
currentSelection
;
file_grid.js
290
var
currentSelection
= [];
311
currentSelection
.push(index);
314
return
currentSelection
;
file_table.js
342
var
currentSelection
= [];
347
currentSelection
.push(i);
349
return
currentSelection
;
/external/chromium_org/chrome/browser/resources/options/
search_engine_manager_engine_list.js
359
var
currentSelection
= this.selectedItem;
360
if (!
currentSelection
)
362
var listItem = this.getListItem(
currentSelection
);
363
if (listItem.editing &&
currentSelection
.modelIndex == modelIndex)
/external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js
285
var
currentSelection
= this.selectionModel_.selectedIndexes;
286
if (
currentSelection
.length === 1)
289
this.savedSelection_ =
currentSelection
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 953 milliseconds