Searched refs:shouldApplyStyle (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageEditorClient.h88 WKBundlePageShouldApplyStyle shouldApplyStyle; member in struct:WKBundlePageEditorClientV0
105 WKBundlePageShouldApplyStyle shouldApplyStyle; member in struct:WKBundlePageEditorClientV1
129 WKBundlePageShouldApplyStyle shouldApplyStyle; member in struct:WKBundlePageEditorClient
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.h62 bool shouldApplyStyle(WebPage*, WebCore::CSSStyleDeclaration*, WebCore::Range*);
H A DInjectedBundlePageEditorClient.cpp98 bool InjectedBundlePageEditorClient::shouldApplyStyle(WebPage* page, CSSStyleDeclaration* style, Range* range) function in class:WebKit::InjectedBundlePageEditorClient
100 if (m_client.shouldApplyStyle) {
102 return m_client.shouldApplyStyle(toAPI(page), toAPI(style), toAPI(rangeHandle.get()), m_client.base.clientInfo);
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebEditingDelegate.h54 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range;
H A DWebHTMLView.mm5112 if ([[webView _editingDelegateForwarder] webView:webView shouldApplyStyle:style toElementsInDOMRange:range]) {
/macosx-10.10.1/WebKit-7600.1.25/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m85 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.h67 bool shouldApplyStyle(WebCore::StyleProperties*, WebCore::Range*);
H A DWebEditorClient.cpp287 bool WebEditorClient::shouldApplyStyle(StyleProperties* /*style*/, Range* /*toElementsInDOMRange*/) function in class:WebEditorClient
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.h57 virtual bool shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*) override;
H A DEditorClientWinCE.cpp104 bool EditorClientWinCE::shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*) function in class:WebKit::EditorClientWinCE
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebEditingDelegate.idl133 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range;
135 HRESULT shouldApplyStyle([in] IWebView* webView, [in] IDOMCSSStyleDeclaration* style, [in] IDOMRange* range, [out, retval] BOOL* result);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h61 virtual bool shouldApplyStyle(WebCore::StyleProperties*, WebCore::Range*) override;
H A DWebEditorClient.cpp159 bool WebEditorClient::shouldApplyStyle(StyleProperties* style, Range* range) function in class:WebKit::WebEditorClient
162 bool result = m_page->injectedBundleEditorClient().shouldApplyStyle(m_page, mutableStyle->ensureCSSStyleDeclaration(), range);
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.h67 virtual bool shouldApplyStyle(WebCore::StyleProperties*, WebCore::Range*) override;
H A DWebEditorClient.mm264 bool WebEditorClient::shouldApplyStyle(StyleProperties* style, Range* range)
268 shouldApplyStyle:kit(mutableStyle->ensureCSSStyleDeclaration()) toElementsInDOMRange:kit(range)];

Completed in 206 milliseconds