HomeSort by relevance Sort by last modified time
    Searched refs:axObjectID (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMenuList.cpp 67 cache->remove(list->axObjectID());
AccessibilityMenuListPopup.cpp 119 cache->remove(child->axObjectID());
AccessibilitySlider.cpp 92 cache->remove(thumb->axObjectID());
AXObjectCache.cpp 323 m_widgetObjectMapping.set(widget, newObj->axObjectID());
324 m_objects.set(newObj->axObjectID(), newObj);
358 m_nodeObjectMapping.set(node, newObj->axObjectID());
359 m_objects.set(newObj->axObjectID(), newObj);
382 m_renderObjectMapping.set(renderer, newObj->axObjectID());
383 m_objects.set(newObj->axObjectID(), newObj);
441 m_objects.set(obj->axObjectID(), obj);
525 AXID objID = obj->axObjectID();
544 AXID objID = object->axObjectID();
622 if (!obj->axObjectID())
    [all...]
AccessibilityObject.h 267 void setAXObjectID(AXID axObjectID) { m_id = axObjectID; }
277 AXID axObjectID() const { return m_id; }
AccessibilityObject.cpp 223 AccessibilityObjectInclusion ignored = attributeCache->getIgnored(axObjectID());
237 attributeCache->setIgnored(axObjectID(), result ? IgnoreObject : IncludeObject);
AccessibilityRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebAccessibilityObject.cpp 110 return m_private->axObjectID();

Completed in 47 milliseconds