Home
last modified time | relevance | path

Searched defs:shouldApplyStyle (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DEditingDelegate.cpp244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle( in shouldApplyStyle() function in EditingDelegate
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm232 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) function
/external/webkit/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp154 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientHaiku
/external/webkit/WebKit/chromium/public/
DWebViewClient.h118 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; } in shouldApplyStyle() function
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp183 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, in shouldApplyStyle() function in WebCore::EditorClientQt
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp74 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return… in shouldApplyStyle() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp239 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
DEditorClientImpl.cpp244 bool EditorClientImpl::shouldApplyStyle(CSSStyleDeclaration* style, in shouldApplyStyle() function in WebKit::EditorClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp168 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle() function in WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp279 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRang… in shouldApplyStyle() function in WebEditorClient
/external/webkit/WebCore/loader/
DEmptyClients.h357 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } in shouldApplyStyle() function
/external/webkit/WebCore/editing/
DEditor.cpp733 bool Editor::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) in shouldApplyStyle() function in WebCore::Editor