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

  /external/webkit/Source/WebKit/win/
WebNotificationCenter.h 77 static IWebNotificationCenter* m_defaultCenter;
WebNotificationCenter.cpp 53 IWebNotificationCenter* WebNotificationCenter::m_defaultCenter = 0;
108 if (!m_defaultCenter)
109 m_defaultCenter = WebNotificationCenter::createInstance();
110 return m_defaultCenter;

Completed in 88 milliseconds