OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodisplay
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/
shell_integration_unittest.cc
224
// Shortcut in applications directory with
NoDisplay
=true.
446
bool
nodisplay
;
member in struct:__anon8129
491
// Test adding
NoDisplay
=true.
505
"
NoDisplay
=true\n"
596
test_cases[i].
nodisplay
));
shell_integration_linux.cc
413
// Get the value of
NoDisplay
from the [Desktop Entry] section of a .desktop
431
bool
nodisplay
= false;
local
433
"
NoDisplay
", &err);
436
nodisplay
= true;
441
return
nodisplay
;
603
// whether it contains
NoDisplay
=true.
760
// Set the "
NoDisplay
" key.
762
g_key_file_set_string(key_file, kDesktopEntry, "
NoDisplay
", "true");
881
// Set
NoDisplay
=true if hidden but not in_applications_menu. This will hide
[
all
...]
Completed in 172 milliseconds