Home
last modified time | relevance | path

Searched refs:editorState (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm538 …eboardTypes::forSelection() containsObject:sendType] && !_data->_page->editorState().selectionIsNo…
542 …else if ([PasteboardTypes::forEditing() containsObject:returnType] && _data->_page->editorState().…
544 …isValidReturnType = _data->_page->editorState().isContentRichlyEditable || [returnType isEqualToSt…
629 return _data->_page->editorState().isContentEditable;
633 return _data->_page->editorState().isContentEditable;
651 return _data->_page->editorState().isContentEditable;
657 return _data->_page->editorState().isContentEditable;
663 return _data->_page->editorState().isContentEditable;
669 return _data->_page->editorState().isContentEditable;
675 return _data->_page->editorState().isContentEditable;
[all …]
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm185 …s::shared().connection()->sendSync(Messages::WebPageProxy::InterpretQueuedKeyEvent(editorState()),
238 newState = editorState();
247 newState = editorState();
269 newState = editorState();
392 newState = editorState();
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp1151 if (m_page->editorState().hasComposition && !hasChanged) in compositionSelectionChanged()
1259 if (!m_page->editorState().isContentEditable) in onIMEComposition()
1302 if (m_page->editorState().hasComposition) in onIMEEndComposition()
1313 if (charPos->dwCharPos && !m_page->editorState().hasComposition) in onIMERequestCharPosition()
1345 if (!m_page->editorState().isContentEditable) in onIMERequest()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp193 m_page->send(Messages::WebPageProxy::EditorStateChanged(m_page->editorState())); in respondToChangedSelection()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.messages.in150 EditorStateChanged(WebKit::EditorState editorState)
DWebPageProxy.cpp2145 void WebPageProxy::editorStateChanged(const EditorState& editorState) in editorStateChanged() argument
2148 …bool couldChangeSecureInputState = m_editorState.isInPasswordField != editorState.isInPasswordFiel… in editorStateChanged()
2151 m_editorState = editorState; in editorStateChanged()
2155 if (editorState.selectionIsNone) in editorStateChanged()
DWebPageProxy.h250 const EditorState& editorState() const { return m_editorState; } in editorState() function
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h219 EditorState editorState() const;
DWebPage.cpp324 EditorState WebPage::editorState() const in editorState() function in WebKit::WebPage
/external/webkit/Source/WebKit2/
DChangeLog102 (WebKit::WebPageProxy::editorState):
124 (WebKit::WebPage::editorState):