Home
last modified time | relevance | path

Searched refs:shouldApplyStyle (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/WebKit/mac/WebView/
DWebEditingDelegate.h48 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM…
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h59 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
DEditorClientAndroid.cpp72 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return… in shouldApplyStyle() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.h67 virtual bool shouldApplyStyle(CSSStyleDeclaration*,
DEditorClientWx.cpp163 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientWx
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.h67 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
DEditorClientQt.cpp177 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, in shouldApplyStyle() function in WebCore::EditorClientQt
/external/webkit/WebCore/page/
DEditorClient.h87 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) = 0;
DDragController.cpp347 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get())) in concludeEditDrag()
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.h70 bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
DWebEditorClient.cpp273 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRang… in shouldApplyStyle() function in WebEditorClient
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h71 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
DEditorClientGtk.cpp145 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle() function in WebKit::EditorClient
/external/webkit/WebKitTools/DumpRenderTree/mac/
DEditingDelegate.mm142 - (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/
DWebEditorClient.h63 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
DWebEditorClient.mm232 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) function
235 shouldApplyStyle:kit(style) toElementsInDOMRange:kit(range)];
/external/webkit/WebKit/win/Interfaces/
DIWebEditingDelegate.idl133 …- (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDO…
135 …HRESULT shouldApplyStyle([in] IWebView* webView, [in] IDOMCSSStyleDeclaration* style, [in] IDOMRan…
/external/webkit/WebKitTools/DumpRenderTree/win/
DEditingDelegate.h82 virtual HRESULT STDMETHODCALLTYPE shouldApplyStyle(
DEditingDelegate.cpp244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle( in shouldApplyStyle() function in EditingDelegate
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultEditingDelegate.m85 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOM…
/external/webkit/WebCore/editing/
DEditor.h111 bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
DEditor.cpp727 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/
DEmptyClients.h296 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } in shouldApplyStyle() function
/external/webkit/WebKit/gtk/
DChangeLog3940 (WebKit::EditorClient::shouldApplyStyle):
4019 (WebKit::EditorClient::shouldApplyStyle):
4242 (WebCore::EditorClientGtk::shouldApplyStyle):
/external/webkit/WebKitTools/
DChangeLog986 (-[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:]):

12