HomeSort by relevance Sort by last modified time
    Searched full:enclosingnode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 333 Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule);
334 return enclosingNode && enclosingNode->isElementNode() ? toElement(enclosingNode) : 0;
    [all...]
IndentOutdentCommand.cpp 153 // The selection is inside a blockquote i.e. enclosingNode is a blockquote
ApplyStyleCommand.cpp 544 static HTMLElement* highestEmbeddingAncestor(Node* startNode, Node* enclosingNode)
546 for (Node* n = startNode; n && n != enclosingNode; n = n->parentNode()) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 196 Node (NodeType type, const SharedPtr& enclosingNode) : m_type(type), m_enclosingNode(enclosingNode) { DE_ASSERT(type < TYPE_LAST); }
222 Shader (const SharedPtr& enclosingNode, glu::ShaderType type, glu::GLSLVersion version)
223 : Node (TYPE_SHADER, enclosingNode)
227 DE_ASSERT(enclosingNode->getType() == TYPE_PROGRAM);
    [all...]

Completed in 1196 milliseconds