Searched refs:TextBoundaryType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/base/accessibility/
H A Daccessible_text_utils.h23 enum TextBoundaryType { enum in namespace:ui
47 TextBoundaryType boundary,
H A Daccessible_text_utils.cc14 TextBoundaryType boundary,
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.h24 enum TextBoundaryType;
383 // Convert from a IA2TextBoundaryType to a ui::TextBoundaryType.
384 ui::TextBoundaryType IA2TextBoundaryToTextBoundary(IA2TextBoundaryType type);
H A Dnative_view_accessibility_win.cc1365 ui::TextBoundaryType NativeViewAccessibilityWin::IA2TextBoundaryToTextBoundary(
1386 ui::TextBoundaryType boundary = IA2TextBoundaryToTextBoundary(ia2_boundary);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.h25 enum TextBoundaryType;
830 // Convert from a IA2TextBoundaryType to a ui::TextBoundaryType.
831 ui::TextBoundaryType IA2TextBoundaryToTextBoundary(IA2TextBoundaryType type);
H A Dbrowser_accessibility_win.cc3275 ui::TextBoundaryType BrowserAccessibilityWin::IA2TextBoundaryToTextBoundary(
3296 ui::TextBoundaryType boundary = IA2TextBoundaryToTextBoundary(ia2_boundary);

Completed in 437 milliseconds