Home
last modified time | relevance | path

Searched refs:setCharacterScanForCodePath (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h214 void setCharacterScanForCodePath(bool scan) { m_characterScanForCodePath = scan; } in setCharacterScanForCodePath() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp767 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath()); in widthFromCache()
1485 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath()); in width()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h714 run.setCharacterScanForCodePath(!text->canUseSimpleFontCodePath());