OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodeIsUserSelectNone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp
155
return !m_offsetInAnchor && !Position::
nodeIsUserSelectNone
(m_anchorNode->parentNode());
158
return !Position::
nodeIsUserSelectNone
(m_anchorNode) && Position(*this).inRenderedText();
161
return (atStartOfNode() || atEndOfNode()) && !Position::
nodeIsUserSelectNone
(m_anchorNode->parentNode());
166
return atStartOfNode() && !Position::
nodeIsUserSelectNone
(m_anchorNode);
167
return m_anchorNode->rendererIsEditable() && !Position::
nodeIsUserSelectNone
(m_anchorNode) && Position(*this).atEditingBoundary();
Position.cpp
845
bool Position::
nodeIsUserSelectNone
(Node* node)
[
all
...]
Position.h
191
static bool
nodeIsUserSelectNone
(Node*);
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
399
if (Position::
nodeIsUserSelectNone
(targetNode))
[
all
...]
Completed in 454 milliseconds