Searched refs:characterScanForCodePath (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRun.h | 63 …rection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, R… 74 , m_characterScanForCodePath(characterScanForCodePath) in m_charactersLength() 83 …rection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, R… 94 , m_characterScanForCodePath(characterScanForCodePath) in m_charactersLength() 103 …rection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, R… 113 , m_characterScanForCodePath(characterScanForCodePath) 131 …rection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, R… 141 , m_characterScanForCodePath(characterScanForCodePath) 205 bool characterScanForCodePath() const { return m_characterScanForCodePath; } in characterScanForCodePath() function
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Font.cpp | 361 if (!run.characterScanForCodePath()) in codePath()
|