Home
last modified time | relevance | path

Searched refs:shell32_base (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Dfullscreen_win.cc26 HMODULE shell32_base = ::GetModuleHandle(L"shell32.dll"); in IsPlatformFullScreenMode() local
27 if (!shell32_base) { in IsPlatformFullScreenMode()
33 (::GetProcAddress(shell32_base, "SHQueryUserNotificationState")); in IsPlatformFullScreenMode()
Dplatform_util_win.cc54 HMODULE shell32_base = GetModuleHandle(L"shell32.dll"); in ShowItemInFolder() local
55 if (!shell32_base) { in ShowItemInFolder()
61 (GetProcAddress(shell32_base, "SHOpenFolderAndSelectItems")); in ShowItemInFolder()
/external/chromium_org/chrome/browser/
Dfullscreen_win.cc28 HMODULE shell32_base = ::GetModuleHandle(L"shell32.dll"); in IsPlatformFullScreenMode() local
29 if (!shell32_base) { in IsPlatformFullScreenMode()
35 (::GetProcAddress(shell32_base, "SHQueryUserNotificationState")); in IsPlatformFullScreenMode()
Dplatform_util_win.cc56 HMODULE shell32_base = GetModuleHandle(L"shell32.dll"); in ShowItemInFolderOnFileThread() local
57 if (!shell32_base) { in ShowItemInFolderOnFileThread()
63 (GetProcAddress(shell32_base, "SHOpenFolderAndSelectItems")); in ShowItemInFolderOnFileThread()