Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLFormElement.h86 bool isMalformed() const { return m_malformed; } in isMalformed() function
/external/opencore/protocols/rtsp_parcom/src/
Drtsp_par_com_message.h182 OSCL_IMPORT_REF RTSPStructureStatus isMalformed() in isMalformed() function
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp3446 if (RTSPOk != iIncomingMsg.isMalformed()) in processIncomingMessage()
/external/webkit/WebCore/rendering/
DRenderBlock.cpp821 if (n && n->hasTagName(formTag) && static_cast<HTMLFormElement*>(n)->isMalformed()) { in layoutBlock()
/external/webkit/WebCore/
DChangeLog-2002-12-035713 * WebCore-tests.exp: Not sure why, but I needed to remove isMalformed,
10205 Don't do the isMalformed check, because it's expensive and has no clear benefit.
14309 (KURL::isEmpty, KURL::isMalformed, KURL::hasPath, KURL::url,
14318 Cache::requestScript): Don't redundantly check if KURL isMalformed.
17065 (KURL::~KURL), (KURL::isEmpty), (KURL::isMalformed), (KURL::hasPath),
DChangeLog-2009-06-1683842 virtualLocalName, and virtualNamespaceURI. Removed isMalformed
83862 * html/HTMLFormElement.h: Made isMalformed non-virtual.
83871 calling isMalformed. We already did a tag name check so we know it's
DChangeLog-2007-10-144391 * platform/KURL.h: Removed isMalformed() and isValid().
7653 (WebCore::HTMLFormElement::isMalformed): Get rid of