Home
last modified time | relevance | path

Searched refs:m_sendNotification (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginStream.cpp40 , m_sendNotification(sendNotification) in NetscapePluginStream()
58 ASSERT(!m_sendNotification || m_urlNotifyHasBeenCalled); in ~NetscapePluginStream()
346 if (m_sendNotification) { in notifyAndDestroyStream()
DNetscapePluginStream.h84 bool m_sendNotification; variable
/external/webkit/Source/WebCore/plugins/
DPluginView.h120 , m_sendNotification(sendNotification) in PluginRequest()
125 bool sendNotification() const { return m_sendNotification; } in sendNotification()
130 bool m_sendNotification; variable
DPluginStream.h101 bool m_sendNotification; variable
DPluginStream.cpp62 , m_sendNotification(sendNotification) in PluginStream()
280 if (m_sendNotification) { in destroyStream()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginStream.h113 BOOL m_sendNotification; variable
DWebNetscapePluginStream.mm130 , m_sendNotification(false) function
149 , m_sendNotification(sendNotification) function
437 if (m_sendNotification) {