webengine/osswebengine/WebKit/s60/webview/WebFrameView.h
branchRCL_3
changeset 42 a1a5d4e727e8
parent 15 60c5402cb945
child 47 e1bea15f9a39
equal deleted inserted replaced
41:4bd5176e1bc8 42:a1a5d4e727e8
   102     
   102     
   103     void checkScrollbarVisibility();
   103     void checkScrollbarVisibility();
   104     int getBidiWidth();
   104     int getBidiWidth();
   105     bool needScroll(const TPoint& aPoint);
   105     bool needScroll(const TPoint& aPoint);
   106 private:
   106 private:
       
   107     void moveFocus();
       
   108 
   107     WebFrameView(const WebFrameView&);            // not implemented
   109     WebFrameView(const WebFrameView&);            // not implemented
   108     WebFrameView& operator=(const WebFrameView&); // not implemented
   110     WebFrameView& operator=(const WebFrameView&); // not implemented
   109     
   111     
   110     RefPtr<WebFrame>        m_frame;            // the frame associated with this view
   112     RefPtr<WebFrame>        m_frame;            // the frame associated with this view
   111     WebView*                m_topView;          // the top drawable view
   113     WebView*                m_topView;          // the top drawable view