/external/webkit/Source/WebCore/platform/graphics/ |
D | FontSelector.h | 38 class FontSelector : public RefCounted<FontSelector> { 40 virtual ~FontSelector() { } in ~FontSelector() 53 virtual void fontsNeedUpdate(FontSelector*) = 0;
|
D | FontFallbackList.h | 36 class FontSelector; variable 45 void invalidate(PassRefPtr<FontSelector>); 52 FontSelector* fontSelector() const { return m_fontSelector.get(); } in fontSelector() 77 RefPtr<FontSelector> m_fontSelector;
|
D | FontCache.h | 50 class FontSelector; variable 58 const FontData* getFontData(const Font&, int& familyIndex, FontSelector*); 86 void addClient(FontSelector*); 87 void removeClient(FontSelector*);
|
D | FontCache.cpp | 367 const FontData* FontCache::getFontData(const Font& font, int& familyIndex, FontSelector* fontSelect… in getFontData() 414 static HashSet<FontSelector*>* gClients; 416 void FontCache::addClient(FontSelector* client) in addClient() 419 gClients = new HashSet<FontSelector*>; in addClient() 425 void FontCache::removeClient(FontSelector* client) in removeClient() 455 Vector<RefPtr<FontSelector> > clients; in invalidate() 458 HashSet<FontSelector*>::iterator end = gClients->end(); in invalidate() 459 for (HashSet<FontSelector*>::iterator it = gClients->begin(); it != end; ++it) in invalidate()
|
D | Font.h | 49 class FontSelector; variable 95 void update(PassRefPtr<FontSelector>) const; 210 FontSelector* fontSelector() const; 272 inline FontSelector* Font::fontSelector() const in fontSelector()
|
D | Font.cpp | 105 FontSelector* first = m_fontList ? m_fontList->fontSelector() : 0; in operator ==() 106 FontSelector* second = other.m_fontList ? other.m_fontList->fontSelector() : 0; in operator ==() 115 void Font::update(PassRefPtr<FontSelector> fontSelector) const in update()
|
D | FontFallbackList.cpp | 49 void FontFallbackList::invalidate(PassRefPtr<FontSelector> fontSelector) in invalidate()
|
/external/webkit/Source/WebCore/platform/ |
D | PopupMenuClient.h | 32 class FontSelector; variable 66 virtual FontSelector* fontSelector() const = 0;
|
/external/webkit/Source/WebCore/css/ |
D | CSSFontSelector.h | 45 class CSSFontSelector : public FontSelector {
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderMenuList.h | 108 virtual FontSelector* fontSelector() const;
|
D | RenderTextControlSingleLine.h | 141 virtual FontSelector* fontSelector() const;
|
D | RenderMenuList.cpp | 566 FontSelector* RenderMenuList::fontSelector() const in fontSelector()
|
D | RenderTextControlSingleLine.cpp | 1024 FontSelector* RenderTextControlSingleLine::fontSelector() const in fontSelector()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AutoFillPopupMenuClient.h | 97 virtual WebCore::FontSelector* fontSelector() const;
|
D | AutoFillPopupMenuClient.cpp | 246 FontSelector* AutoFillPopupMenuClient::fontSelector() const in fontSelector()
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | PopupMenuTest.cpp | 96 virtual FontSelector* fontSelector() const { return 0; } in fontSelector()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.h | 238 virtual void fontsNeedUpdate(FontSelector*);
|
D | CanvasRenderingContext2D.cpp | 285 void CanvasRenderingContext2D::State::fontsNeedUpdate(FontSelector* fontSelector) in fontsNeedUpdate()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragImageMac.mm | 33 #import "FontSelector.h"
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 1025 FontSelector* currentFontSelector = font().fontSelector(); in setBlendedFontSize()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 6536 * platform/graphics/FontSelector.h: 6537 (WebCore::FontSelector::fontCacheInvalidated): Added. 13441 * platform/graphics/FontSelector.h: 51285 * platform/graphics/FontSelector.h: 51286 (WebCore::FontSelector::FontSelector): 51287 (WebCore::FontSelector::~FontSelector): 60430 * platform/graphics/FontSelector.h: 70498 * platform/FontSelector.h: Removed. 70564 * platform/graphics/FontSelector.h: Copied from platform/FontSelector.h. 73447 * platform/FontSelector.h: [all …]
|
D | GNUmakefile.list.am | 2420 Source/WebCore/platform/graphics/FontSelector.h \
|
D | GNUmakefile.am | 2424 Source/WebCore/platform/graphics/FontSelector.h \
|
D | WebCore.gypi | 817 'platform/graphics/FontSelector.h',
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 4540 …3DA6B0D006CD600EF6F26 /* FontSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C3DA5A0D0… 11006 …06CD600EF6F26 /* FontSelector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 17873 B2C3DA5A0D006CD600EF6F26 /* FontSelector.h */, 21138 B2C3DA6B0D006CD600EF6F26 /* FontSelector.h in Headers */,
|