Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.cpp49 CodePath Font::s_codePath = AutoPath; member in WebCore::Font
235 s_codePath = p; in setCodePath()
240 return s_codePath; in codePath()
245 if (s_codePath != AutoPath) in codePath()
246 return s_codePath; in codePath()
DFont.h161 static CodePath s_codePath; variable