Home
last modified time | relevance | path

Searched refs:initializeFonts (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
Dmain.cpp141 WebCore::DumpRenderTree::initializeFonts(); in main()
DDumpRenderTreeQt.h106 static void initializeFonts();
DDumpRenderTreeQt.cpp650 initializeFonts(); in open()
1154 void DumpRenderTree::initializeFonts() in initializeFonts() function in WebCore::DumpRenderTree
/external/webkit/Tools/DumpRenderTree/gtk/
DDumpRenderTree.cpp157 static void initializeFonts(const char* testURL = 0) in initializeFonts() function
696 initializeFonts(testURL.c_str()); in runTest()
1157 initializeFonts(); in main()
/external/webkit/Tools/
DChangeLog-2011-02-16124 (initializeFonts): Source the WebkitWeightWatcher fonts.
6690 (WebCore::DumpRenderTree::initializeFonts):
7931 (initializeFonts): Initialize DRT with our font (derived from Ahem)
14728 (initializeFonts): Add hooks for loading the STIX fonts specifically.
16150 … (initializeFonts): Accepts a testURL parameter now and delegates to initializeGtkFontSettings.
16151 (runTest): Pass the testURL to initializeFonts.
16860 [Qt] Add an activateFonts() implementation similar to DRT's initializeFonts().
16941 (initializeFonts): Also initialize the DevaVu Sans font.
18525 (initializeFonts): Include logic for looking for Fedora-style font paths.
18925 (initializeFonts): Initialize a known list of fonts instead of loading
[all …]
DChangeLog-2010-05-2426818 (WebCore::DumpRenderTree::initializeFonts):
28463 (initializeFonts):
34159 (WebCore::DumpRenderTree::open): call initializeFonts and remove all application fonts
34161 (WebCore::DumpRenderTree::initializeFonts): Moved fontconfig initialization code
34163 * DumpRenderTree/qt/DumpRenderTree.h: Declare initializeFonts.
34165 (main): Moved fontconfig initialization code to DRT::initializeFonts.