Searched defs:isReadOnlyControl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTheme.cpp725 if (isReadOnlyControl(o))
812 bool RenderTheme::isReadOnlyControl(const RenderObject* o) const function in class:WebCore::RenderTheme
H A DRenderTextControl.cpp118 bool isReadOnlyControl = false; local
123 isReadOnlyControl = element->isReadOnlyFormControl();
126 style->setUserModify((isReadOnlyControl || !isEnabled) ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY);

Completed in 227 milliseconds