Searched defs:LPCTSTR (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebKitGraphics.h38 typedef LPCWSTR LPCTSTR; typedef
41 LPCTSTR family;
53 LPCTSTR text;
67 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription&);
71 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
72 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
H A DWebLocalizableStrings.cpp82 operator LPCTSTR() const;
90 LocalizedString::operator LPCTSTR() const
227 LPCTSTR WebLocalizedLPCTSTRUTF8(WebLocalizableStringsBundle* stringsBundle, LPCSTR key)
237 CFStringRef WebLocalizedString(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)
245 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)

Completed in 61 milliseconds