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

  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_win.cc 40 "n_relations",
158 LONG n_relations; local
159 if (acc_obj->get_nRelations(&n_relations) == S_OK)
160 dict->SetInteger("n_relations", n_relations);
browser_accessibility_win.h 212 CONTENT_EXPORT STDMETHODIMP get_nRelations(LONG* n_relations);
219 LONG* n_relations);
browser_accessibility_win.cc 759 STDMETHODIMP BrowserAccessibilityWin::get_nRelations(LONG* n_relations) {
763 if (!n_relations)
766 *n_relations = relations_.size();
792 LONG* n_relations) {
796 if (!relations || !n_relations)
800 *n_relations = count;
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 171 STDMETHODIMP get_nRelations(LONG* n_relations) {
180 LONG* n_relations) {

Completed in 291 milliseconds