HomeSort by relevance Sort by last modified time
    Searched refs:nextScriptRun (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h 58 // Once you have setup the object, call |nextScriptRun| to get the first script
74 bool nextScriptRun();
FontLinux.cpp 224 while (controller.nextScriptRun()) {
293 while (controller.nextScriptRun()) {
342 while (controller.nextScriptRun() && (fromX == -1 || toX == -1)) {
ComplexTextControllerLinux.cpp 147 bool ComplexTextController::nextScriptRun()
182 while (nextScriptRun())
192 // nextScriptRun() will always send us a run of the same case, because a
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 418 // Once you have setup the object, call |nextScriptRun| to get the first script
434 bool nextScriptRun();
631 bool TextRunWalker::nextScriptRun()
678 while (nextScriptRun())
    [all...]

Completed in 329 milliseconds