HomeSort by relevance Sort by last modified time
    Searched full:cached_clip_rect_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_mac.mm 413 cached_clip_rect_ = clip_rect;
414 if (container_is_visible_) // Remove check when cached_clip_rect_ is removed.
587 // <http://crbug.com/34266>. When that is fixed, the cached_clip_rect_ code
590 clip_rect_ = cached_clip_rect_;
597 // off screen (i.e., cached_clip_rect_ is empty), then container visibility
599 if (!cached_clip_rect_.IsEmpty()) {
webplugin_delegate_impl.h 419 gfx::Rect cached_clip_rect_; member in class:content::WebPluginDelegateImpl

Completed in 110 milliseconds