Home
last modified time | relevance | path

Searched refs:shouldApplyStyle (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/WebKit/mac/WebView/
DWebEditingDelegate.h48 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM…
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.h67 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
DEditorClientQt.cpp179 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, in shouldApplyStyle() function in WebCore::EditorClientQt
/external/webkit/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h69 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
DEditorClientHaiku.cpp154 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientHaiku
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h62 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
DEditorClientAndroid.cpp73 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return… in shouldApplyStyle() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.h67 virtual bool shouldApplyStyle(CSSStyleDeclaration*,
DEditorClientWx.cpp238 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientWx
/external/webkit/WebKitTools/DumpRenderTree/mac/
DEditingDelegate.mm143 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM…
146 …printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n", [[style description] UTF…
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.h70 bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
DWebEditorClient.cpp273 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRang… in shouldApplyStyle() function in WebEditorClient
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h78 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
DEditorClientGtk.cpp161 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle() function in WebKit::EditorClient
/external/webkit/WebKit/win/Interfaces/
DIWebEditingDelegate.idl133 …- (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDO…
135 …HRESULT shouldApplyStyle([in] IWebView* webView, [in] IDOMCSSStyleDeclaration* style, [in] IDOMRan…
/external/webkit/WebKitTools/DumpRenderTree/win/
DEditingDelegate.h82 virtual HRESULT STDMETHODCALLTYPE shouldApplyStyle(
DEditingDelegate.cpp244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle( in shouldApplyStyle() function in EditingDelegate
/external/webkit/WebCore/page/
DEditorClient.h105 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) = 0;
DDragController.cpp358 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get())) in concludeEditDrag()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.h63 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
DWebEditorClient.mm232 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) function
235 shouldApplyStyle:kit(style) toElementsInDOMRange:kit(range)];
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultEditingDelegate.m85 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM…
/external/webkit/WebCore/editing/
DEditor.h111 bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
DEditor.cpp732 bool Editor::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) in shouldApplyStyle() function in WebCore::Editor
734 return client()->shouldApplyStyle(style, range); in shouldApplyStyle()
756 …if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get())) in applyStyleToSelection()
765 …if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get())) in applyParagraphStyleToSelection()
/external/webkit/WebCore/loader/
DEmptyClients.h338 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } in shouldApplyStyle() function

12