Home
last modified time | relevance | path

Searched refs:MidpointState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DTrailingObjects.h38 template <class Iterator> class MidpointState; variable
40 typedef MidpointState<InlineIterator> LineMidpointState;
/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiResolver.h38 template <class Iterator> class MidpointState {
40 MidpointState() in MidpointState() function
235 MidpointState<Iterator>& midpointState() { return m_midpointState; } in midpointState()
261 void setMidpointStateForIsolatedRun(Run*, const MidpointState<Iterator>&);
262 MidpointState<Iterator> midpointStateForIsolatedRun(Run*);
294 MidpointState<Iterator> m_midpointState;
315 HashMap<Run *, MidpointState<Iterator> > m_midpointStateForIsolatedRun;
1072 void BidiResolver<Iterator, Run>::setMidpointStateForIsolatedRun(Run* run, const MidpointState<Iter… in setMidpointStateForIsolatedRun()
1079 MidpointState<Iterator> BidiResolver<Iterator, Run>::midpointStateForIsolatedRun(Run* run) in midpointStateForIsolatedRun()