HomeSort by relevance Sort by last modified time
    Searched refs:shouldApplyStyle (Results 26 - 43 of 43) sorted by null

12

  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 251 bool EditorClientImpl::shouldApplyStyle(CSSStyleDeclaration* style,
256 return m_webView->client()->shouldApplyStyle(WebString(),
    [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 106 bool EditorClientEfl::shouldApplyStyle(CSSStyleDeclaration*, Range*)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 105 bool EditorClientWinCE::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 226 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*,
  /external/webkit/Tools/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/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 240 shouldApplyStyle,
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 131 bool shouldApplyStyle(CSSStyleDeclaration*, Range*);
Editor.cpp 841 bool Editor::shouldApplyStyle(CSSStyleDeclaration* style, Range* range)
843 return client()->shouldApplyStyle(style, range);
865 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
874 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 453 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 173 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style,
177 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n",
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 214 WKBundlePageShouldApplyStyle shouldApplyStyle;
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 126 virtual bool shouldApplyStyle(const WebKit::WebString& style, const WebKit::WebRange&);
WebViewHost.cpp 349 bool WebViewHost::shouldApplyStyle(const WebString& style, const WebRange& range)
352 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:", style.utf8().data());
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 372 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration* declaration, WebCore::Range* range)
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 254 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* style, Range* range)
257 shouldApplyStyle:kit(style) toElementsInDOMRange:kit(range)];
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 278 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRange*/)
  /external/webkit/Source/WebCore/page/
DragController.cpp 408 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get()))
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 456 milliseconds

12