Home
last modified time | relevance | path

Searched refs:GetScreenCoordinates (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.cc164 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()
/external/chromium_org/content/browser/browser_plugin/
Dbrowser_plugin_embedder.cc114 guest_started_drag_->GetScreenCoordinates(gfx::Point()); in DragSourceEndedAt()
Dbrowser_plugin_guest.h167 gfx::Point GetScreenCoordinates(const gfx::Point& relative_position) const;
Dbrowser_plugin_guest.cc352 gfx::Point BrowserPluginGuest::GetScreenCoordinates( in GetScreenCoordinates() function in content::BrowserPluginGuest
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_guest.cc95 gfx::Point guest_coordinates = guest_->GetScreenCoordinates(gfx::Point()); in GetContainerBounds()