OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timesStr
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/pango/
FontCachePango.cpp
52
static AtomicString
timesStr
("Times New Roman");
53
return getCachedFontData(fontDescription,
timesStr
);
/external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm
173
DEFINE_STATIC_LOCAL(AtomicString,
timesStr
, ("Times"));
177
SimpleFontData* simpleFontData = getCachedFontData(fontDescription,
timesStr
);
/external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp
112
static AtomicString
timesStr
("serif");
113
return getCachedFontData(fontDescription,
timesStr
);
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp
528
static AtomicString
timesStr
("Times New Roman");
532
AtomicString& fontStr =
timesStr
;
/frameworks/base/core/java/android/content/
SyncManager.java
[
all
...]
Completed in 3100 milliseconds