OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TaskbarPinShortcutLink
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/base/win/
shortcut.h
135
BASE_EXPORT bool
TaskbarPinShortcutLink
(const wchar_t* shortcut);
shortcut.cc
224
bool
TaskbarPinShortcutLink
(const wchar_t* shortcut) {
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
401
if (!base::win::
TaskbarPinShortcutLink
(shortcut_to_pin.value().c_str()))
439
base::win::
TaskbarPinShortcutLink
(shortcut_to_pin.value().c_str());
/external/chromium/base/
file_util.h
237
BASE_API bool
TaskbarPinShortcutLink
(const wchar_t* shortcut);
file_util_win.cc
519
bool
TaskbarPinShortcutLink
(const wchar_t* shortcut) {
[
all
...]
/external/chromium/chrome/browser/web_applications/
web_app.cc
380
success &= file_util::
TaskbarPinShortcutLink
(
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc
259
success = base::win::
TaskbarPinShortcutLink
(
/external/chromium_org/chrome/installer/util/
shell_util.cc
[
all
...]
Completed in 369 milliseconds