Lines Matching refs:OwnerFrame

168       &active_match_->OwnerDocument() != OwnerFrame().GetFrame()->GetDocument())  in FindInternal()
177 OwnerFrame().GetFrame()->Selection().ComputeVisibleSelectionInDOMTree()); in FindInternal()
181 OwnerFrame().GetFrame()->Selection().Clear(); in FindInternal()
184 DCHECK(OwnerFrame().GetFrame()); in FindInternal()
185 DCHECK(OwnerFrame().GetFrame()->View()); in FindInternal()
192 *OwnerFrame().GetFrame()->GetDocument(), search_text, in FindInternal()
263 OwnerFrame().GetFrame()->GetDocument()->ClearFocusedElement(); in FindInternal()
266 OwnerFrame().ViewImpl()->SetFocusedFrame(&OwnerFrame()); in FindInternal()
292 gfx::Rect selection_rect = OwnerFrame().GetFrameView()->ConvertToRootFrame( in FindInternal()
311 return OwnerFrame().GetFrame(); in GetFrame()
401 OwnerFrame().GetFrame()->GetDocument()->Markers().RemoveMarkersOfTypes( in StopFindingAndClearSelection()
403 OwnerFrame().GetFrame()->GetEditor().SetMarkedTextMatchesAreHighlighted( in StopFindingAndClearSelection()
425 OwnerFrame().GetFrame()->GetDocument()->ExistingAXObjectCache(); in ReportFindInPageResultToAccessibility()
470 LocalFrame* frame = OwnerFrame().GetFrame(); in StartScopingStringMatches()
478 if (!OwnerFrame().GetFrame() || !OwnerFrame().GetFrame()->GetPage()) in FlushCurrentScopingEffort()
512 OwnerFrame().GetFrameView()->ConvertToRootFrame(result_bounds), in DidFindMatch()
517 OwnerFrame().GetFrame()->GetDocument()->Markers(); in DidFindMatch()
548 if (!OwnerFrame().GetFrame()) in FinishCurrentScopingEffort()
552 OwnerFrame().GetFrame()->Selection().Clear(); in FinishCurrentScopingEffort()
572 OwnerFrame().GetFindInPage()->ReportFindInPageMatchCount( in IncreaseMatchCount()
580 OwnerFrame().GetFindInPage()->ReportFindInPageSelection( in ReportFindInPageSelection()
605 IntSize current_document_size = OwnerFrame().DocumentSize(); in UpdateFindMatchRects()
706 OwnerFrame().ViewImpl()->SetFocusedFrame(&OwnerFrame()); in SelectFindMatch()
715 OwnerFrame().GetFrame()->Selection().Clear(); in SelectFindMatch()
718 OwnerFrame().GetFrame()->GetDocument()->ClearFocusedElement(); in SelectFindMatch()
748 active_match_rect = OwnerFrame().GetFrameView()->ConvertToRootFrame( in SelectFindMatch()
750 OwnerFrame().LocalRoot()->FrameWidget()->ZoomToFindInPageRect( in SelectFindMatch()
778 Document* document = OwnerFrame().GetFrame()->GetDocument(); in SetMarkerActive()
786 LocalFrame* frame = OwnerFrame().GetFrame(); in UnmarkAllTextMatches()
818 OwnerFrame().GetFrame()->ContentLayoutObject()->InvalidatePaintForTickmarks(); in InvalidatePaintForTickmarks()
857 OwnerFrame() in FireBeforematchEvent()
921 OwnerFrame().LocalRoot()->FrameWidget()->ZoomToFindInPageRect( in Scroll()
922 OwnerFrame().GetFrameView()->ConvertToRootFrame( in Scroll()
932 OwnerFrame().GetFrame()->GetDocument()->Markers(); in Scroll()