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
154
return !m_offsetInAnchor && !Position::
nodeIsUserSelectNone
(m_anchorNode->parentNode());
157
return !Position::
nodeIsUserSelectNone
(m_anchorNode) && Position(*this).inRenderedText();
160
return (atStartOfNode() || atEndOfNode()) && !Position::
nodeIsUserSelectNone
(m_anchorNode->parentNode());
165
return atStartOfNode() && !Position::
nodeIsUserSelectNone
(m_anchorNode);
166
return m_anchorNode->rendererIsEditable() && !Position::
nodeIsUserSelectNone
(m_anchorNode) && Position(*this).atEditingBoundary();
Position.cpp
841
bool Position::
nodeIsUserSelectNone
(Node* node)
[
all
...]
Position.h
192
static bool
nodeIsUserSelectNone
(Node*);
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
441
if (Position::
nodeIsUserSelectNone
(targetNode))
[
all
...]
Completed in 230 milliseconds