Searched refs:DragLinkUrlFontSize (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DDragImageWin.cpp105 const float DragLinkUrlFontSize = 10; member in namespace:WebCore
136 static const Font alternateRenderingModeURLFont = dragLabelFont(DragLinkUrlFontSize, false, AlternateRenderingMode);
141 static const Font normalRenderingModeURLFont = dragLabelFont(DragLinkUrlFontSize, false, NormalRenderingMode);
/external/webkit/Source/WebCore/platform/mac/
H A DDragImageMac.mm120 const float DragLinkUrlFontSize = 10;
252 NSFont *urlFont = [NSFont systemFontOfSize:DragLinkUrlFontSize];

Completed in 167 milliseconds