/external/webkit/WebKit/mac/WebView/ |
D | WebEditingDelegate.h | 48 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM…
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 67 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
|
D | EditorClientQt.cpp | 179 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, in shouldApplyStyle() function in WebCore::EditorClientQt
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 69 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
|
D | EditorClientHaiku.cpp | 154 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientHaiku
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 62 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
|
D | EditorClientAndroid.cpp | 73 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return… in shouldApplyStyle() function in android::EditorClientAndroid
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 67 virtual bool shouldApplyStyle(CSSStyleDeclaration*,
|
D | EditorClientWx.cpp | 238 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientWx
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | EditingDelegate.mm | 143 - (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/ |
D | WebEditorClient.h | 70 bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
|
D | WebEditorClient.cpp | 273 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRang… in shouldApplyStyle() function in WebEditorClient
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 78 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
|
D | EditorClientGtk.cpp | 161 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle() function in WebKit::EditorClient
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebEditingDelegate.idl | 133 …- (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDO… 135 …HRESULT shouldApplyStyle([in] IWebView* webView, [in] IDOMCSSStyleDeclaration* style, [in] IDOMRan…
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EditingDelegate.h | 82 virtual HRESULT STDMETHODCALLTYPE shouldApplyStyle(
|
D | EditingDelegate.cpp | 244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle( in shouldApplyStyle() function in EditingDelegate
|
/external/webkit/WebCore/page/ |
D | EditorClient.h | 105 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) = 0;
|
D | DragController.cpp | 358 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get())) in concludeEditDrag()
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 63 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
|
D | WebEditorClient.mm | 232 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) function 235 shouldApplyStyle:kit(style) toElementsInDOMRange:kit(range)];
|
/external/webkit/WebKit/mac/DefaultDelegates/ |
D | WebDefaultEditingDelegate.m | 85 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM…
|
/external/webkit/WebCore/editing/ |
D | Editor.h | 111 bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
|
D | Editor.cpp | 732 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/ |
D | EmptyClients.h | 338 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } in shouldApplyStyle() function
|