HomeSort by relevance Sort by last modified time
    Searched full: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 762 STDMETHODIMP BrowserAccessibilityWin::get_nRelations(LONG* n_relations) {
766 if (!n_relations)
769 *n_relations = relations_.size();
795 LONG* n_relations) {
799 if (!relations || !n_relations)
803 *n_relations = count;
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 168 STDMETHODIMP get_nRelations(LONG* n_relations) {
177 LONG* n_relations) {

Completed in 156 milliseconds