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

  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_gles20.mm 29 window_rect_(),
41 GetWindowRect(window_rect_);
102 window_width_ = window_rect_.right - window_rect_.left;
103 window_height_ = window_rect_.bottom - window_rect_.top;
188 if (GetWindowRect(window_rect_) == -1) {
192 if (window_width_ != (window_rect_.right - window_rect_.left) ||
193 window_height_ != (window_rect_.bottom - window_rect_.top))
    [all...]
video_render_ios_gles20.h 71 Rect window_rect_; member in class:webrtc::VideoRenderIosGles20
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 767 if (window_rect_ == window_rect && clip_rect_ == clip_rect)
776 if (window_rect.size() != window_rect_.size()) {
789 window_rect_ = window_rect;
815 window_.height = window_rect_.height();
816 window_.width = window_rect_.width();
    [all...]
webplugin_delegate_impl.h 133 gfx::Rect GetRect() const { return window_rect_; }
311 gfx::Rect window_rect_; member in class:content::WebPluginDelegateImpl
372 // Sets window_rect_ to |rect|

Completed in 89 milliseconds