OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetShortcutPath
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cloud_print/service/win/
installer.cc
26
base::FilePath
GetShortcutPath
(int dir_key, bool with_subdir) {
38
base::FilePath path =
GetShortcutPath
(dir_key, with_subdir);
63
base::FilePath path =
GetShortcutPath
(dir_key, with_subdir);
/external/chromium_org/chrome/installer/util/
shell_util_unittest.cc
193
TEST_F(ShellUtilShortcutTest,
GetShortcutPath
) {
195
ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_,
198
ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_,
201
ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist_,
204
ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist_,
210
ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR,
214
ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR,
shell_util.h
42
// Typical shortcut directories. Resolved in
GetShortcutPath
().
311
static bool
GetShortcutPath
(ShellUtil::ShortcutLocation location,
shell_util.cc
[
all
...]
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
461
if (ShellUtil::
GetShortcutPath
(
477
if (ShellUtil::
GetShortcutPath
(
525
if (!ShellUtil::
GetShortcutPath
(locations[i].location_id,
/external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc
260
EXPECT_TRUE(ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
269
EXPECT_TRUE(ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
[
all
...]
profile_shortcut_manager_win.cc
249
!ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
256
!ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_DESKTOP,
[
all
...]
/external/chromium_org/chrome/installer/setup/
install.cc
266
ShellUtil::
GetShortcutPath
(ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR,
Completed in 1337 milliseconds