HomeSort by relevance Sort by last modified time
    Searched refs:m_editorState (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 146 process()->sendSync(Messages::WebPage::SetComposition(text, underlines, selectionStart, selectionEnd, replacementRangeStart, replacementRangeEnd), Messages::WebPage::SetComposition::Reply(m_editorState), m_pageID);
151 process()->sendSync(Messages::WebPage::ConfirmComposition(), Messages::WebPage::ConfirmComposition::Reply(m_editorState), m_pageID);
157 process()->sendSync(Messages::WebPage::InsertText(text, replacementRangeStart, replacementRangeEnd), Messages::WebPage::InsertText::Reply(handled, m_editorState), m_pageID);
193 process()->sendSync(Messages::WebPage::ExecuteKeypressCommands(commands), Messages::WebPage::ExecuteKeypressCommands::Reply(result, m_editorState), m_pageID);
232 m_editorState = state;
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 250 const EditorState& editorState() const { return m_editorState; }
252 bool hasSelectedRange() const { return m_editorState.selectionIsRange; }
253 bool isContentEditable() const { return m_editorState.isContentEditable; }
    [all...]
WebPageProxy.cpp     [all...]

Completed in 32 milliseconds