Home | History | Annotate | Download | only in mac

Lines Matching refs:TextMarkerData

290     TextMarkerData textMarkerData;
291 cache->textMarkerDataForVisiblePosition(textMarkerData, visiblePos);
292 if (!textMarkerData.axID)
295 return CFAutoreleaseHelper(wkCreateAXTextMarker(&textMarkerData, sizeof(textMarkerData)));
309 TextMarkerData textMarkerData;
310 if (!wkGetBytesFromAXTextMarker(textMarker, &textMarkerData, sizeof(textMarkerData)))
313 return cache->visiblePositionForTextMarkerData(textMarkerData);