OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grandparent
(Results
1 - 10
of
10
) sorted by null
/external/webkit/WebCore/svg/
SVGFontFaceUriElement.cpp
74
Node*
grandParent
= parentNode()->parentNode();
75
if (
grandParent
&&
grandParent
->hasTagName(font_faceTag))
76
static_cast<SVGFontFaceElement*>(
grandParent
)->rebuildFontFace();
/external/webkit/WebCore/accessibility/
AccessibilityMenuListOption.cpp
107
AccessibilityObject*
grandparent
= parent->parentObject();
local
108
ASSERT(
grandparent
->isMenuList());
110
return
grandparent
->elementRect();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
270
ElementDescriptor
grandparent
= null;
local
272
grandparent
= getDescriptor(current_node.getParentNode().getNodeName());
274
grandparent
= getRootDescriptor();
276
if (
grandparent
!= null) {
277
for (ElementDescriptor e :
grandparent
.getChildren()) {
279
return
grandparent
.getChildren();
362
// the action tag, we need the
grandparent
of the action node, to know
366
Node
grandParent
= currentNode.getParentNode();
367
if (
grandParent
!= null) {
368
Node greatGrandParent =
grandParent
.getParentNode()
[
all
...]
/external/opencore/oscl/oscl/osclbase/src/
pvlogger.cpp
384
// the tag tree will automatically create the parent,
grandparent
, etc.
/external/webkit/WebCore/html/
HTMLParser.cpp
608
Node*
grandparent
= parent->parentNode();
612
isTableSection(parent) &&
grandparent
&&
grandparent
->hasTagName(tableTag)) ||
617
((node->hasTagName(trTag)) ?
grandparent
: parent);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java
317
// If neither the parent nor the
grandparent
is a document,
/external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_audit.cpp
[
all
...]
/external/bluetooth/glib/gio/
gfile.c
696
* Returns: %TRUE if the @files's parent,
grandparent
, etc is @prefix.
[
all
...]
/external/srec/config/en.us/dictionary/
large.ok
[
all
...]
/external/webkit/WebCore/
ChangeLog-2006-05-10
[
all
...]
Completed in 458 milliseconds