Home
last modified time | relevance | path

Searched refs:EditorState (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DEditorState.h34 struct EditorState { struct
35 EditorState() in EditorState() function
56 template<> struct ArgumentCoder<WebKit::EditorState> : SimpleArgumentCoder<WebKit::EditorState> { }; argument
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h109 struct EditorState;
219 EditorState editorState() const;
324 …selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, EditorState& newState);
325 void confirmComposition(EditorState& newState);
326 …int64_t replacementRangeStart, uint64_t replacementRangeEnd, bool& handled, EditorState& newState);
332 …uteKeypressCommands(const Vector<WebCore::KeypressCommand>&, bool& handled, EditorState& newState);
DWebPage.messages.in188 …nd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd) -> (WebKit::EditorState newState)
189 ConfirmComposition() -> (WebKit::EditorState newState)
190 …eplacementRangeStart, uint64_t replacementRangeEnd) -> (bool handled, WebKit::EditorState newState)
196 …nds(Vector<WebCore::KeypressCommand> savedCommands) -> (bool handled, WebKit::EditorState newState)
DWebPage.cpp324 EditorState WebPage::editorState() const in editorState()
329 EditorState result; in editorState()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h100 struct EditorState;
250 const EditorState& editorState() const { return m_editorState; } in editorState()
592 void editorStateChanged(const EditorState&);
610 …void interpretQueuedKeyEvent(const EditorState&, bool& handled, Vector<WebCore::KeypressCommand>&);
766 EditorState m_editorState;
DWebPageProxy.messages.in150 EditorStateChanged(WebKit::EditorState editorState)
208 …InterpretQueuedKeyEvent(WebKit::EditorState state) -> (bool handled, Vector<WebCore::KeypressComma…
DWebPageProxy.cpp2145 void WebPageProxy::editorStateChanged(const EditorState& editorState) in editorStateChanged()
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm32 #import "EditorState.h"
224 … selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, EditorState& newState)
241 void WebPage::confirmComposition(EditorState& newState)
250 …uint64_t replacementRangeStart, uint64_t replacementRangeEnd, bool& handled, EditorState& newState)
389 …essCommands(const Vector<WebCore::KeypressCommand>& commands, bool& handled, EditorState& newState)
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPageProxyMac.mm32 #import "EditorState.h"
230 void WebPageProxy::interpretQueuedKeyEvent(const EditorState& state, bool& handled, Vector<WebCore:…
/external/webkit/Source/WebKit2/
DGNUmakefile.am187 Source/WebKit2/Shared/EditorState.h \
DChangeLog67 Combined TextInputState and EditorState in one structure, which is updated whenever we get
75 * Shared/EditorState.h: Copied from Source/WebKit2/Shared/SelectionState.h.
76 (WebKit::EditorState::EditorState):
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj182 …A41AB512C02EC4002BE67B /* EditorState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AA41AB412C…
1058 …C02EC4002BE67B /* EditorState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2089 1AA41AB412C02EC4002BE67B /* EditorState.h */,
3590 1AA41AB512C02EC4002BE67B /* EditorState.h in Headers */,
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm33 #import "EditorState.h"