HomeSort by relevance Sort by last modified time
    Searched defs:EditorClientEfl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 46 class EditorClientEfl : public EditorClient, public TextCheckerClient {
48 EditorClientEfl(Evas_Object *view);
49 ~EditorClientEfl();
EditorClientEfl.cpp 24 #include "EditorClientEfl.h"
43 void EditorClientEfl::willSetInputMethodState()
48 void EditorClientEfl::setInputMethodState(bool active)
53 bool EditorClientEfl::shouldDeleteRange(Range*)
59 bool EditorClientEfl::shouldShowDeleteInterface(HTMLElement*)
64 bool EditorClientEfl::isContinuousSpellCheckingEnabled()
70 bool EditorClientEfl::isGrammarCheckingEnabled()
76 int EditorClientEfl::spellCheckerDocumentTag()
82 bool EditorClientEfl::shouldBeginEditing(Range*)
88 bool EditorClientEfl::shouldEndEditing(Range*
    [all...]

Completed in 63 milliseconds