HomeSort by relevance Sort by last modified time
    Searched full:m_sendnotification (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/plugins/
PluginView.h 120 , m_sendNotification(sendNotification)
125 bool sendNotification() const { return m_sendNotification; }
130 bool m_sendNotification;
PluginStream.h 101 bool m_sendNotification;
PluginStream.cpp 62 , m_sendNotification(sendNotification)
280 if (m_sendNotification) {
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.cpp 40 , m_sendNotification(sendNotification)
58 ASSERT(!m_sendNotification || m_urlNotifyHasBeenCalled);
346 if (m_sendNotification) {
NetscapePluginStream.h 84 bool m_sendNotification;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.h 113 BOOL m_sendNotification;
WebNetscapePluginStream.mm 130 , m_sendNotification(false)
149 , m_sendNotification(sendNotification)
437 if (m_sendNotification) {

Completed in 236 milliseconds