OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:web_app_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/web_applications/
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);
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
...]
Completed in 135 milliseconds