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

  /external/webkit/Source/WebKit/win/
WebNotificationCenter.h 34 class WebNotificationCenter : public IWebNotificationCenter {
36 static WebNotificationCenter* createInstance();
39 WebNotificationCenter();
40 ~WebNotificationCenter();
70 // WebNotificationCenter
WebNotificationCenter.cpp 28 #include "WebNotificationCenter.h"
51 // WebNotificationCenter ----------------------------------------------------------------
53 IWebNotificationCenter* WebNotificationCenter::m_defaultCenter = 0;
55 WebNotificationCenter::WebNotificationCenter()
60 gClassNameCount.add("WebNotificationCenter");
63 WebNotificationCenter::~WebNotificationCenter()
66 gClassNameCount.remove("WebNotificationCenter");
69 WebNotificationCenter* WebNotificationCenter::createInstance(
    [all...]

Completed in 56 milliseconds