OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ensureFontLoaded
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit/chromium/public/win/
WebSandboxSupport.h
47
virtual bool
ensureFontLoaded
(HFONT) = 0;
/external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp
68
if (PlatformBridge::
ensureFontLoaded
(m_platformData.hfont())) {
162
if (PlatformBridge::
ensureFontLoaded
(m_platformData.hfont())) {
193
if (PlatformBridge::
ensureFontLoaded
(m_platformData.hfont())) {
FontPlatformDataChromiumWin.cpp
139
if (PlatformBridge::
ensureFontLoaded
(hfont())) {
UniscribeHelperTextRun.cpp
84
PlatformBridge::
ensureFontLoaded
(font);
GlyphPageTreeNodeChromiumWin.cpp
83
if (PlatformBridge::
ensureFontLoaded
(fontData->platformData().hfont()))
FontChromiumWin.cpp
434
PlatformBridge::
ensureFontLoaded
(font->platformData().hfont());
FontCacheChromiumWin.cpp
291
if (!count && PlatformBridge::
ensureFontLoaded
(hfont))
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
150
static bool
ensureFontLoaded
(HFONT);
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
431
bool PlatformBridge::
ensureFontLoaded
(HFONT font)
437
return ss ? ss->
ensureFontLoaded
(font) : true;
[
all
...]
Completed in 117 milliseconds