webengine/osswebengine/WebKit/s60/webview/WebFrame.h
branchRCL_3
changeset 47 e1bea15f9a39
parent 44 800203832575
child 48 79859ed3eea9
equal deleted inserted replaced
46:30342f40acbf 47:e1bea15f9a39
   108     void makeVisiblePlugins(TBool visible);
   108     void makeVisiblePlugins(TBool visible);
   109     bool executeScript(const WebCore::String& script);
   109     bool executeScript(const WebCore::String& script);
   110     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
   110     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
   111 
   111 
   112 	void ScrollOrPinchStatus(bool status);
   112 	void ScrollOrPinchStatus(bool status);
       
   113 	
       
   114 	/**
       
   115     * Notify Flash Plugin FocusChangeEvent 
       
   116     */
       
   117 	void notifyPluginFocusChangeEvent(TBool visible);
   113 
   118 
   114 private:
   119 private:
   115     WebFrame(const WebFrame&);                    // not implemented
   120     WebFrame(const WebFrame&);                    // not implemented
   116     WebFrame& operator=(const WebFrame&);         // not implemented    
   121     WebFrame& operator=(const WebFrame&);         // not implemented    
   117 
   122