Searched defs:isHTML (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebNotification.cpp70 bool WebNotification::isHTML() const function in class:WebKit::WebNotification
72 return m_private->isHTML();
77 ASSERT(isHTML());
83 ASSERT(!isHTML());
89 ASSERT(!isHTML());
95 ASSERT(!isHTML());
/external/webkit/Source/WebCore/notifications/
H A DNotification.h72 bool isHTML() { return m_isHTML; } function in class:WebCore::Notification
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.cpp53 HRESULT STDMETHODCALLTYPE isHTML(BOOL* result);
96 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper::isHTML(BOOL* result) function in class:NotificationCOMWrapper
98 *result = m_inner->isHTML();
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp384 Document::Document(Frame* frame, const KURL& url, bool isXHTML, bool isHTML) argument
419 , m_isHTML(isHTML)

Completed in 98 milliseconds