Home
last modified time | relevance | path

Searched refs:clearExplicitValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.h44 void clearExplicitValue();
DRenderListItem.cpp472 void RenderListItem::clearExplicitValue() in clearExplicitValue() function in blink::RenderListItem
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLLIElement.cpp116 toRenderListItem(renderer())->clearExplicitValue(); in parseValue()