OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_name_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/app_list/
app_list_item.cc
94
short_name_
== other->
short_name_
&&
107
if (name_ == name && (
short_name_
.empty() ||
short_name_
== name))
110
short_name_
.clear();
116
if (name_ == name &&
short_name_
== short_name)
119
short_name_
= short_name;
app_list_item.h
41
return
short_name_
.empty() ? name_ :
short_name_
;
46
const std::string& short_name() const { return
short_name_
; }
126
// The full name of an item. Used for display if |
short_name_
| is empty.
130
std::string
short_name_
;
member in class:app_list::AppListItem
/external/chromium_org/extensions/common/
extension.h
291
const std::string& short_name() const { return
short_name_
; }
412
std::string
short_name_
;
member in class:extensions::Extension
extension.cc
728
short_name_
= base::UTF16ToUTF8(localized_short_name);
730
short_name_
= name_;
Completed in 85 milliseconds