Searched defs:BidiCharacterRun (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiCharacterRun.h30 struct BidiCharacterRun { struct in namespace:blink
31 BidiCharacterRun(int start, int stop, BidiContext* context, WTF::Unicode::Direction dir) function in struct:blink::BidiCharacterRun
55 // BidiCharacterRun are allocated out of the rendering partition.
66 BidiCharacterRun* next() const { return m_next; }
67 void setNext(BidiCharacterRun* next) { m_next = next; }
73 BidiCharacterRun* m_next;

Completed in 63 milliseconds