Home | History | Annotate | Download | only in ewk

Lines Matching refs:editor

643         sd->frame->editor()->applyEditingStyleToBodyElement();
658 WTF::CString s = sd->frame->editor()->selectedText().utf8();
666 return sd->frame->editor()->command(WTF::String::fromUTF8(command)).execute();
758 return sd->frame->editor()->findString(WTF::String::fromUTF8(string), forward, case_sensitive, wrap, true);
778 sd->frame->editor()->setMarkedTextMatchesAreHighlighted(highlight);
779 return sd->frame->editor()->countMatchesForText(WTF::String::fromUTF8(string), case_sensitive, limit, true);
810 sd->frame->editor()->setMarkedTextMatchesAreHighlighted(highlight);
825 return sd->frame->editor()->markedTextMatchesAreHighlighted();