OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collapsetostart
(Results
1 - 7
of
7
) sorted by null
/external/webkit/LayoutTests/fast/dom/Selection/
collapseToX-empty-selection-expected.txt
1
Test that
collapseToStart
() and collapseToEnd() throw INVALID_STATE_ERR if no selection is made.
6
PASS sel.
collapseToStart
() threw exception Error: INVALID_STATE_ERR: DOM Exception 11.
8
PASS sel.
collapseToStart
() is undefined
/external/webkit/LayoutTests/fast/dom/Selection/script-tests/
collapseToX-empty-selection.js
1
description("Test that
collapseToStart
() and collapseToEnd() throw INVALID_STATE_ERR if no selection is made.");
7
shouldThrow("sel.
collapseToStart
()", "'Error: INVALID_STATE_ERR: DOM Exception 11'");
12
shouldBe("sel.
collapseToStart
()", "undefined");
/external/webkit/Source/WebCore/page/
DOMSelection.h
78
void
collapseToStart
(ExceptionCode&);
DOMSelection.idl
47
void
collapseToStart
()
DOMSelection.cpp
233
void DOMSelection::
collapseToStart
(ExceptionCode& ec)
/external/webkit/Source/WebCore/inspector/front-end/
TextViewer.js
244
window.getSelection().
collapseToStart
();
[
all
...]
/external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp
[
all
...]
Completed in 255 milliseconds