Advertisement
Guest User

Untitled

a guest
May 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ./WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
  2. 116 : static AccessibilityObject* core(AtkText* text)
  3. 919 : static gchar* webkit_accessible_text_get_text(AtkText* text, gint startOffset, gint endOffset)
  4. 947 : static GailTextUtil* getGailTextUtilForAtk(AtkText* textObject)
  5. 959 : static PangoLayout* getPangoLayoutForAtk(AtkText* textObject)
  6. 980 : static gchar* webkit_accessible_text_get_text_after_offset(AtkText* text, gint offset, AtkTextBoundary boundaryType, gint* startOffset, gint* endOffset)
  7. 985 : static gchar* webkit_accessible_text_get_text_at_offset(AtkText* text, gint offset, AtkTextBoundary boundaryType, gint* startOffset, gint* endOffset)
  8. 990 : static gchar* webkit_accessible_text_get_text_before_offset(AtkText* text, gint offset, AtkTextBoundary boundaryType, gint* startOffset, gint* endOffset)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement