Searched refs:textAnnotation (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPluginTextAnnotation.mm87 PDFAnnotationTextWidget *textAnnotation = this->textAnnotation();
88 bool isMultiline = textAnnotation.isMultiline;
99 if (!textAnnotation)
103 styledElement->setInlineStyleProperty(CSSPropertyColor, colorFromNSColor(textAnnotation.fontColor).serialized());
104 styledElement->setInlineStyleProperty(CSSPropertyFontFamily, textAnnotation.font.familyName);
105 styledElement->setInlineStyleProperty(CSSPropertyTextAlign, cssAlignmentValueForNSTextAlignment(textAnnotation.alignment));
108 toHTMLTextAreaElement(styledElement)->setValue(textAnnotation.stringValue);
110 toHTMLInputElement(styledElement)->setValue(textAnnotation.stringValue);
120 styledElement->setInlineStyleProperty(CSSPropertyFontSize, textAnnotation()
[all...]
H A DPDFPluginTextAnnotation.h63 PDFAnnotationTextWidget *textAnnotation() const { return static_cast<PDFAnnotationTextWidget *>(annotation()); } function in class:WebKit::PDFPluginTextAnnotation

Completed in 118 milliseconds