Searched refs:textBlock (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DValidationMessage.cpp195 RefPtr<HTMLElement> textBlock = HTMLDivElement::create(document); local
196 textBlock->setPseudo(AtomicString("-webkit-validation-bubble-text-block", AtomicString::ConstructFromLiteral));
199 textBlock->appendChild(m_messageHeading, ASSERT_NO_EXCEPTION);
202 textBlock->appendChild(m_messageBody, ASSERT_NO_EXCEPTION);
203 message->appendChild(textBlock.release(), ASSERT_NO_EXCEPTION);

Completed in 63 milliseconds