Searched refs:FontLoader (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DFontLoader.h51 class FontLoader : public RefCounted<FontLoader>, public ActiveDOMObject, public EventTarget { class in namespace:WebCore
53 static PassRefPtr<FontLoader> create(Document* document)
55 return adoptRef<FontLoader>(new FontLoader(document));
57 virtual ~FontLoader();
74 using RefCounted<FontLoader>::ref;
75 using RefCounted<FontLoader>::deref;
86 FontLoader(Document*);
H A DFontLoader.cpp27 #include "FontLoader.h"
105 FontLoader::FontLoader(Document* document) function in class:WebCore::FontLoader
113 FontLoader::~FontLoader()
117 EventTargetData* FontLoader::eventTargetData()
122 EventTargetData* FontLoader::ensureEventTargetData()
127 const AtomicString& FontLoader::interfaceName() const
132 ScriptExecutionContext* FontLoader::scriptExecutionContext() const
137 void FontLoader
[all...]
H A DFontLoader.idl37 ] interface FontLoader {
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.h189 class FontLoader;
1199 PassRefPtr<FontLoader> fontloader();
1567 RefPtr<FontLoader> m_fontloader;
H A DDocument.idl241 [Conditional=FONT_LOAD_EVENTS] readonly attribute FontLoader fontloader;
H A DDocument.cpp70 #include "FontLoader.h"
5988 PassRefPtr<FontLoader> Document::fontloader()
5991 m_fontloader = FontLoader::create(this);

Completed in 186 milliseconds