Home
last modified time | relevance | path

Searched refs:updateAppearance (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSliderThumb.h45 void updateAppearance(RenderStyle* parentStyle);
DRenderSliderThumb.cpp45 void RenderSliderThumb::updateAppearance(RenderStyle* parentStyle) in updateAppearance() function in blink::RenderSliderThumb
DRenderSlider.cpp102 static_cast<RenderSliderThumb*>(thumbBox)->updateAppearance(style()); in layout()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp278 updateAppearance(ResetCaretBlink); in setSelection()
506 updateAppearance(); in didChangeFocus()
1532 void FrameSelection::updateAppearance(ResetCaretBlinkOption option) in updateAppearance() function in blink::FrameSelection
1617 updateAppearance(); in setCaretVisibility()
1801 updateAppearance(); in revealSelection()
1837 updateAppearance(); in setShouldShowBlockCursor()
DFrameSelection.h166 void updateAppearance(ResetCaretBlinkOption = None);
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2010 m_frame->selection().updateAppearance(); in performPostLayoutTasks()