webengine/osswebengine/WebKit/s60/webcoresupport/WebEditorClient.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    95      void updateSpellingUIWithMisspelledWord(const WebCore::String&);
    95      void updateSpellingUIWithMisspelledWord(const WebCore::String&);
    96      void showSpellingUI(bool show);
    96      void showSpellingUI(bool show);
    97      bool spellingUIIsShowing();
    97      bool spellingUIIsShowing();
    98      void getGuessesForWord(const WebCore::String&, Vector<WebCore::String>& guesses);     
    98      void getGuessesForWord(const WebCore::String&, Vector<WebCore::String>& guesses);     
    99      void setInputMethodState(bool enabled);
    99      void setInputMethodState(bool enabled);
   100      void preFocusChange(WebCore::Node* oldNode, WebCore::Node* newNode);
   100 
   101      
       
   102 private:
   101 private:
   103     void handleInsertText(WebCore::Frame* frame, const WebCore::String& text);
   102     void handleInsertText(WebCore::Frame* frame, const WebCore::String& text);
   104     void handleDeleteText(WebCore::Frame* frame);
   103     void handleDeleteText(WebCore::Frame* frame);
   105 
   104 
   106 private:
   105 private: