/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 287 if (!m_activePropertyInfo.isExpanded() in handleKeyDown() 293 if (m_activePropertyInfo.isExpanded() in handleKeyDown() 1193 if (propertyInfo.isExpanded()) { in drawExpandLines() 1247 Image stateImage = propertyInfo.isExpanded() ? m_minusImage : m_plusImage; in drawProperty() 1383 public boolean isExpanded() { in isExpanded() method in PropertyTable.PropertyInfo 1478 if (child.isExpanded()) { in addChildren() 1506 if (child.isExpanded()) { in removeChildren() 1551 if (isComplex() && !isExpanded() && m_expandedIds.contains(m_id)) { in expandFromHistory() 1556 if (m_collapsedIds != null && isComplex() && !isExpanded() in expandFromHistory()
|
/external/webkit/Tools/DumpRenderTree/ |
D | AccessibilityUIElement.h | 143 bool isExpanded() const;
|
D | AccessibilityUIElement.cpp | 694 return JSValueMakeBoolean(context, toAXElement(thisObject)->isExpanded()); in getIsExpandedCallback()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | AccessibilityUIElementGtk.cpp | 437 bool AccessibilityUIElement::isExpanded() const in isExpanded() function in AccessibilityUIElement
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | AccessibilityUIElementWin.cpp | 359 bool AccessibilityUIElement::isExpanded() const in isExpanded() function in AccessibilityUIElement
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityObject.h | 339 virtual bool isExpanded() const;
|
D | AccessibilityRenderObject.cpp | 2104 void AccessibilityRenderObject::setIsExpanded(bool isExpanded) in setIsExpanded() argument 2113 setElementAttributeValue(aria_expandedAttr, isExpanded); in setIsExpanded() 2887 …axObjectCache()->postNotification(this, document(), isExpanded() ? AXObjectCache::AXRowExpanded : … in handleAriaExpandedChanged()
|
D | AccessibilityObject.cpp | 1067 bool AccessibilityObject::isExpanded() const in isExpanded() function in WebCore::AccessibilityObject
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | AccessibilityUIElementMac.mm | 781 bool AccessibilityUIElement::isExpanded() const function
|
/external/webkit/Source/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 1975 return [NSNumber numberWithBool:m_object->isExpanded()]; 2068 return [NSNumber numberWithBool:m_object->isExpanded()];
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 593 if (coreObject->isExpanded()) in setAtkStateSetFromCoreObject()
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 26395 (AccessibilityUIElement::isExpanded): 26398 (AccessibilityUIElement::isExpanded): 26402 (AccessibilityUIElement::isExpanded):
|
D | ChangeLog-2011-02-16 | 32513 (AccessibilityUIElement::isExpanded):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 33432 (WebCore::AccessibilityRenderObject::isExpanded): 36597 (WebCore::AccessibilityObject::isExpanded): 36603 (WebCore::AccessibilityRenderObject::isExpanded):
|
D | ChangeLog-2011-02-16 | 31718 (WebCore::AccessibilityObject::isExpanded):
|
D | ChangeLog-2010-12-06 | 101665 (WebCore::AccessibilityRenderObject::isExpanded):
|