Home
last modified time | relevance | path

Searched refs:query_user_notification_state_ptr (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dfullscreen_win.cc31 SHQueryUserNotificationStatePtr query_user_notification_state_ptr = in IsPlatformFullScreenMode() local
34 if (!query_user_notification_state_ptr) { in IsPlatformFullScreenMode()
40 if (FAILED((*query_user_notification_state_ptr)(&state))) in IsPlatformFullScreenMode()
/external/chromium_org/chrome/browser/
Dfullscreen_win.cc33 SHQueryUserNotificationStatePtr query_user_notification_state_ptr = in IsPlatformFullScreenMode() local
36 if (!query_user_notification_state_ptr) { in IsPlatformFullScreenMode()
42 if (FAILED((*query_user_notification_state_ptr)(&state))) in IsPlatformFullScreenMode()