OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clip_rect_window
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc
358
gfx::Rect
clip_rect_window
= clip_rect_;
local
359
clip_rect_window
.Offset(window_rect_.x(), window_rect_.y());
360
draw_rect.Intersect(
clip_rect_window
);
Completed in 155 milliseconds