OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UI_STRING_KEY_INTERNAL
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStringsInternal.h
42
#define
UI_STRING_KEY_INTERNAL
(string, key, comment) WebLocalizedStringInternal(key)
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm
492
case EditActionSetColor: return
UI_STRING_KEY_INTERNAL
("Set Color", "Set Color (Undo action name)", "Undo action name");
493
case EditActionSetBackgroundColor: return
UI_STRING_KEY_INTERNAL
("Set Background Color", "Set Background Color (Undo action name)", "Undo action name");
494
case EditActionTurnOffKerning: return
UI_STRING_KEY_INTERNAL
("Turn Off Kerning", "Turn Off Kerning (Undo action name)", "Undo action name");
495
case EditActionTightenKerning: return
UI_STRING_KEY_INTERNAL
("Tighten Kerning", "Tighten Kerning (Undo action name)", "Undo action name");
496
case EditActionLoosenKerning: return
UI_STRING_KEY_INTERNAL
("Loosen Kerning", "Loosen Kerning (Undo action name)", "Undo action name");
497
case EditActionUseStandardKerning: return
UI_STRING_KEY_INTERNAL
("Use Standard Kerning", "Use Standard Kerning (Undo action name)", "Undo action name");
498
case EditActionTurnOffLigatures: return
UI_STRING_KEY_INTERNAL
("Turn Off Ligatures", "Turn Off Ligatures (Undo action name)", "Undo action name");
499
case EditActionUseStandardLigatures: return
UI_STRING_KEY_INTERNAL
("Use Standard Ligatures", "Use Standard Ligatures (Undo action name)", "Undo action name");
500
case EditActionUseAllLigatures: return
UI_STRING_KEY_INTERNAL
("Use All Ligatures", "Use All Ligatures (Undo action name)", "Undo action name");
501
case EditActionRaiseBaseline: return
UI_STRING_KEY_INTERNAL
("Raise Baseline", "Raise Baseline (Undo action name)", "Undo action name")
[
all
...]
Completed in 85 milliseconds