Searched defs:shouldApplyStyle (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
H A DEditingDelegate.cpp244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle( function in class:EditingDelegate
256 _tprintf(TEXT("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n"), TEXT("'style description'")/*[[style description] UTF8String]*/, dump(range));
/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp74 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return true; } function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp154 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*, function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/chromium/public/
H A DWebViewClient.h118 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; } function in class:WebKit::WebViewClient
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp183 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, function in class:WebCore::EditorClientQt
187 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n",
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp239 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, function in class:WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.cpp244 bool EditorClientImpl::shouldApplyStyle(CSSStyleDeclaration* style, function in class:WebKit::EditorClientImpl
249 return m_webView->client()->shouldApplyStyle(WebString(),
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp168 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) function in class:WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp279 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRange*/) function in class:WebEditorClient
/external/webkit/WebCore/loader/
H A DEmptyClients.h357 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } function in class:WebCore::EmptyEditorClient
/external/webkit/WebCore/editing/
H A DEditor.cpp733 bool Editor::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) function in class:WebCore::Editor
735 return client()->shouldApplyStyle(style, range);
757 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
766 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))

Completed in 75 milliseconds