HomeSort by relevance Sort by last modified time
    Searched refs:platformTextMarkerRange (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityTextMarkerMac.mm 59 AccessibilityTextMarkerRange::AccessibilityTextMarkerRange(PlatformTextMarkerRange markerRange)
65 : m_textMarkerRange(markerRange.platformTextMarkerRange())
75 return [(id)platformTextMarkerRange() isEqual:(id)other->platformTextMarkerRange()];
78 PlatformTextMarkerRange AccessibilityTextMarkerRange::platformTextMarkerRange() const
AccessibilityUIElementMac.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/
AccessibilityTextMarker.h 40 typedef CFTypeRef PlatformTextMarkerRange;
43 typedef void* PlatformTextMarkerRange;
70 AccessibilityTextMarkerRange(PlatformTextMarkerRange);
74 PlatformTextMarkerRange platformTextMarkerRange() const;
82 RetainPtr<PlatformTextMarkerRange> m_textMarkerRange;
84 PlatformTextMarkerRange m_textMarkerRange;
98 inline AccessibilityTextMarkerRange::AccessibilityTextMarkerRange(PlatformTextMarkerRange) { }
102 inline PlatformTextMarkerRange AccessibilityTextMarkerRange::platformTextMarkerRange() const { return m_textMarkerRange;
    [all...]

Completed in 85 milliseconds