OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:web_app_dir
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc
129
base::FilePath
web_app_dir
= web_app::GetWebAppDataDirectory(
local
136
web_app_dir
, base::UTF8ToUTF16(extension->name())).value(),
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
383
base::FilePath CreateShortcutInWebAppDir(const base::FilePath&
web_app_dir
,
386
paths.push_back(
web_app_dir
);
389
web_app_dir
.Append(internals::GetSanitizedFileName(shortcut_info.title))
392
CreateShortcutsInPaths(
web_app_dir
,
401
internals::GetIconFilePath(
web_app_dir
, shortcut_info.title),
Completed in 116 milliseconds