Home
last modified time | relevance | path

Searched refs:grandparent (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/accessibility/
DAccessibilityMenuListOption.cpp107 AccessibilityObject* grandparent = parent->parentObject(); in elementRect() local
108 ASSERT(grandparent->isMenuList()); in elementRect()
110 return grandparent->elementRect(); in elementRect()
/external/webkit/WebCore/html/
DHTMLParser.cpp608 Node* grandparent = parent->parentNode(); in handleError() local
612 isTableSection(parent) && grandparent && grandparent->hasTagName(tableTag)) || in handleError()
617 ((node->hasTagName(trTag)) ? grandparent : parent); in handleError()
/external/srec/config/en.us/dictionary/
Dlarge.ok12210 grandparent grandpar~t
/external/webkit/WebCore/
DChangeLog-2006-05-102874 (WebCore::HTMLParser::handleError): Rolling out grandparent NULL check
DChangeLog-2009-06-1689780 Div does not notice when grandparent changes height
DChangeLog-2010-01-2941114 Test: fast/loader/grandparent-completion-starts-redirect.html