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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc114 guest_started_drag_->GetScreenCoordinates(gfx::Point());
H A Dbrowser_plugin_guest.h167 gfx::Point GetScreenCoordinates(const gfx::Point& relative_position) const;
H A Dbrowser_plugin_guest.cc352 gfx::Point BrowserPluginGuest::GetScreenCoordinates( function in class:content::BrowserPluginGuest
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc164 guest_->GetScreenCoordinates(embedder_bounds.origin()), size_);
332 guest_->GetScreenCoordinates(character_bounds[i].origin()),
356 guest_->GetScreenCoordinates(params.anchor_rect.origin()));
358 guest_->GetScreenCoordinates(params.focus_rect.origin()));
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_guest.cc95 gfx::Point guest_coordinates = guest_->GetScreenCoordinates(gfx::Point());

Completed in 2331 milliseconds