HomeSort by relevance Sort by last modified time
    Searched refs:shouldApplyStyle (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 69 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
EditorClientHaiku.cpp 154 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*,
  /external/webkit/WebKit/mac/WebView/
WebEditingDelegate.h 48 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range;
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.h 67 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
EditorClientQt.cpp 183 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style,
187 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n",
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 67 virtual bool shouldApplyStyle(CSSStyleDeclaration*,
EditorClientWx.cpp 239 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*,
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 62 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
EditorClientAndroid.cpp 74 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return true; }
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 118 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; }
  /external/webkit/WebCore/page/
EditorClient.h 105 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) = 0;
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 70 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
EditorClientImpl.cpp 244 bool EditorClientImpl::shouldApplyStyle(CSSStyleDeclaration* style,
249 return m_webView->client()->shouldApplyStyle(WebString(),
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 78 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 63 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
WebEditorClient.mm 232 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range)
235 shouldApplyStyle:kit(style) toElementsInDOMRange:kit(range)];
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.h 70 bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultEditingDelegate.m 85 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 82 virtual HRESULT STDMETHODCALLTYPE shouldApplyStyle(
EditingDelegate.cpp 244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle(
256 _tprintf(TEXT("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n"), TEXT("'style description'")/*[[style description] UTF8String]*/, dump(range));
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EditingDelegate.mm 143 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range
146 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n", [[style description] UTF8String], [[range dump] UTF8String]);
  /external/webkit/WebKit/win/Interfaces/
IWebEditingDelegate.idl 133 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range;
135 HRESULT shouldApplyStyle([in] IWebView* webView, [in] IDOMCSSStyleDeclaration* style, [in] IDOMRange* range, [out, retval] BOOL* result);
  /external/webkit/WebCore/editing/
Editor.h 111 bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
Editor.cpp 733 bool Editor::shouldApplyStyle(CSSStyleDeclaration* style, Range* range)
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()))
    [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 357 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; }

Completed in 955 milliseconds

1 2