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

  /external/webkit/Source/WebCore/accessibility/win/
AXObjectCacheWin.cpp 100 ASSERT(obj->axObjectID() >= 1);
101 ASSERT(obj->axObjectID() <= numeric_limits<LONG>::max());
103 NotifyWinEvent(msaaEvent, page->chrome()->platformPageClient(), OBJID_CLIENT, -static_cast<LONG>(obj->axObjectID()));
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuList.cpp 61 cache->remove(list->axObjectID());
AXObjectCache.cpp 264 m_widgetObjectMapping.set(widget, newObj->axObjectID());
265 m_objects.set(newObj->axObjectID(), newObj);
282 m_renderObjectMapping.set(renderer, newObj->axObjectID());
283 m_objects.set(newObj->axObjectID(), newObj);
336 m_objects.set(obj->axObjectID(), obj);
403 AXID objID = obj->axObjectID();
422 AXID objID = object->axObjectID();
632 textMarkerData.axID = obj.get()->axObjectID();
AccessibilityMenuListPopup.cpp 113 m_menuList->renderer()->document()->axObjectCache()->remove(child->axObjectID());
AccessibilitySlider.cpp 100 cache->remove(thumb->axObjectID());
AccessibilityObject.h 423 AXID axObjectID() const { return m_id; }
424 void setAXObjectID(AXID axObjectID) { m_id = axObjectID; }
  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityObject.cpp 117 return m_private->axObjectID();

Completed in 47 milliseconds