Lines Matching refs:get
240 return m_view.get();
251 // Detach the document now, so any onUnload handlers get run - if
277 return m_doc.get();
314 return plainText(selection()->toNormalizedRange().get());
491 String result = searchForLabelsAboveCell(regExp.get(), startingTableCell, resultDistance);
517 String result = searchForLabelsAboveCell(regExp.get(), startingTableCell, resultDistance);
704 if (!static_cast<SVGDocument*>(m_doc.get())->zoomAndPanEnabled())
820 injectUserScriptsForWorld(it->first.get(), *it->second, injectionTime);
835 UserScript* script = userScripts[i].get();
848 return editor()->client()->shouldChangeSelectedRange(oldSelection.toNormalizedRange().get(), newSelection.toNormalizedRange().get(),
854 return editor()->client()->shouldDeleteRange(selection.toNormalizedRange().get());
903 return m_typingStyle.get();
926 typingStyle()->merge(mutableStyle.get());
938 computedStyle(node)->diff(mutableStyle.get());
942 mutableStyle->setProperty(CSSPropertyUnicodeBidi, static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent());
945 mutableStyle->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent());
951 blockStyle->diff(mutableStyle.get());
953 applyCommand(ApplyStyleCommand::create(document(), blockStyle.get(), editingAction));
1016 nodeToRemove = styleElement.get();
1140 m_liveFormerWindows.add(m_domWindow.get());
1204 FrameView* view = m_view.get();
1342 clearTimers(m_view.get(), document());
1375 nodeToRemove = styleElement.get();
1420 setStart(searchRange.get(), startInSelection ? selection.visibleStart() : selection.visibleEnd());
1422 setEnd(searchRange.get(), startInSelection ? selection.visibleEnd() : selection.visibleStart());
1433 RefPtr<Range> resultRange(findPlainText(searchRange.get(), target, forward, caseFlag));
1437 if (startInSelection && *VisibleSelection(resultRange.get()).toNormalizedRange() == *selection.toNormalizedRange()) {
1440 setStart(searchRange.get(), selection.visibleEnd());
1442 setEnd(searchRange.get(), selection.visibleStart());
1452 resultRange = findPlainText(searchRange.get(), target, forward, caseFlag);
1465 resultRange = findPlainText(searchRange.get(), target, forward, caseFlag);
1468 if (!editor()->insideVisibleArea(resultRange.get())) {
1469 resultRange = editor()->nextVisibleRange(resultRange.get(), target, forward, caseFlag, wrapFlag);
1478 resultRange = findPlainText(searchRange.get(), target, forward, caseFlag);
1487 this->selection()->setSelection(VisibleSelection(resultRange.get(), DOWNSTREAM));
1502 RefPtr<Range> resultRange(findPlainText(searchRange.get(), target, true, caseFlag));
1513 if (editor()->insideVisibleArea(resultRange.get())) {
1515 document()->addMarker(resultRange.get(), DocumentMarker::TextMatch);
1571 m_liveFormerWindows.add(m_domWindow.get());
1582 return m_domWindow.get();
1685 m_domWindow->dispatchEvent(beforeUnloadEvent.get(), m_domWindow->document());
1688 doc->defaultEventHandler(beforeUnloadEvent.get());
1739 document()->removeMarkers(wordRange.get(), DocumentMarker::Spelling);
1741 document()->removeMarkers(sentenceRange.get(), DocumentMarker::Grammar);