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

  /external/webkit/WebKit/win/
WebLocalizableStrings.h 40 CFStringRef WebLocalizedStringUTF8(WebLocalizableStringsBundle*, LPCSTR key);
59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
60 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string)
67 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(0, key)
WebLocalizableStrings.cpp 220 CFStringRef WebLocalizedStringUTF8(WebLocalizableStringsBundle* stringsBundle, LPCSTR key)

Completed in 19 milliseconds