/external/chromium/chrome/browser/ssl/ |
ssl_error_info.cc | 20 const string16& short_description, 24 short_description_(short_description), 32 string16 title, details, short_description; local 59 short_description = l10n_util::GetStringUTF16( 78 short_description = 91 short_description = 103 short_description = l10n_util::GetStringUTF16( 119 short_description = 132 short_description = l10n_util::GetStringUTF16( 140 short_description = l10n_util::GetStringUTF16 [all...] |
ssl_error_info.h | 61 const string16& short_description() const { return short_description_; } function in class:SSLErrorInfo 72 const string16& short_description,
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
gurifuncs.sgml | 4 <!-- ##### SECTION Short_Description ##### -->
|
shell.sgml | 4 <!-- ##### SECTION Short_Description ##### -->
|
allocators.sgml | 4 <!-- ##### SECTION Short_Description ##### -->
|
base64.sgml | 4 <!-- ##### SECTION Short_Description ##### -->
|
string_chunks.sgml | 4 <!-- ##### SECTION Short_Description ##### -->
|
checksum.sgml | 4 <!-- ##### SECTION Short_Description ##### -->
|
trash_stack.sgml | 4 <!-- ##### SECTION Short_Description ##### -->
|
/sdk/draw9patch/src/com/android/draw9patch/ui/action/ |
ExitAction.java | 32 putValue(SHORT_DESCRIPTION, "Quit");
|
OpenAction.java | 33 putValue(SHORT_DESCRIPTION, "Open...");
|
SaveAction.java | 33 putValue(SHORT_DESCRIPTION, "Save...");
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/ |
CaptureLayersAction.java | 32 putValue(SHORT_DESCRIPTION, "Capture PSD");
|
CaptureNodeAction.java | 32 putValue(SHORT_DESCRIPTION, "Display View");
|
DumpDisplayListAction.java | 31 putValue(SHORT_DESCRIPTION, "Dump DisplayList");
|
ExitAction.java | 34 putValue(SHORT_DESCRIPTION, "Quit");
|
InvalidateAction.java | 32 putValue(SHORT_DESCRIPTION, "Invalidate");
|
LoadGraphAction.java | 32 putValue(SHORT_DESCRIPTION, "Load");
|
RefreshWindowsAction.java | 31 putValue(SHORT_DESCRIPTION, "Refresh");
|
RequestLayoutAction.java | 32 putValue(SHORT_DESCRIPTION, "Request Layout");
|
SaveSceneAction.java | 33 putValue(SHORT_DESCRIPTION, "Save");
|
ShowDevicesAction.java | 33 putValue(SHORT_DESCRIPTION, "Devices");
|
StartServerAction.java | 31 putValue(SHORT_DESCRIPTION, "Start");
|
StopServerAction.java | 31 putValue(SHORT_DESCRIPTION, "Stop");
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
changelog_unittest.py | 146 short_description = "A short description" 148 ChangeLog(changelog_path).set_short_description_and_bug_url(short_description, bug_url) 150 expected_message = "%s\n %s" % (short_description, bug_url)
|