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

  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 277 new PrivetNotificationDelegate(profile_));
359 PrivetNotificationDelegate::PrivetNotificationDelegate(
364 PrivetNotificationDelegate::~PrivetNotificationDelegate() {
367 std::string PrivetNotificationDelegate::id() const {
371 content::WebContents* PrivetNotificationDelegate::GetWebContents() const {
375 void PrivetNotificationDelegate::Display() {
378 void PrivetNotificationDelegate::Error() {
382 void PrivetNotificationDelegate::Close(bool by_user)
    [all...]
privet_notifications.h 130 class PrivetNotificationDelegate : public NotificationDelegate {
132 explicit PrivetNotificationDelegate(content::BrowserContext* profile);
147 virtual ~PrivetNotificationDelegate();

Completed in 589 milliseconds