Lines Matching refs:WebPage
39 bool InjectedBundlePageEditorClient::shouldBeginEditing(WebPage* page, Range* range) in shouldBeginEditing()
48 bool InjectedBundlePageEditorClient::shouldEndEditing(WebPage* page, Range* range) in shouldEndEditing()
57 bool InjectedBundlePageEditorClient::shouldInsertNode(WebPage* page, Node* node, Range* rangeToRepl… in shouldInsertNode()
67 bool InjectedBundlePageEditorClient::shouldInsertText(WebPage* page, StringImpl* text, Range* range… in shouldInsertText()
76 bool InjectedBundlePageEditorClient::shouldDeleteRange(WebPage* page, Range* range) in shouldDeleteRange()
85 bool InjectedBundlePageEditorClient::shouldChangeSelectedRange(WebPage* page, Range* fromRange, Ran… in shouldChangeSelectedRange()
95 bool InjectedBundlePageEditorClient::shouldApplyStyle(WebPage* page, CSSStyleDeclaration* style, Ra… in shouldApplyStyle()
104 void InjectedBundlePageEditorClient::didBeginEditing(WebPage* page, StringImpl* notificationName) in didBeginEditing()
110 void InjectedBundlePageEditorClient::didEndEditing(WebPage* page, StringImpl* notificationName) in didEndEditing()
116 void InjectedBundlePageEditorClient::didChange(WebPage* page, StringImpl* notificationName) in didChange()
122 void InjectedBundlePageEditorClient::didChangeSelection(WebPage* page, StringImpl* notificationName) in didChangeSelection()