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

  /external/webkit/WebCore/rendering/
RenderTextControl.cpp 117 bool isReadOnlyControl = false;
122 isReadOnlyControl = element->isReadOnlyFormControl();
125 style->setUserModify((isReadOnlyControl || !isEnabled) ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY);
RenderTheme.cpp 659 if (isReadOnlyControl(o))
736 bool RenderTheme::isReadOnlyControl(const RenderObject* o) const
    [all...]

Completed in 86 milliseconds