Searched refs:EditorState (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebKit2/Shared/ |
D | EditorState.h | 34 struct EditorState { struct 35 EditorState() in EditorState() function 56 template<> struct ArgumentCoder<WebKit::EditorState> : SimpleArgumentCoder<WebKit::EditorState> { }; argument
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.h | 109 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);
|
D | WebPage.messages.in | 188 …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)
|
D | WebPage.cpp | 324 EditorState WebPage::editorState() const in editorState() 329 EditorState result; in editorState()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.h | 100 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;
|
D | WebPageProxy.messages.in | 150 EditorStateChanged(WebKit::EditorState editorState) 208 …InterpretQueuedKeyEvent(WebKit::EditorState state) -> (bool handled, Vector<WebCore::KeypressComma…
|
D | WebPageProxy.cpp | 2145 void WebPageProxy::editorStateChanged(const EditorState& editorState) in editorStateChanged()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 32 #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/ |
D | WebPageProxyMac.mm | 32 #import "EditorState.h" 230 void WebPageProxy::interpretQueuedKeyEvent(const EditorState& state, bool& handled, Vector<WebCore:…
|
/external/webkit/Source/WebKit2/ |
D | GNUmakefile.am | 187 Source/WebKit2/Shared/EditorState.h \
|
D | ChangeLog | 67 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/ |
D | project.pbxproj | 182 …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/ |
D | WKView.mm | 33 #import "EditorState.h"
|