Home | History | Annotate | Download | only in page

Lines Matching refs:m_frame

76     ASSERT(m_frame);
77 return m_frame->selection().selection();
104 if (!m_frame)
112 if (!m_frame)
120 if (!m_frame)
128 if (!m_frame)
136 if (!m_frame)
144 if (!m_frame)
152 if (!m_frame)
160 if (!m_frame)
168 if (!m_frame || selectionShadowAncestor(m_frame))
170 return !m_frame->selection().isRange();
175 if (!m_frame)
178 FrameSelection& selection = m_frame->selection();
192 if (!m_frame)
194 return m_frame->selection().isNone() ? 0 : 1;
200 if (!m_frame)
217 m_frame->selection().setSelectedRange(range.get(), DOWNSTREAM, m_frame->selection().isDirectional() ? FrameSelection::Directional : FrameSelection::NonDirectional);
227 if (!m_frame)
230 const VisibleSelection& selection = m_frame->selection().selection();
237 m_frame->selection().moveTo(VisiblePosition(selection.end(), DOWNSTREAM));
242 if (!m_frame)
245 const VisibleSelection& selection = m_frame->selection().selection();
252 m_frame->selection().moveTo(VisiblePosition(selection.start(), DOWNSTREAM));
257 if (!m_frame)
259 m_frame->selection().clear();
264 if (!m_frame)
284 m_frame->selection().moveTo(visibleBase, visibleExtent);
289 if (!m_frame)
334 m_frame->selection().modify(alter, direction, granularity);
339 if (!m_frame)
360 m_frame->selection().setExtent(VisiblePosition(createLegacyEditingPosition(node, offset), DOWNSTREAM));
365 if (!m_frame)
376 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) {
383 return m_frame->selection().firstRange();
388 if (!m_frame)
390 m_frame->selection().clear();
395 if (!m_frame)
409 FrameSelection& selection = m_frame->selection();
447 if (!m_frame)
450 FrameSelection& selection = m_frame->selection();
466 if (!m_frame)
469 FrameSelection& selection = m_frame->selection();
471 if (!n || m_frame->document() != n->document() || selection.isNone())
509 if (!m_frame)
512 return plainText(m_frame->selection().selection().toNormalizedRange().get());
552 ASSERT(m_frame);
555 return node->document() == m_frame->document();