Searched refs:GetScreenCoordinates (Results 1 – 5 of 5) sorted by relevance
164 guest_->GetScreenCoordinates(embedder_bounds.origin()), size_); in GetViewBounds()332 guest_->GetScreenCoordinates(character_bounds[i].origin()), in ImeCompositionRangeChanged()356 guest_->GetScreenCoordinates(params.anchor_rect.origin())); in SelectionBoundsChanged()358 guest_->GetScreenCoordinates(params.focus_rect.origin())); in SelectionBoundsChanged()
114 guest_started_drag_->GetScreenCoordinates(gfx::Point()); in DragSourceEndedAt()
167 gfx::Point GetScreenCoordinates(const gfx::Point& relative_position) const;
352 gfx::Point BrowserPluginGuest::GetScreenCoordinates( in GetScreenCoordinates() function in content::BrowserPluginGuest
95 gfx::Point guest_coordinates = guest_->GetScreenCoordinates(gfx::Point()); in GetContainerBounds()