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

12

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebEditingDelegate.h48 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.h56 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.clientInfo);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h67 virtual bool shouldApplyStyle(StylePropertySet*, Range*);
H A DEditorClientQt.cpp168 bool EditorClientQt::shouldApplyStyle(WebCore::StylePropertySet* style, WebCore::Range* range) function in class:WebCore::EditorClientQt
171 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n",
/macosx-10.9.5/WebKit-7537.78.2/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m85 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h85 virtual bool shouldApplyStyle(StylePropertySet*, Range*) = 0;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h54 virtual bool shouldApplyStyle(StylePropertySet*, Range*);
H A DEditorClientBlackBerry.cpp208 bool EditorClientBlackBerry::shouldApplyStyle(StylePropertySet*, Range*) function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h100 virtual bool shouldApplyStyle(StylePropertySet*, Range*);
H A DEditorClientEfl.cpp109 bool EditorClientEfl::shouldApplyStyle(StylePropertySet* style, Range* range) function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h91 virtual bool shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*);
H A DEditorClientGtk.cpp180 bool EditorClient::shouldApplyStyle(WebCore::StylePropertySet* set, WebCore::Range* range) function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h69 bool shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*);
H A DWebEditorClient.cpp291 bool WebEditorClient::shouldApplyStyle(StylePropertySet* /*style*/, Range* /*toElementsInDOMRange*/) function in class:WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h58 virtual bool shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*);
H A DEditorClientWinCE.cpp104 bool EditorClientWinCE::shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*) function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/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.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h63 virtual bool shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*) OVERRIDE;
H A DWebEditorClient.mm252 bool WebEditorClient::shouldApplyStyle(StylePropertySet* style, Range* range)
256 shouldApplyStyle:kit(mutableStyle->ensureCSSStyleDeclaration()) toElementsInDOMRange:kit(range)];
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h62 virtual bool shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*) OVERRIDE;
H A DWebEditorClient.cpp162 bool WebEditorClient::shouldApplyStyle(StylePropertySet* style, Range* range) function in class:WebKit::WebEditorClient
165 bool result = m_page->injectedBundleEditorClient().shouldApplyStyle(m_page, mutableStyle->ensureCSSStyleDeclaration(), range);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.h148 bool shouldApplyStyle(StylePropertySet*, Range*);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h420 virtual bool shouldApplyStyle(StylePropertySet*, Range*) { return false; } function in class:WebCore::EmptyEditorClient
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h318 WKBundlePageShouldApplyStyle shouldApplyStyle; member in struct:WKBundlePageEditorClient

Completed in 194 milliseconds

12