Home | History | Annotate | Download | only in accessibility

Lines Matching defs:child_count

306   uint32 child_count = target->PlatformChildCount();
317 if (child_count > 0)
321 if (child_count > 0)
322 result = target->PlatformGetChild(child_count - 1);
360 STDMETHODIMP BrowserAccessibilityWin::get_accChildCount(LONG* child_count) {
364 if (!child_count)
367 *child_count = PlatformChildCount();