Searched refs:frameSelection (Results 1 – 2 of 2) sorted by relevance
116 FrameSelection& frameSelection = document().frame()->selection(); in TEST_F() local118 LayoutRect oldCaretRect = frameSelection.absoluteCaretBounds(); in TEST_F()123 LayoutRect newCaretRect = frameSelection.absoluteCaretBounds(); in TEST_F()127 oldCaretRect = frameSelection.absoluteCaretBounds(); in TEST_F()132 newCaretRect = frameSelection.absoluteCaretBounds(); in TEST_F()
107 VisibleSelection frameSelection = frame->selection().selection(); in toggleContinuousSpellChecking() local109 if (Element* rootEditableElement = frameSelection.rootEditableElement()) { in toggleContinuousSpellChecking()