HomeSort by relevance Sort by last modified time
    Searched defs:LPCTSTR (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/win/
WebKitGraphics.h 38 typedef LPCWSTR LPCTSTR;
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);
WebLocalizableStrings.cpp 83 operator LPCTSTR() const;
91 LocalizedString::operator LPCTSTR() const
228 LPCTSTR WebLocalizedLPCTSTRUTF8(WebLocalizableStringsBundle* stringsBundle, LPCSTR key)
238 CFStringRef WebLocalizedString(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)
246 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)

Completed in 58 milliseconds