Home | History | Annotate | Download | only in page

Lines Matching refs:m_frame

56     : m_frame(frame)
62 return m_frame;
67 m_frame = 0;
72 ASSERT(m_frame);
73 return m_frame->selection()->selection();
100 if (!m_frame)
102 if (Node* shadowAncestor = selectionShadowAncestor(m_frame))
109 if (!m_frame)
111 if (Node* shadowAncestor = selectionShadowAncestor(m_frame))
118 if (!m_frame)
120 if (Node* shadowAncestor = selectionShadowAncestor(m_frame))
127 if (!m_frame)
129 if (Node* shadowAncestor = selectionShadowAncestor(m_frame))
136 if (!m_frame)
138 if (Node* shadowAncestor = selectionShadowAncestor(m_frame))
145 if (!m_frame)
147 if (Node* shadowAncestor = selectionShadowAncestor(m_frame))
154 if (!m_frame)
156 if (Node* shadowAncestor = selectionShadowAncestor(m_frame))
163 if (!m_frame)
165 if (Node* shadowAncestor = selectionShadowAncestor(m_frame))
172 if (!m_frame || selectionShadowAncestor(m_frame))
174 return !m_frame->selection()->isRange();
179 if (!m_frame)
182 SelectionController* selection = m_frame->selection();
196 if (!m_frame)
198 return m_frame->selection()->isNone() ? 0 : 1;
203 if (!m_frame)
210 m_frame->selection()->moveTo(VisiblePosition(node, offset, DOWNSTREAM));
215 if (!m_frame)
218 const VisibleSelection& selection = m_frame->selection()->selection();
219 m_frame->selection()->moveTo(VisiblePosition(selection.end(), DOWNSTREAM));
224 if (!m_frame)
227 const VisibleSelection& selection = m_frame->selection()->selection();
228 m_frame->selection()->moveTo(VisiblePosition(selection.start(), DOWNSTREAM));
233 if (!m_frame)
235 m_frame->selection()->clear();
240 if (!m_frame)
250 m_frame->selection()->moveTo(visibleBase, visibleExtent);
255 if (!m_frame)
261 m_frame->selection()->moveTo(VisiblePosition(node, offset, DOWNSTREAM));
266 if (!m_frame)
311 m_frame->selection()->modify(alter, direction, granularity, false);
316 if (!m_frame)
328 SelectionController* selection = m_frame->selection();
335 if (!m_frame)
346 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) {
352 const VisibleSelection& selection = m_frame->selection()->selection();
358 if (!m_frame)
360 m_frame->selection()->clear();
365 if (!m_frame)
370 SelectionController* selection = m_frame->selection();
404 if (!m_frame)
407 SelectionController* selection = m_frame->selection();
427 if (!m_frame)
430 SelectionController* selection = m_frame->selection();
469 if (!m_frame)
472 return plainText(m_frame->selection()->selection().toNormalizedRange().get());