OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_description
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc
632
bool
has_description
= !match.description.empty();
local
634
int allocated_content_width =
has_description
?
664
if (
has_description
) {
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc
675
bool
has_description
= !match->description.empty();
local
677
int allocated_content_width =
has_description
?
710
if (
has_description
) {
/external/chromium_org/chrome/installer/util/
shell_util.h
165
bool
has_description
() const {
function in struct:ShellUtil::ShortcutProperties
Completed in 180 milliseconds