webengine/osswebengine/WebKit/s60/plugins/PluginSkin.h
changeset 13 10e98eab6f85
parent 0 dd21522fd290
child 16 a359256acfc6
equal deleted inserted replaced
8:7c90e6132015 13:10e98eab6f85
   377         
   377         
   378         HBufC8* url() { return m_url; }
   378         HBufC8* url() { return m_url; }
   379         
   379         
   380         void playPluginContent(const TDesC8& aRequestUrl) {};
   380         void playPluginContent(const TDesC8& aRequestUrl) {};
   381 
   381 
   382         void viewFocusChanged(TBool focused);
       
   383         
       
   384         void positionChanged();
   382         void positionChanged();
   385 
   383 
   386         void stopPluginContent(const TDesC8& aRequestUrl) {};
   384         void stopPluginContent(const TDesC8& aRequestUrl) {};
   387 
   385 
   388         void *pluginScriptableObject(); 
   386         void *pluginScriptableObject(); 
   428         *
   426         *
   429         * @since 3.2
   427         * @since 3.2
   430         * @return Bool.
   428         * @return Bool.
   431         */
   429         */
   432         TBool RunScript(); 
   430         TBool RunScript(); 
   433         void handlePluginForeground(TBool focus);       
       
   434   private:  // private member data
   431   private:  // private member data
   435         void setPluginWinClipedRect();
   432         void setPluginWinClipedRect();
   436         TRect frameVisibleRect() const;
   433         TRect frameVisibleRect() const;
   437         void Close();
   434         void Close();
   438         
   435