webengine/osswebengine/WebCore/platform/symbian/StaticObjectsContainer.h
changeset 1 7c90e6132015
parent 0 dd21522fd290
child 5 10e98eab6f85
equal deleted inserted replaced
0:dd21522fd290 1:7c90e6132015
    64     LogStream& logStream();
    64     LogStream& logStream();
    65     WebSurface* webSurface();
    65     WebSurface* webSurface();
    66     WebCursor* webCursor();
    66     WebCursor* webCursor();
    67     WebCannedImages* webCannedImages();
    67     WebCannedImages* webCannedImages();
    68     PluginHandler* pluginHandler();
    68     PluginHandler* pluginHandler();
       
    69     void setPluginFullscreen(bool val) { m_pluginFullscreen = val; }
       
    70     bool isPluginFullscreen() { return m_pluginFullscreen; }
    69 
    71 
    70     virtual ~StaticObjectsContainer();
    72     virtual ~StaticObjectsContainer();
    71 
    73 
    72     void ref(CBrCtl& brctl);
    74     void ref(CBrCtl& brctl);
    73     void deref(CBrCtl& brctl);
    75     void deref(CBrCtl& brctl);
    96     int                     m_refcount;
    98     int                     m_refcount;
    97     unsigned int            m_capabilities;
    99     unsigned int            m_capabilities;
    98     Vector<CBrCtl*>         m_activeBrCtls;
   100     Vector<CBrCtl*>         m_activeBrCtls;
    99     OOMHandler*             m_oomHandler;
   101     OOMHandler*             m_oomHandler;
   100     bool                    m_fullScreenMode;
   102     bool                    m_fullScreenMode;
       
   103     bool                    m_pluginFullscreen;
   101 };
   104 };
   102 
   105 
   103 }
   106 }
   104 
   107 
   105 #endif //!__STATICOBJECTCONTAINER_H__
   108 #endif //!__STATICOBJECTCONTAINER_H__