Searched defs:WebNotificationCenter (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
H A DWebNotificationCenter.h34 class WebNotificationCenter : public IWebNotificationCenter { class in inherits:IWebNotificationCenter
36 static WebNotificationCenter* createInstance();
39 WebNotificationCenter();
40 ~WebNotificationCenter();
70 // WebNotificationCenter
H A DWebNotificationCenter.cpp28 #include "WebNotificationCenter.h"
53 // WebNotificationCenter ----------------------------------------------------------------
55 IWebNotificationCenter* WebNotificationCenter::m_defaultCenter = 0;
57 WebNotificationCenter::WebNotificationCenter() function in class:WebNotificationCenter
62 gClassNameCount.add("WebNotificationCenter");
65 WebNotificationCenter::~WebNotificationCenter()
68 gClassNameCount.remove("WebNotificationCenter");
71 WebNotificationCenter* WebNotificationCente
[all...]

Completed in 86 milliseconds