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

/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp141 void RenderTextControl::createSubtreeIfNeeded(TextControlInnerElement* innerBlock) argument
145 // For non-search fields, there is no intermediate innerBlock as the shadow node.
147 RenderStyle* parentStyle = innerBlock ? innerBlock->renderer()->style() : style();
148 m_innerText = TextControlInnerTextElement::create(document(), innerBlock ? 0 : toHTMLElement(node()));
149 m_innerText->attachInnerElement(innerBlock ? innerBlock : node(), createInnerTextStyle(parentStyle), renderArena());
H A DRenderTextControl.h65 void createSubtreeIfNeeded(TextControlInnerElement* innerBlock);

Completed in 54 milliseconds