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 224 IPC_STRUCT_TRAITS_BEGIN(content::WebPluginGeometry)
410 IPC_STRUCT_MEMBER(std::vector<content::WebPluginGeometry>,
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 58 struct WebPluginGeometry;
210 const std::vector<WebPluginGeometry>& moves) = 0;
368 const std::vector<WebPluginGeometry>& moves);
render_widget_host_view_base.cc 186 const std::vector<WebPluginGeometry>& moves) {
207 const WebPluginGeometry& move = moves[i];
317 const WebPluginGeometry& move = moves[i];
render_widget_host_view_aura.h 160 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
558 typedef std::map<HWND, WebPluginGeometry> PluginWindowMoves;
render_widget_host_view_android.h 92 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
render_widget_host_view_mac.h 272 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
render_widget_host_view_aura.cc 161 std::map<HWND, WebPluginGeometry>* geometry;
182 std::map<HWND, WebPluginGeometry>::iterator i = params->geometry->begin();
681 const std::vector<WebPluginGeometry>& plugin_window_moves) {
691 std::vector<WebPluginGeometry> moves = plugin_window_moves;
    [all...]
render_widget_host_view_android.cc 348 const std::vector<WebPluginGeometry>& moves) {
    [all...]
  /external/chromium_org/content/renderer/
render_widget.h 77 struct WebPluginGeometry;
170 void SchedulePluginMove(const WebPluginGeometry& move);
629 typedef std::vector<WebPluginGeometry> WebPluginGeometryVector;
render_widget.cc     [all...]
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 66 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
render_widget_host_view_guest.h 70 const std::vector<WebPluginGeometry>& moves) OVERRIDE;
render_widget_host_view_child_frame.cc 135 const std::vector<WebPluginGeometry>& moves) {
render_widget_host_view_guest.cc 278 const std::vector<WebPluginGeometry>& moves) {
  /external/chromium_org/content/test/
test_render_view_host.h 97 const std::vector<WebPluginGeometry>& moves) OVERRIDE {}
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 318 WebPluginGeometry geometry_;
webplugin_impl.cc 319 WebPluginGeometry new_geometry;
392 WebPluginGeometry move;
    [all...]

Completed in 365 milliseconds