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

  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc 168 if (window_rect == window_rect_ && clip_rect == clip_rect_)
171 window_rect_ = window_rect;
191 if (window_rect_.width() <= 0 || window_rect_.height() <= 0) {
203 window_.height = window_rect_.height();
204 window_.width = window_rect_.width();
205 window_.x = window_rect_.x();
206 window_.y = window_rect_.y();
220 if (window_rect == window_rect_ && clip_rect == clip_rect_)
224 window_rect_ = window_rect
    [all...]
webplugin_delegate_impl_win.cc 802 if (window_rect_ == window_rect && clip_rect_ == clip_rect)
811 if (window_rect.size() != window_rect_.size()) {
824 window_rect_ = window_rect;
850 window_.height = window_rect_.height();
851 window_.width = window_rect_.width();
    [all...]
webplugin_delegate_impl.h 138 gfx::Rect GetRect() const { return window_rect_; }
343 gfx::Rect window_rect_; member in class:content::WebPluginDelegateImpl
406 // Sets window_rect_ to |rect|

Completed in 25 milliseconds