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

  /external/webkit/WebCore/notifications/
Notification.h 66 bool isHTML() { return m_isHTML; }
  /external/webkit/WebKit/chromium/src/
WebNotification.cpp 68 bool WebNotification::isHTML() const
70 return m_private->isHTML();
75 ASSERT(isHTML());
81 ASSERT(!isHTML());
87 ASSERT(!isHTML());
93 ASSERT(!isHTML());
  /external/webkit/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 53 HRESULT STDMETHODCALLTYPE isHTML(BOOL* result);
96 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper::isHTML(BOOL* result)
98 *result = m_inner->isHTML();

Completed in 314 milliseconds