HomeSort by relevance Sort by last modified time
    Searched refs:shell32_base (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
fullscreen_win.cc 26 HMODULE shell32_base = ::GetModuleHandle(L"shell32.dll"); local
27 if (!shell32_base) {
33 (::GetProcAddress(shell32_base, "SHQueryUserNotificationState"));
platform_util_win.cc 54 HMODULE shell32_base = GetModuleHandle(L"shell32.dll"); local
55 if (!shell32_base) {
61 (GetProcAddress(shell32_base, "SHOpenFolderAndSelectItems"));

Completed in 221 milliseconds