Searched refs:GetAttributeAsInt (Results 1 – 4 of 4) sorted by relevance
135 root->GetAttributeAsInt( in GetBoundsRect()137 root->GetAttributeAsInt( in GetBoundsRect()200 bool BrowserAccessibility::GetAttributeAsInt( in GetAttributeAsInt() function in BrowserAccessibility
175 bool GetAttributeAsInt(
569 if (GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_START, &sel_start)) { in get_caretOffset()591 if (GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_START, &sel_start) && in get_nSelections()592 GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_END, &sel_end) && in get_nSelections()617 if (GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_START, &sel_start) && in get_selection()618 GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_END, &sel_end)) { in get_selection()
287 GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_START, &selStart) &&289 GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_END, &selEnd)) {