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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageEditorClient.cpp 27 #include "InjectedBundlePageEditorClient.h"
39 bool InjectedBundlePageEditorClient::shouldBeginEditing(WebPage* page, Range* range)
48 bool InjectedBundlePageEditorClient::shouldEndEditing(WebPage* page, Range* range)
57 bool InjectedBundlePageEditorClient::shouldInsertNode(WebPage* page, Node* node, Range* rangeToReplace, EditorInsertAction action)
67 bool InjectedBundlePageEditorClient::shouldInsertText(WebPage* page, StringImpl* text, Range* rangeToReplace, EditorInsertAction action)
76 bool InjectedBundlePageEditorClient::shouldDeleteRange(WebPage* page, Range* range)
85 bool InjectedBundlePageEditorClient::shouldChangeSelectedRange(WebPage* page, Range* fromRange, Range* toRange, EAffinity affinity, bool stillSelecting)
95 bool InjectedBundlePageEditorClient::shouldApplyStyle(WebPage* page, CSSStyleDeclaration* style, Range* range)
104 void InjectedBundlePageEditorClient::didBeginEditing(WebPage* page, StringImpl* notificationName)
110 void InjectedBundlePageEditorClient::didEndEditing(WebPage* page, StringImpl* notificationName
    [all...]
InjectedBundlePageEditorClient.h 46 class InjectedBundlePageEditorClient : public APIClient<WKBundlePageEditorClient> {
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 35 #include "InjectedBundlePageEditorClient.h"
204 InjectedBundlePageEditorClient& injectedBundleEditorClient() { return m_editorClient; }
609 InjectedBundlePageEditorClient m_editorClient;

Completed in 4684 milliseconds