HomeSort by relevance Sort by last modified time
    Searched defs:isReadOnlyControl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 118 bool isReadOnlyControl = false;
123 isReadOnlyControl = element->isReadOnlyFormControl();
126 style->setUserModify((isReadOnlyControl || !isEnabled) ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY);
RenderTheme.cpp 725 if (isReadOnlyControl(o))
812 bool RenderTheme::isReadOnlyControl(const RenderObject* o) const
    [all...]

Completed in 30 milliseconds