HomeSort by relevance Sort by last modified time
    Searched refs:isReadOnlyNode (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/dom/
Range.cpp     [all...]
Node.h 384 bool isReadOnlyNode() const { return nodeType() == ENTITY_REFERENCE_NODE; }
Node.cpp 600 if (isReadOnlyNode()) {
    [all...]
ContainerNode.cpp 410 if (isReadOnlyNode()) {
    [all...]
Document.cpp 877 if (source->isReadOnlyNode()) {
    [all...]

Completed in 1578 milliseconds