OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebNotificationCenter
(Results
1 - 11
of
11
) 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
...]
ForEachCoClass.h
53
macro(
WebNotificationCenter
) \
WebDatabaseManager.cpp
38
#include "
WebNotificationCenter
.h"
368
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
397
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
WebIconDatabase.cpp
32
#include "
WebNotificationCenter
.h"
390
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
405
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
WebView.cpp
56
#include "
WebNotificationCenter
.h"
419
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
661
WebNotificationCenter
::defaultCenterInternal()->postNotificationName(_bstr_t(WebViewWillCloseNotification).GetBSTR(), static_cast<IWebView*>(this), 0);
711
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
[
all
...]
WebPreferences.cpp
31
#include "
WebNotificationCenter
.h"
143
IWebNotificationCenter* nc =
WebNotificationCenter
::defaultCenterInternal();
[
all
...]
WebHistory.cpp
36
#include "
WebNotificationCenter
.h"
147
IWebNotificationCenter* nc =
WebNotificationCenter
::defaultCenterInternal();
[
all
...]
/external/webkit/Source/WebKit/win/Interfaces/
WebKit.idl
180
coclass
WebNotificationCenter
{
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp
47
#include "
WebNotificationCenter
.h"
475
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
482
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
489
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
[
all
...]
WebEditorClient.cpp
32
#include "
WebNotificationCenter
.h"
215
IWebNotificationCenter* notifyCenter =
WebNotificationCenter
::defaultCenterInternal();
Completed in 73 milliseconds