OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
...]
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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 197 milliseconds