Lines Matching refs:AccessibleNotes
522 class AccessibleNotes : public PresenterAccessible::AccessibleObject class
525 AccessibleNotes (
744 mpAccessibleNotes = AccessibleNotes::Create( in UpdateAccessibilityHierarchy()
2229 AccessibleNotes::AccessibleNotes ( in AccessibleNotes() function in sdext::presenter::AccessibleNotes
2241 rtl::Reference<PresenterAccessible::AccessibleObject> AccessibleNotes::Create ( in Create()
2258 rtl::Reference<AccessibleNotes> pObject ( in Create()
2259 new AccessibleNotes( in Create()
2274 void AccessibleNotes::SetTextView ( in SetTextView()
2330 ::boost::bind(&AccessibleNotes::NotifyCaretChange, this, _1, _2, _3, _4)); in SetTextView()
2332 ::boost::bind(&AccessibleNotes::HandleTextChange, this)); in SetTextView()
2339 void AccessibleNotes::SetWindow ( in SetWindow()
2360 void AccessibleNotes::NotifyCaretChange ( in NotifyCaretChange()
2404 void AccessibleNotes::HandleTextChange (void) in HandleTextChange()