Searched defs:hasControlClip (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderButton.h53 virtual bool hasControlClip() const { return true; } function in class:WebCore::RenderButton
H A DRenderListBox.h67 virtual bool hasControlClip() const { return true; } function in class:WebCore::RenderListBox
H A DRenderMenuList.h72 virtual bool hasControlClip() const { return true; } function in class:WebCore::RenderMenuList
H A DRenderBox.h341 virtual bool hasControlClip() const { return false; } function in class:WebCore::RenderBox
H A DRenderTextControlSingleLine.cpp487 bool RenderTextControlSingleLine::hasControlClip() const function in class:WebCore::RenderTextControlSingleLine
496 ASSERT(hasControlClip());

Completed in 105 milliseconds