/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EditingDelegate.cpp | 244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle( in shouldApplyStyle() function in EditingDelegate
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.mm | 232 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) function
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.cpp | 154 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientHaiku
|
/external/webkit/WebKit/chromium/public/ |
D | WebViewClient.h | 118 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; } in shouldApplyStyle() function
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.cpp | 183 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, in shouldApplyStyle() function in WebCore::EditorClientQt
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.cpp | 74 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return… in shouldApplyStyle() function in android::EditorClientAndroid
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.cpp | 239 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientWx
|
/external/webkit/WebKit/chromium/src/ |
D | EditorClientImpl.cpp | 244 bool EditorClientImpl::shouldApplyStyle(CSSStyleDeclaration* style, in shouldApplyStyle() function in WebKit::EditorClientImpl
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 168 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle() function in WebKit::EditorClient
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.cpp | 279 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRang… in shouldApplyStyle() function in WebEditorClient
|
/external/webkit/WebCore/loader/ |
D | EmptyClients.h | 357 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } in shouldApplyStyle() function
|
/external/webkit/WebCore/editing/ |
D | Editor.cpp | 733 bool Editor::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) in shouldApplyStyle() function in WebCore::Editor
|