Searched refs:topContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiContext.cpp95 RefPtr<BidiContext> topContext = copyContextAndRebaselineLevel(contexts.last(), 0); local
97 topContext = copyContextAndRebaselineLevel(contexts[i - 1], topContext.get());
99 return topContext.release();

Completed in 73 milliseconds