Searched refs:MetroNotification (Results 1 – 4 of 4) sorted by relevance
34 base::win::MetroNotification display_metro_notification = in ShowNotification()35 reinterpret_cast<base::win::MetroNotification>(GetProcAddress( in ShowNotification()
125 base::win::MetroNotification display_notification = in UpdateAppIconDownloadProgress()126 reinterpret_cast<base::win::MetroNotification>( in UpdateAppIconDownloadProgress()
204 base::win::MetroNotification notification = in DisplayBalloon()205 reinterpret_cast<base::win::MetroNotification>( in DisplayBalloon()
110 typedef void (*MetroNotification)(const char* origin_url, typedef