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

  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 75 virtual bool shouldApplyStyle(StylePropertySet*, Range*) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 67 virtual bool shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*) OVERRIDE;
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/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/public/web/
WebViewClient.h 177 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 115 bool shouldApplyStyle(StylePropertySet*, Range*);
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/core/loader/
EmptyClients.h 284 virtual bool shouldApplyStyle(StylePropertySet*, Range*) OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp     [all...]

Completed in 99 milliseconds