OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebLocalizedStringUTF8
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/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
219
CFStringRef
WebLocalizedStringUTF8
(WebLocalizableStringsBundle* stringsBundle, LPCSTR key)
Completed in 23 milliseconds