OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcut_path
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/base/test/
test_shortcut_win.h
16
// Validates that a shortcut exists at |
shortcut_path
| with the expected
19
void ValidateShortcut(const FilePath&
shortcut_path
,
test_shortcut_win.cc
56
void ValidateShortcut(const base::FilePath&
shortcut_path
,
82
shortcut_path
.value().c_str(), 0))) << "Failed to load shortcut at "
83
<<
shortcut_path
.value();
/external/chromium_org/base/win/
shortcut.cc
44
bool CreateOrUpdateShortcutLink(const FilePath&
shortcut_path
,
56
bool shortcut_existed = PathExists(
shortcut_path
);
70
InitializeShortcutInterfaces(
shortcut_path
.value().c_str(), &i_shell_link,
74
InitializeShortcutInterfaces(
shortcut_path
.value().c_str(),
76
// Confirm |
shortcut_path
| exists and is a shortcut by verifying
151
HRESULT result = i_persist_file->Save(
shortcut_path
.value().c_str(), TRUE);
167
SHChangeNotify(SHCNE_CREATE, SHCNF_PATH,
shortcut_path
.value().c_str(),
175
bool ResolveShortcut(const FilePath&
shortcut_path
,
196
result = persist->Load(
shortcut_path
.value().c_str(), STGM_READ);
shortcut.h
109
// This method creates (or updates) a shortcut link at |
shortcut_path
| using the
114
// |
shortcut_path
| does not exist, this method is a no-op and returns false.
116
const FilePath&
shortcut_path
,
122
// to resolve is in |
shortcut_path
|. If |target_path| is not NULL, the target
126
// Callers can safely use the same variable for both |
shortcut_path
| and
128
BASE_EXPORT bool ResolveShortcut(const FilePath&
shortcut_path
,
/external/chromium_org/chrome/installer/util/
shell_util_unittest.cc
375
base::FilePath
shortcut_path
(fake_user_desktop_.path().Append(shortcut_name));
376
ASSERT_TRUE(base::PathExists(
shortcut_path
));
381
ASSERT_FALSE(base::PathExists(
shortcut_path
));
382
ASSERT_TRUE(base::PathExists(
shortcut_path
.DirName()));
394
base::FilePath
shortcut_path
(
396
ASSERT_TRUE(base::PathExists(
shortcut_path
));
401
ASSERT_FALSE(base::PathExists(
shortcut_path
));
402
ASSERT_TRUE(base::PathExists(
shortcut_path
.DirName()));
445
base::FilePath
shortcut_path
(fake_user_desktop_.path().Append(shortcut_name));
446
ASSERT_TRUE(base::PathExists(
shortcut_path
));
[
all
...]
shell_util.cc
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc
131
// shortcut at |
shortcut_path
| for the profile at |profile_path|.
133
const base::FilePath&
shortcut_path
,
135
EXPECT_TRUE(base::PathExists(
shortcut_path
)) << location.ToString();
151
base::win::ValidateShortcut(
shortcut_path
, expected_properties);
165
const base::FilePath&
shortcut_path
) {
166
EXPECT_TRUE(base::PathExists(
shortcut_path
)) << location.ToString();
174
base::win::ValidateShortcut(
shortcut_path
, expected_properties);
178
const base::FilePath
shortcut_path
=
local
180
ValidateNonProfileShortcutAtPath(location,
shortcut_path
);
200
const base::FilePath
shortcut_path
local
[
all
...]
/external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc
89
base::FilePath
shortcut_path
=
local
93
shortcut_test_object.path =
shortcut_path
;
97
shortcut_path
, *shortcut_properties,
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
114
// Finds shortcuts in |
shortcut_path
| that match profile for |profile_path| and
118
const base::FilePath&
shortcut_path
,
125
base::FileEnumerator files(
shortcut_path
, false,
136
base::FilePath base_path =
shortcut_path
.
/external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.cc
497
base::FilePath
shortcut_path
(
504
shortcut_path
, url);
/external/chromium_org/ui/app_list/views/
apps_grid_view.cc
241
void set_shortcut_path(const base::FilePath&
shortcut_path
) {
243
shortcut_path_ =
shortcut_path
;
[
all
...]
Completed in 293 milliseconds