Home
last modified time | relevance | path

Searched defs:WebPluginGeometry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/common/
Dwebplugin_geometry.h17 struct WebPluginGeometry { struct
35 gfx::PluginWindowHandle window;
36 gfx::Rect window_rect;
39 gfx::Rect clip_rect;
40 std::vector<gfx::Rect> cutout_rects;
41 bool rects_valid;
42 bool visible;
Dwebplugin_geometry.cc9 WebPluginGeometry::WebPluginGeometry() in WebPluginGeometry() function in content::WebPluginGeometry