WebPluginGeometry  145 content/browser/frame_host/render_widget_host_view_child_frame.cc     const std::vector<WebPluginGeometry>& moves) {
WebPluginGeometry   65 content/browser/frame_host/render_widget_host_view_child_frame.h       const std::vector<WebPluginGeometry>& moves) OVERRIDE;
WebPluginGeometry  281 content/browser/frame_host/render_widget_host_view_guest.cc     const std::vector<WebPluginGeometry>& moves) {
WebPluginGeometry   73 content/browser/frame_host/render_widget_host_view_guest.h       const std::vector<WebPluginGeometry>& moves) OVERRIDE;
WebPluginGeometry   62 content/browser/renderer_host/gtk_plugin_container_manager.cc     const WebPluginGeometry& move) {
WebPluginGeometry   16 content/browser/renderer_host/gtk_plugin_container_manager.h struct WebPluginGeometry;
WebPluginGeometry   35 content/browser/renderer_host/gtk_plugin_container_manager.h   void MovePluginContainer(const WebPluginGeometry& move);
WebPluginGeometry  285 content/browser/renderer_host/render_widget_host_view_android.cc     const std::vector<WebPluginGeometry>& moves) {
WebPluginGeometry   88 content/browser/renderer_host/render_widget_host_view_android.h       const std::vector<WebPluginGeometry>& moves) OVERRIDE;
WebPluginGeometry  166 content/browser/renderer_host/render_widget_host_view_aura.cc   std::map<HWND, WebPluginGeometry>* geometry;
WebPluginGeometry  187 content/browser/renderer_host/render_widget_host_view_aura.cc     std::map<HWND, WebPluginGeometry>::iterator i = params->geometry->begin();
WebPluginGeometry  819 content/browser/renderer_host/render_widget_host_view_aura.cc     const std::vector<WebPluginGeometry>& plugin_window_moves) {
WebPluginGeometry  829 content/browser/renderer_host/render_widget_host_view_aura.cc   std::vector<WebPluginGeometry> moves = plugin_window_moves;
WebPluginGeometry  170 content/browser/renderer_host/render_widget_host_view_aura.h       const std::vector<WebPluginGeometry>& moves) OVERRIDE;
WebPluginGeometry  748 content/browser/renderer_host/render_widget_host_view_aura.h   typedef std::map<HWND, WebPluginGeometry> PluginWindowMoves;
WebPluginGeometry  205 content/browser/renderer_host/render_widget_host_view_base.cc     const std::vector<WebPluginGeometry>& moves) {
WebPluginGeometry  226 content/browser/renderer_host/render_widget_host_view_base.cc     const WebPluginGeometry& move = moves[i];
WebPluginGeometry  336 content/browser/renderer_host/render_widget_host_view_base.cc       const WebPluginGeometry& move = moves[i];
WebPluginGeometry  120 content/browser/renderer_host/render_widget_host_view_base.h       const std::vector<WebPluginGeometry>& moves);
WebPluginGeometry  755 content/browser/renderer_host/render_widget_host_view_gtk.cc     const std::vector<WebPluginGeometry>& moves) {
WebPluginGeometry   78 content/browser/renderer_host/render_widget_host_view_gtk.h       const std::vector<WebPluginGeometry>& moves) OVERRIDE;
WebPluginGeometry  267 content/browser/renderer_host/render_widget_host_view_mac.h       const std::vector<WebPluginGeometry>& moves) OVERRIDE;
WebPluginGeometry  229 content/common/view_messages.h IPC_STRUCT_TRAITS_BEGIN(content::WebPluginGeometry)
WebPluginGeometry  431 content/common/view_messages.h   IPC_STRUCT_MEMBER(std::vector<content::WebPluginGeometry>,
WebPluginGeometry    9 content/common/webplugin_geometry.cc WebPluginGeometry::WebPluginGeometry()
WebPluginGeometry   15 content/common/webplugin_geometry.cc WebPluginGeometry::~WebPluginGeometry() {
WebPluginGeometry   18 content/common/webplugin_geometry.cc bool WebPluginGeometry::Equals(const WebPluginGeometry& rhs) const {
WebPluginGeometry   18 content/common/webplugin_geometry.h   WebPluginGeometry();
WebPluginGeometry   19 content/common/webplugin_geometry.h   ~WebPluginGeometry();
WebPluginGeometry   21 content/common/webplugin_geometry.h   bool Equals(const WebPluginGeometry& rhs) const;
WebPluginGeometry   48 content/port/browser/render_widget_host_view_port.h struct WebPluginGeometry;
WebPluginGeometry   90 content/port/browser/render_widget_host_view_port.h       const std::vector<WebPluginGeometry>& moves) = 0;
WebPluginGeometry  319 content/renderer/npapi/webplugin_impl.cc   WebPluginGeometry new_geometry;
WebPluginGeometry  392 content/renderer/npapi/webplugin_impl.cc   WebPluginGeometry move;
WebPluginGeometry  318 content/renderer/npapi/webplugin_impl.h   WebPluginGeometry geometry_;
WebPluginGeometry 2723 content/renderer/render_widget.cc void RenderWidget::SchedulePluginMove(const WebPluginGeometry& move) {
WebPluginGeometry   76 content/renderer/render_widget.h struct WebPluginGeometry;
WebPluginGeometry  164 content/renderer/render_widget.h   void SchedulePluginMove(const WebPluginGeometry& move);
WebPluginGeometry  688 content/renderer/render_widget.h   typedef std::vector<WebPluginGeometry> WebPluginGeometryVector;
WebPluginGeometry   99 content/test/test_render_view_host.h       const std::vector<WebPluginGeometry>& moves) OVERRIDE {}