HomeSort by relevance Sort by last modified time
    Searched defs:plugin_rect (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host_unittest.cc 43 const PP_Rect& plugin_rect) {
44 renderer_view_data_.rect = plugin_rect;
76 gfx::Rect plugin_rect(PP_ToGfxRect(renderer_view_data_.rect));
78 plugin_rect,
79 gfx::Rect(0, 0, plugin_rect.width(), plugin_rect.height()));
83 PP_Rect plugin_rect = renderer_view_data_.rect; local
84 int width = plugin_rect.point.x + plugin_rect.size.width;
85 int height = plugin_rect.point.y + plugin_rect.size.height
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 194 gfx::Rect plugin_rect() const { return plugin_rect_; } function in class:content::BrowserPlugin
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 138 gfx::Rect plugin_rect = delegate_->GetRect(); local
139 plugin_rect.set_origin(gfx::Point(0, 0));
140 plugin_rect.Intersect(rect);
141 const gfx::Rect invalidate_rect(plugin_rect);

Completed in 367 milliseconds