OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_ToGfxRect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/pepper/
gfx_conversion.h
28
inline gfx::Rect
PP_ToGfxRect
(const PP_Rect& r) {
pepper_graphics_2d_host_unittest.cc
78
gfx::Rect plugin_rect(
PP_ToGfxRect
(renderer_view_data_.rect));
pepper_plugin_instance_impl.cc
[
all
...]
pepper_graphics_2d_host.cc
713
gfx::Rect clip =
PP_ToGfxRect
(bound_instance_->view_data().clip_rect);
Completed in 455 milliseconds