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_webplugin_impl.h 99 gfx::Rect plugin_rect_; member in class:content::PepperWebPluginImpl
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 274 gfx::Rect plugin_rect_; member in class:content::WebPluginDelegateProxy
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 191 int width() const { return plugin_rect_.width(); }
192 int height() const { return plugin_rect_.height(); }
193 gfx::Size plugin_size() const { return plugin_rect_.size(); }
194 gfx::Rect plugin_rect() const { return plugin_rect_; }
269 gfx::Rect plugin_rect_; member in class:content::BrowserPlugin

Completed in 54 milliseconds