OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:web_app_path
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/web_applications/
web_app_chromeos.cc
17
const base::FilePath&
web_app_path
,
25
void DeletePlatformShortcuts(const base::FilePath&
web_app_path
,
29
const base::FilePath&
web_app_path
,
web_app_win.h
29
base::FilePath CreateShortcutInWebAppDir(const base::FilePath&
web_app_path
,
43
base::FilePath GetIconFilePath(const base::FilePath&
web_app_path
,
web_app_linux.cc
22
const base::FilePath&
web_app_path
,
36
void DeletePlatformShortcuts(const base::FilePath&
web_app_path
,
45
const base::FilePath&
web_app_path
,
64
CreatePlatformShortcuts(
web_app_path
,
web_app_win.cc
163
const base::FilePath&
web_app_path
,
168
// Ensure
web_app_path
exists.
169
if (!base::PathExists(
web_app_path
) &&
170
!base::CreateDirectory(
web_app_path
)) {
176
web_app::internals::GetIconFilePath(
web_app_path
, shortcut_info.title);
226
if (shortcut_paths[i] !=
web_app_path
) {
266
// If |
web_app_path
| is empty, this will not delete shortcuts from the web app
274
const base::FilePath&
web_app_path
,
293
!
web_app_path
.empty()) {
294
all_paths.push_back(
web_app_path
);
361
base::FilePath
web_app_path
=
local
[
all
...]
update_shortcut_worker_win.cc
181
base::FilePath
web_app_path
= web_app::GetWebAppDataDirectory(
local
184
// Ensure
web_app_path
exists.
web_app_path
could be missing for a legacy
186
if (!base::PathExists(
web_app_path
) &&
187
!base::CreateDirectory(
web_app_path
)) {
193
web_app::internals::GetIconFilePath(
web_app_path
, shortcut_info_.title);
Completed in 35 milliseconds