Home
last modified time | relevance | path

Searched defs:hasControlClip (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderButton.h52 virtual bool hasControlClip() const OVERRIDE { return true; } in hasControlClip() function
DRenderMenuList.h71 virtual bool hasControlClip() const OVERRIDE { return true; } in hasControlClip() function
DRenderTextControlSingleLine.cpp265 bool RenderTextControlSingleLine::hasControlClip() const in hasControlClip() function in blink::RenderTextControlSingleLine
DRenderBox.h504 virtual bool hasControlClip() const { return false; } in hasControlClip() function