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

12

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp95 bool InjectedBundlePageEditorClient::shouldApplyStyle(WebPage* page, CSSStyleDeclaration* style, Range* range) function in class:WebKit::InjectedBundlePageEditorClient
97 if (m_client.shouldApplyStyle) {
99 return m_client.shouldApplyStyle(toAPI(page), toAPI(style), toAPI(rangeHandle.get()), m_client.clientInfo);
H A DInjectedBundlePageEditorClient.h54 bool shouldApplyStyle(WebPage*, WebCore::CSSStyleDeclaration*, WebCore::Range*);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebEditingDelegate.h48 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEditingCallbacks.cpp155 gboolean shouldApplyStyle(WebKitWebView* webView, WebKitDOMCSSStyleDeclaration* style, WebKitDOMRange* range) function
159 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n",
199 "signal::should-apply-style", shouldApplyStyle, 0, local
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h69 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
H A DEditorClientAndroid.cpp77 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return true; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h70 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h68 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
H A DEditorClientHaiku.cpp147 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*, function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h67 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h67 virtual bool shouldApplyStyle(CSSStyleDeclaration*,
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m85 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h133 static bool shouldApplyStyle(WKBundlePageRef, WKBundleCSSStyleDeclarationRef style, WKBundleRangeHandleRef range, const void* clientInfo);
144 bool shouldApplyStyle(WKBundleCSSStyleDeclarationRef style, WKBundleRangeHandleRef range);
/external/webkit/Source/WebCore/page/
H A DEditorClient.h97 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h157 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h71 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h96 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h67 bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h58 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h82 virtual HRESULT STDMETHODCALLTYPE shouldApplyStyle(
/external/webkit/Tools/DumpRenderTree/mac/
H A DEditingDelegate.mm143 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range
146 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n", [[style description] UTF8String], [[range dump] UTF8String]);
/external/webkit/Source/WebKit/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);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp157 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) function in class:WebKit::WebEditorClient
159 bool result = m_page->injectedBundleEditorClient().shouldApplyStyle(m_page, style, range);
H A DWebEditorClient.h64 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h64 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);

Completed in 963 milliseconds

12