Home
last modified time | relevance | path

Searched refs:m_editorState (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPageProxyMac.mm146 …ngeStart, replacementRangeEnd), Messages::WebPage::SetComposition::Reply(m_editorState), m_pageID);
151 …Page::ConfirmComposition(), Messages::WebPage::ConfirmComposition::Reply(m_editorState), m_pageID);
157 …art, replacementRangeEnd), Messages::WebPage::InsertText::Reply(handled, m_editorState), m_pageID);
193 …nds(commands), Messages::WebPage::ExecuteKeypressCommands::Reply(result, m_editorState), m_pageID);
232 m_editorState = state;
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h250 const EditorState& editorState() const { return m_editorState; } in editorState()
252 bool hasSelectedRange() const { return m_editorState.selectionIsRange; } in hasSelectedRange()
253 bool isContentEditable() const { return m_editorState.isContentEditable; } in isContentEditable()
766 EditorState m_editorState; variable
DWebPageProxy.cpp2148 …bool couldChangeSecureInputState = m_editorState.isInPasswordField != editorState.isInPasswordFiel… in editorStateChanged()
2151 m_editorState = editorState; in editorStateChanged()