OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFontCache
(Results
1 - 6
of
6
) sorted by null
/external/webkit/WebKit/chromium/src/
WebFontCache.cpp
32
#include "
WebFontCache
.h"
41
size_t
WebFontCache
::fontDataCount()
47
size_t
WebFontCache
::inactiveFontDataCount()
53
void
WebFontCache
::clear()
/external/webkit/WebKit/chromium/public/
WebFontCache.h
39
class
WebFontCache
{
51
WebFontCache
(); // Not intended to be instanced.
/external/webkit/WebCore/platform/mac/
WebFontCache.h
31
@interface
WebFontCache
: NSObject
WebFontCache.mm
31
#import "
WebFontCache
.h"
134
@implementation
WebFontCache
/external/webkit/WebCore/platform/graphics/mac/
FontCacheMac.mm
37
#import "
WebFontCache
.h"
190
[
WebFontCache
getTraits:traitsMasks inFamily:familyName];
199
NSFont *nsFont = [
WebFontCache
fontWithFamily:family traits:traits weight:weight size:size];
/external/webkit/WebKit/mac/WebView/
WebHTMLView.mm
112
#import <WebCore/
WebFontCache
.h>
[
all
...]
Completed in 69 milliseconds