Searched refs:s_codePath (Results 1 – 2 of 2) sorted by relevance
49 CodePath Font::s_codePath = AutoPath; member in WebCore::Font235 s_codePath = p; in setCodePath()240 return s_codePath; in codePath()245 if (s_codePath != AutoPath) in codePath()246 return s_codePath; in codePath()
161 static CodePath s_codePath; variable