WebTextRun 90 Source/web/WebFontImpl.cpp void WebFontImpl::drawText(WebCanvas* canvas, const WebTextRun& run, const WebFloatPoint& leftBaseline, WebTextRun 111 Source/web/WebFontImpl.cpp int WebFontImpl::calculateWidth(const WebTextRun& run) const WebTextRun 117 Source/web/WebFontImpl.cpp int WebFontImpl::offsetForPosition(const WebTextRun& run, float position) const WebTextRun 123 Source/web/WebFontImpl.cpp WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const WebTextRun 53 Source/web/WebFontImpl.h virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor, WebTextRun 55 Source/web/WebFontImpl.h virtual int calculateWidth(const WebTextRun&) const OVERRIDE; WebTextRun 56 Source/web/WebFontImpl.h virtual int offsetForPosition(const WebTextRun&, float position) const OVERRIDE; WebTextRun 57 Source/web/WebFontImpl.h virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline, WebTextRun 40 Source/web/WebTextRun.cpp WebTextRun::operator WebCore::TextRun() const WebTextRun 45 public/web/WebFont.h struct WebTextRun; WebTextRun 71 public/web/WebFont.h virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor, WebTextRun 76 public/web/WebFont.h virtual int calculateWidth(const WebTextRun&) const = 0; WebTextRun 80 public/web/WebFont.h virtual int offsetForPosition(const WebTextRun&, float position) const = 0; WebTextRun 94 public/web/WebFont.h virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline, WebTextRun 43 public/web/WebTextRun.h WebTextRun(const WebString& t, bool isRTL, bool hasDirectionalOverride) WebTextRun 49 public/web/WebTextRun.h WebTextRun()