HomeSort by relevance Sort by last modified time
    Searched refs:WebPluginGeometry (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/common/
webplugin_geometry.cc 9 WebPluginGeometry::WebPluginGeometry()
15 WebPluginGeometry::~WebPluginGeometry() {
18 bool WebPluginGeometry::Equals(const WebPluginGeometry& rhs) const {
webplugin_geometry.h 17 struct WebPluginGeometry {
18 WebPluginGeometry();
19 ~WebPluginGeometry();
21 bool Equals(const WebPluginGeometry& rhs) const;
view_messages.h 234 IPC_STRUCT_TRAITS_BEGIN(content::WebPluginGeometry)
391 IPC_STRUCT_MEMBER(std::vector<content::WebPluginGeometry>,
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 59 struct WebPluginGeometry;
213 const std::vector<WebPluginGeometry>& moves) = 0;
386 const std::vector<WebPluginGeometry>& moves);
render_widget_host_view_base.cc 185 const std::vector<WebPluginGeometry>& moves) {
206 const WebPluginGeometry& move = moves[i];
316 const WebPluginGeometry& move = moves[i];
render_widget_host_view_aura.h 164 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
586 typedef std::map<HWND, WebPluginGeometry> PluginWindowMoves;
render_widget_host_view_android.h 118 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
render_widget_host_view_mac.h 261 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
render_widget_host_view_aura.cc 163 std::map<HWND, WebPluginGeometry>* geometry;
184 std::map<HWND, WebPluginGeometry>::iterator i = params->geometry->begin();
721 const std::vector<WebPluginGeometry>& plugin_window_moves) {
731 std::vector<WebPluginGeometry> moves = plugin_window_moves;
    [all...]
render_widget_host_view_android.cc 467 const std::vector<WebPluginGeometry>& moves) {
    [all...]
  /external/chromium_org/content/renderer/
render_widget.h 84 struct WebPluginGeometry;
180 void SchedulePluginMove(const WebPluginGeometry& move);
676 typedef std::vector<WebPluginGeometry> WebPluginGeometryVector;
render_widget.cc     [all...]
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 65 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
render_widget_host_view_guest.h 73 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
render_widget_host_view_child_frame.cc 140 const std::vector<WebPluginGeometry>& moves) {
render_widget_host_view_guest.cc 273 const std::vector<WebPluginGeometry>& moves) {
  /external/chromium_org/content/test/
test_render_view_host.h 96 const std::vector<WebPluginGeometry>& moves) OVERRIDE {}
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 314 WebPluginGeometry geometry_;
webplugin_impl.cc 318 WebPluginGeometry new_geometry;
391 WebPluginGeometry move;
    [all...]

Completed in 1000 milliseconds