OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFontCache
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebFontCache.h
39
class
WebFontCache
{
45
WebFontCache
(); // Not intended to be instanced.
/external/chromium_org/third_party/WebKit/Source/web/
WebFontCache.cpp
32
#include "
WebFontCache
.h"
41
void
WebFontCache
::clear()
webkit.target.darwin-arm.mk
178
third_party/WebKit/Source/web/
WebFontCache
.cpp \
webkit.target.darwin-mips.mk
178
third_party/WebKit/Source/web/
WebFontCache
.cpp \
webkit.target.darwin-x86.mk
178
third_party/WebKit/Source/web/
WebFontCache
.cpp \
webkit.target.linux-arm.mk
178
third_party/WebKit/Source/web/
WebFontCache
.cpp \
webkit.target.linux-mips.mk
178
third_party/WebKit/Source/web/
WebFontCache
.cpp \
webkit.target.linux-x86.mk
178
third_party/WebKit/Source/web/
WebFontCache
.cpp \
/external/chromium_org/third_party/WebKit/Source/platform/mac/
WebFontCache.h
31
PLATFORM_EXPORT @interface
WebFontCache
: NSObject
WebFontCache.mm
31
#import "platform/mac/
WebFontCache
.h"
99
@implementation
WebFontCache
/external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc
44
#include "third_party/WebKit/public/web/
WebFontCache
.h"
58
using blink::
WebFontCache
;
423
WebFontCache
::clear();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm
37
#import "platform/mac/
WebFontCache
.h"
200
NSFont *nsFont = [
WebFontCache
fontWithFamily:family traits:traits weight:weight size:size];
Completed in 78 milliseconds