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

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 214 bool EditorClientImpl::shouldApplyStyle(StylePropertySet* style, Range* range)
218 return m_webView->client()->shouldApplyStyle(WebString(), WebRange(range));
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 177 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; }
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 164 bool shouldApplyStyle(const WebKit::WebString& style, const WebKit::WebRange&);
345 virtual bool shouldApplyStyle(const WebKit::WebString& style, const WebKit::WebRange& range)
347 WebTestProxyBase::shouldApplyStyle(style, range);
348 return Base::shouldApplyStyle(style, range);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 663 bool Editor::shouldApplyStyle(StylePropertySet* style, Range* range)
665 return client()->shouldApplyStyle(style, range);
687 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
696 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp     [all...]

Completed in 127 milliseconds