Searched refs:get_hyperlinkIndex (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_win_unittest.cc | 469 EXPECT_EQ(E_FAIL, root_obj->get_hyperlinkIndex(0, &hyperlink_index)); in TEST_F() 471 EXPECT_EQ(E_FAIL, root_obj->get_hyperlinkIndex(28, &hyperlink_index)); in TEST_F() 473 EXPECT_EQ(E_INVALIDARG, root_obj->get_hyperlinkIndex(-1, &hyperlink_index)); in TEST_F() 475 EXPECT_EQ(E_INVALIDARG, root_obj->get_hyperlinkIndex(29, &hyperlink_index)); in TEST_F() 586 EXPECT_EQ(E_FAIL, root_obj->get_hyperlinkIndex(0, &hyperlink_index)); in TEST_F() 588 EXPECT_EQ(E_FAIL, root_obj->get_hyperlinkIndex(28, &hyperlink_index)); in TEST_F() 590 EXPECT_EQ(S_OK, root_obj->get_hyperlinkIndex(14, &hyperlink_index)); in TEST_F() 592 EXPECT_EQ(S_OK, root_obj->get_hyperlinkIndex(30, &hyperlink_index)); in TEST_F()
|
D | browser_accessibility_win.h | 534 CONTENT_EXPORT STDMETHODIMP get_hyperlinkIndex(long char_index,
|
D | browser_accessibility_win.cc | 2280 STDMETHODIMP BrowserAccessibilityWin::get_hyperlinkIndex( in get_hyperlinkIndex() function in content::BrowserAccessibilityWin
|