Searched refs:isList (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityList.h50 virtual bool isList() const { return true; } function in class:WebCore::AccessibilityList
H A DAccessibilityObject.h299 virtual bool isList() const { return false; } function in class:WebCore::AccessibilityObject
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectAtk.cpp53 if (isGroup() && parent->isList())
/external/webkit/Source/WebCore/rendering/
H A DRenderListItem.cpp78 static bool isList(Node* node) function in namespace:WebCore
90 if (isList(node))
439 if (child->node() && isList(child->node())) {
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py907 if isList(markup) and not isinstance(markup, Tag):
946 elif (isList(matchAgainst)
970 def isList(l): function
994 elif isList(portion) and not isString(portion):
1251 if not isList(self.markupMassage):
/external/webkit/Source/WebCore/accessibility/mac/
H A DAccessibilityObjectWrapper.mm1062 else if (m_object->isList())
1351 if (m_object->isList()) {
1614 else if (m_object->isList())
1977 if ((m_object->isListBox() || m_object->isList()) && [attributeName isEqualToString:NSAccessibilityOrientationAttribute])

Completed in 105 milliseconds