Home
last modified time | relevance | path

Searched refs:ShouldPaintCaretForTesting (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelectionTest.cpp126 EXPECT_TRUE(selection().ShouldPaintCaretForTesting()); in TEST_F()
DFrameSelection.h173 bool ShouldPaintCaretForTesting() const { return m_shouldPaintCaret; } in ShouldPaintCaretForTesting() function