OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontResource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
FontResource.cpp
28
#include "core/fetch/
FontResource
.h"
47
FontResource
::
FontResource
(const ResourceRequest& resourceRequest)
53
FontResource
::~
FontResource
()
57
void
FontResource
::load(ResourceFetcher*, const ResourceLoaderOptions& options)
64
void
FontResource
::didAddClient(ResourceClient* c)
72
void
FontResource
::beginLoadIfNeeded(ResourceFetcher* dl)
84
bool
FontResource
::ensureCustomFontData()
95
FontPlatformData
FontResource
::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, FontW (…)
[
all
...]
FontResource.h
43
class
FontResource
: public Resource {
47
FontResource
(const ResourceRequest&);
48
virtual ~
FontResource
();
85
virtual void fontLoaded(
FontResource
*) { }
86
virtual void didStartFontLoad(
FontResource
*) { }
Completed in 25 milliseconds