OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebNotificationPrivate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebNotification.cpp
49
class
WebNotificationPrivate
: public Notification {
59
WebNotificationPrivate
* p = const_cast<
WebNotificationPrivate
*>(other.m_private);
150
: m_private(static_cast<
WebNotificationPrivate
*>(notification.leakRef()))
156
assign(static_cast<
WebNotificationPrivate
*>(notification.leakRef()));
162
return WTF::PassRefPtr<Notification>(const_cast<
WebNotificationPrivate
*>(m_private));
165
void WebNotification::assign(
WebNotificationPrivate
* p)
/external/chromium_org/third_party/WebKit/public/web/
WebNotification.h
48
class
WebNotificationPrivate
;
110
void assign(
WebNotificationPrivate
*);
112
WebNotificationPrivate
* m_private;
Completed in 285 milliseconds