OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shoulddeleteselection
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/page/
Frame.h
236
bool
shouldDeleteSelection
(const VisibleSelection&) const;
Frame.cpp
852
bool Frame::
shouldDeleteSelection
(const VisibleSelection& selection) const
[
all
...]
/external/webkit/WebCore/editing/
TypingCommand.cpp
496
if (selectionToDelete.isCaret() || !document()->frame()->
shouldDeleteSelection
(selectionToDelete))
579
if (selectionToDelete.isCaret() || !document()->frame()->
shouldDeleteSelection
(selectionToDelete))
Completed in 85 milliseconds