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

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
ActivateFonts.cpp 102 wstring resourcesPath = fontsPath();
105 ::AddFontResourceExW(wstring(resourcesPath + fontsToInstall[i]).c_str(), FR_PRIVATE, 0);
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 106 static bool checkForMigration(StringRef resourcesPath,
147 static bool performTransformations(StringRef resourcesPath,
150 if (checkForMigration(resourcesPath, Args))
348 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr);
373 return checkForMigration(resourcesPath, Args);
375 return performTransformations(resourcesPath, Args);
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 362 wstring resourcesPath = fontsPath();
367 textRenderer->registerPrivateFont(wstring(resourcesPath + fontsToInstall[i]).c_str());
    [all...]

Completed in 328 milliseconds