OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcut_file
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
128
base::FilePath
shortcut_file
= files.Next();
local
129
while (!
shortcut_file
.empty()) {
130
if (IsAppShortcutForProfile(
shortcut_file
, profile_path))
131
shortcut_paths.push_back(
shortcut_file
);
132
shortcut_file
= files.Next();
142
base::FilePath
shortcut_file
= base_path;
local
144
shortcut_file
=
shortcut_file
.InsertBeforeExtensionASCII(
147
if (base::PathExists(
shortcut_file
) &&
148
IsAppShortcutForProfile(
shortcut_file
, profile_path))
217
base::FilePath
shortcut_file
= shortcut_paths[i].Append(file_name).
local
[
all
...]
/external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc
203
FilePath
shortcut_file
= path.Append(file_name_).
local
205
if (file_util::PathExists(
shortcut_file
)) {
207
shortcut_files_.push_back(
shortcut_file
);
/external/chromium/chrome/browser/web_applications/
web_app.cc
353
FilePath
shortcut_file
= shortcut_paths[i].Append(file_name).
356
int unique_number = download_util::GetUniquePathNumber(
shortcut_file
);
361
download_util::AppendNumberToPath(&
shortcut_file
, unique_number);
365
shortcut_file
.value().c_str(),
375
shortcut_to_pin =
shortcut_file
;
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc
242
base::FilePath
shortcut_file
=
local
245
if (!base::PathExists(
shortcut_file
.DirName()) &&
246
!base::CreateDirectory(
shortcut_file
.DirName())) {
251
shortcut_file
, shortcut_properties,
/external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc
266
base::FilePath
shortcut_file
= path.Append(file_name_).
local
268
if (base::PathExists(
shortcut_file
)) {
269
shortcut_files_.push_back(
shortcut_file
);
/external/chromium_org/chrome/browser/
shell_integration_linux.cc
707
base::FilePath
shortcut_file
= files.Next();
local
709
while (!
shortcut_file
.empty()) {
710
shortcut_paths.push_back(
shortcut_file
.BaseName());
711
shortcut_file
= files.Next();
[
all
...]
Completed in 91 milliseconds