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

  /external/chromium_org/ppapi/shared_impl/
ppb_view_shared.cc 5 #include "ppapi/shared_impl/ppb_view_shared.h"
43 PPB_View_Shared::PPB_View_Shared(ResourceObjectType type,
48 PPB_View_Shared::~PPB_View_Shared() {}
50 thunk::PPB_View_API* PPB_View_Shared::AsPPB_View_API() { return this; }
52 const ViewData& PPB_View_Shared::GetData() const { return data_; }
54 PP_Bool PPB_View_Shared::GetRect(PP_Rect* viewport) const {
61 PP_Bool PPB_View_Shared::IsFullscreen() const {
65 PP_Bool PPB_View_Shared::IsVisible() const
    [all...]
ppb_view_shared.h 33 class PPAPI_SHARED_EXPORT PPB_View_Shared : public Resource,
36 PPB_View_Shared(ResourceObjectType type,
39 virtual ~PPB_View_Shared();
58 DISALLOW_COPY_AND_ASSIGN(PPB_View_Shared);

Completed in 101 milliseconds