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

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 61 bool result = m_page->injectedBundleEditorClient().shouldDeleteRange(m_page, range);
124 bool result = m_page->injectedBundleEditorClient().shouldBeginEditing(m_page, range);
131 bool result = m_page->injectedBundleEditorClient().shouldEndEditing(m_page, range);
138 bool result = m_page->injectedBundleEditorClient().shouldInsertNode(m_page, node, rangeToReplace, action);
145 bool result = m_page->injectedBundleEditorClient().shouldInsertText(m_page, text.impl(), rangeToReplace, action);
152 bool result = m_page->injectedBundleEditorClient().shouldChangeSelectedRange(m_page, fromRange, toRange, affinity, stillSelecting);
159 bool result = m_page->injectedBundleEditorClient().shouldApplyStyle(m_page, style, range);
174 m_page->injectedBundleEditorClient().didBeginEditing(m_page, WebViewDidBeginEditingNotification.impl());
181 m_page->injectedBundleEditorClient().didChange(m_page, WebViewDidChangeNotification.impl());
188 m_page->injectedBundleEditorClient().didChangeSelection(m_page, WebViewDidChangeSelectionNotification.impl())
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 204 InjectedBundlePageEditorClient& injectedBundleEditorClient() { return m_editorClient; }

Completed in 21 milliseconds