HomeSort by relevance Sort by last modified time
    Searched defs:shouldApplyStyle (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/win/
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/WebKit/chromium/public/
WebViewClient.h 118 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; }
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 154 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*,
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 74 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return true; }
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 183 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style,
187 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n",
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 239 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*,
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 244 bool EditorClientImpl::shouldApplyStyle(CSSStyleDeclaration* style,
249 return m_webView->client()->shouldApplyStyle(WebString(),
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 168 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*)
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 279 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRange*/)
  /external/webkit/WebCore/editing/
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 197 milliseconds