Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp95 bool InjectedBundlePageEditorClient::shouldApplyStyle(WebPage* page, CSSStyleDeclaration* style, Ra… in shouldApplyStyle() function in WebKit::InjectedBundlePageEditorClient
/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp155 gboolean shouldApplyStyle(WebKitWebView* webView, WebKitDOMCSSStyleDeclaration* style, WebKitDOMRan… in shouldApplyStyle() function
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.cpp244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle( in shouldApplyStyle() function in EditingDelegate
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp147 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp157 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) in shouldApplyStyle() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp106 bool EditorClientEfl::shouldApplyStyle(CSSStyleDeclaration*, Range*) in shouldApplyStyle() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp105 bool EditorClientWinCE::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp77 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return… in shouldApplyStyle() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm254 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) function
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp226 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, in shouldApplyStyle() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp173 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, in shouldApplyStyle() function in WebCore::EditorClientQt
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h157 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; } in shouldApplyStyle() function
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp251 bool EditorClientImpl::shouldApplyStyle(CSSStyleDeclaration* style, in shouldApplyStyle() function in WebKit::EditorClientImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp278 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRang… in shouldApplyStyle() function in WebEditorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp372 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration* declaration, WebCore::Range* rang… in shouldApplyStyle() function in WebKit::EditorClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp860 bool InjectedBundlePage::shouldApplyStyle(WKBundlePageRef page, WKBundleCSSStyleDeclarationRef styl… in shouldApplyStyle() function in WTR::InjectedBundlePage
966 bool InjectedBundlePage::shouldApplyStyle(WKBundleCSSStyleDeclarationRef style, WKBundleRangeHandle… in shouldApplyStyle() function in WTR::InjectedBundlePage
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h214 WKBundlePageShouldApplyStyle shouldApplyStyle; member
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp349 bool WebViewHost::shouldApplyStyle(const WebString& style, const WebRange& range) in shouldApplyStyle() function in WebViewHost
/external/webkit/Source/WebCore/loader/
DEmptyClients.h453 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } in shouldApplyStyle() function
/external/webkit/Source/WebCore/editing/
DEditor.cpp841 bool Editor::shouldApplyStyle(CSSStyleDeclaration* style, Range* range) in shouldApplyStyle() function in WebCore::Editor