OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:create_all_shortcuts
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/util/
master_preferences_constants.cc
16
const char kCreateAllShortcuts[] = "
create_all_shortcuts
";
master_preferences.cc
255
// If
create_all_shortcuts
was explicitly set to false, set
257
bool
create_all_shortcuts
= true;
local
259
&
create_all_shortcuts
);
260
if (!
create_all_shortcuts
) {
master_preferences_unittest.cc
333
" \"
create_all_shortcuts
\": false"
351
//
create_all_shortcuts
is a legacy preference that should only enforce
363
" \"
create_all_shortcuts
\": true"
master_preferences.h
41
// "
create_all_shortcuts
": true,
master_preferences_constants.h
33
// "
create_all_shortcuts
":false still enforce the new
Completed in 89 milliseconds