Searched defs:editor (Results 1 – 8 of 8) sorted by relevance
146 EditorClientAndroid* editor = new EditorClientAndroid; in main() local
483 WebCore::Editor *editor = page->focusController()->focusedOrMainFrame()->editor(); in updateAction() local807 WebCore::Editor* editor = frame->editor(); in keyPressEvent() local963 WebCore::Editor *editor = frame->editor(); in inputMethodEvent() local985 WebCore::Editor* editor = frame->editor(); in shortcutOverrideEvent() local1551 WebCore::Editor *editor = frame->editor(); in triggerAction() local
59 Editor* editor = targetFrame->editor(); in imContextCommitted() local68 Editor* editor = frame->editor(); in imContextPreeditChanged() local
569 LineEditor* editor = LineEditor::Get(); in RunShell() local
3803 Editor* editor = m_page->focusController()->focusedOrMainFrame()->editor(); in cutEnabled() local3811 Editor* editor = m_page->focusController()->focusedOrMainFrame()->editor(); in copyEnabled() local3819 Editor* editor = m_page->focusController()->focusedOrMainFrame()->editor(); in pasteEnabled() local3908 Editor* editor = m_page->focusController()->focusedOrMainFrame()->editor(); in deleteSelection() local
331 Editor* Frame::editor() const in editor() function in WebCore::Frame
487 Editor* editor = webView->priv->corePage->focusController()->focusedOrMainFrame()->editor(); in webkit_web_view_button_press_event() local
2236 static void markMisspellingsOrBadGrammar(Editor* editor, const VisibleSelection& selection, bool ch… in markMisspellingsOrBadGrammar()