/external/webkit/WebKit/mac/WebView/ |
D | WebEditingDelegate.h | 48 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM…
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 59 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
|
D | EditorClientAndroid.cpp | 72 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 | 163 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientWx
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 67 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
|
D | EditorClientQt.cpp | 177 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, in shouldApplyStyle() function in WebCore::EditorClientQt
|
/external/webkit/WebCore/page/ |
D | EditorClient.h | 87 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) = 0;
|
D | DragController.cpp | 347 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get())) in concludeEditDrag()
|
/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 | 71 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
|
D | EditorClientGtk.cpp | 145 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle() function in WebKit::EditorClient
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | EditingDelegate.mm | 142 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM… 145 …printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n", [[style description] UTF…
|
/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/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/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 | 727 bool Editor::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) in shouldApplyStyle() function in WebCore::Editor 729 return client()->shouldApplyStyle(style, range); in shouldApplyStyle() 751 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toRange().get())) in applyStyleToSelection() 760 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toRange().get())) in applyParagraphStyleToSelection()
|
/external/webkit/WebCore/loader/ |
D | EmptyClients.h | 296 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } in shouldApplyStyle() function
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 3940 (WebKit::EditorClient::shouldApplyStyle): 4019 (WebKit::EditorClient::shouldApplyStyle): 4242 (WebCore::EditorClientGtk::shouldApplyStyle):
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 986 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): 7548 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): 9814 (EditingDelegate::shouldApplyStyle): 10167 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): 10946 (EditingDelegate::shouldApplyStyle): 14872 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): ditto 15277 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): 15432 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): 16421 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): Ditto. 20392 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]):
|