OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCaret
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h
149
bool
isCaret
() const { return m_selection.
isCaret
(); }
TypingCommand.cpp
436
if (killRing && selection->
isCaret
() && granularity != CharacterGranularity)
498
if (selectionToDelete.
isCaret
())
538
if (killRing && selection->
isCaret
() && granularity != CharacterGranularity)
556
if (granularity == ParagraphBoundary && selection->selection().
isCaret
() && isEndOfParagraph(selection->selection().visibleEnd()))
590
if (selectionToDelete.
isCaret
())
FrameSelectionTest.cpp
125
EXPECT_TRUE(selection().
isCaret
());
VisibleSelection.h
82
bool
isCaret
() const { return selectionType() == CaretSelection; }
VisibleSelectionTest.cpp
79
EXPECT_TRUE(selection().
isCaret
());
FrameSelection.cpp
[
all
...]
DOMSelection.cpp
185
if (selection.
isCaret
())
EditorCommand.cpp
230
if (selection.
isCaret
()) {
[
all
...]
CompositeEditCommand.cpp
[
all
...]
EditingStyle.cpp
710
if (selection.
isCaret
())
[
all
...]
SpellChecker.cpp
590
if (frame().selection().
isCaret
()) {
[
all
...]
VisibleSelection.cpp
228
if (
isCaret
()) {
Editor.cpp
[
all
...]
htmlediting.cpp
[
all
...]
ReplaceSelectionCommand.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp
688
if (selection.
isCaret
()) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
[
all
...]
Completed in 345 milliseconds