OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcut_file
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
127
base::FilePath
shortcut_file
= files.Next();
local
128
while (!
shortcut_file
.empty()) {
129
if (IsAppShortcutForProfile(
shortcut_file
, profile_path))
130
shortcut_paths.push_back(
shortcut_file
);
131
shortcut_file
= files.Next();
141
base::FilePath
shortcut_file
= base_path;
local
143
shortcut_file
=
shortcut_file
.InsertBeforeExtensionASCII(
146
if (base::PathExists(
shortcut_file
) &&
147
IsAppShortcutForProfile(
shortcut_file
, profile_path))
212
base::FilePath
shortcut_file
=
local
[
all
...]
update_shortcut_worker_win.cc
164
base::FilePath
shortcut_file
= path.Append(file_name_).
local
166
if (base::PathExists(
shortcut_file
)) {
167
shortcut_files_.push_back(
shortcut_file
);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc
203
base::FilePath
shortcut_file
=
local
206
if (!base::PathExists(
shortcut_file
.DirName()) &&
207
!base::CreateDirectory(
shortcut_file
.DirName())) {
212
shortcut_file
, shortcut_properties,
/external/chromium_org/chrome/browser/
shell_integration_linux.cc
754
base::FilePath
shortcut_file
= files.Next();
local
756
while (!
shortcut_file
.empty()) {
757
shortcut_paths.push_back(
shortcut_file
.BaseName());
758
shortcut_file
= files.Next();
[
all
...]
Completed in 58 milliseconds