webengine/osswebengine/WebCore/page/symbian/WebCoreFrameBridge.h
changeset 15 60c5402cb945
parent 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
11:c8a366e56285 15:60c5402cb945
    85     void setNeedsLayout();                    
    85     void setNeedsLayout();                    
    86     void updateFocusableRectList();
    86     void updateFocusableRectList();
    87     void updateThumbnail();
    87     void updateThumbnail();
    88     Vector<WebCore::IntRect>* focusableRectList() { return &m_focusableNodeList; }
    88     Vector<WebCore::IntRect>* focusableRectList() { return &m_focusableNodeList; }
    89     bool searchFor(TPtrC string, bool forward, bool caseSensitive, bool wrapFlag, bool startInSelection);
    89     bool searchFor(TPtrC string, bool forward, bool caseSensitive, bool wrapFlag, bool startInSelection);
    90     bool getTypeFromElement(WebCore::Node* node, TBrCtlDefs::TBrCtlElementType& aElType, TRect& aFocusRect) const;
    90     bool getTypeFromElement(WebCore::Node* node, TBrCtlDefs::TBrCtlElementType& aElType, TRect& aFocusRect, WebCore::Node*& aRNode) const;
    91     
    91     
    92     virtual ~WebCoreFrameBridge();
    92     virtual ~WebCoreFrameBridge();
    93 
    93 
    94     int textZoomPercent() const;
    94     int textZoomPercent() const;
    95     void scalingFactorChanged(int factor);
    95     void scalingFactorChanged(int factor);