Home | History | Annotate | Download | only in editing

Lines Matching refs:shouldApplyStyle

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()))