예제 #1
0
HTMLElement* LayoutTextControl::innerEditorElement() const {
  return textFormControlElement()->innerEditorElement();
}
HTMLElement* RenderTextControl::innerTextElement() const
{
    return textFormControlElement()->innerTextElement();
}
예제 #3
0
void LayoutTextControl::updateFromElement() {
  Element* innerEditor = innerEditorElement();
  if (innerEditor && innerEditor->layoutObject())
    updateUserModifyProperty(*textFormControlElement(),
                             innerEditor->layoutObject()->mutableStyleRef());
}