Lines Matching refs:get
272 return plainText(Range::create(node->document(), start, end).get());
283 style->merge(s.get(), true);
343 AtomicStringImpl* foundNS = namespaces.get(pre);
489 styleFromMatchedRules->merge(style.get());
510 style->merge(fromComputedStyle.get());
517 removeExteriorStyles(style.get());
692 style->merge(inlineStyleDecl.get());
705 return static_cast<CSSPrimitiveValue*>(value.get())->getIdent() == CSSValueNone;
716 return !propertyMissingOrEqualToNone(style.get(), CSSPropertyTextDecoration);
880 markups.append(getStartMarkup(n, updatedRange.get(), annotate));
917 preMarkups.append(getStartMarkup(parent, updatedRange.get(), annotate));
976 if (shouldIncludeWrapperForFullySelectedRoot(fullySelectedRoot, fullySelectedRootStyle.get()))
994 if (!propertyMissingOrEqualToNone(fullySelectedRootStyle.get(), CSSPropertyTextDecoration))
996 if (!propertyMissingOrEqualToNone(fullySelectedRootStyle.get(), CSSPropertyWebkitTextDecorationsInEffect))
998 addStyleMarkup(preMarkups, markups, fullySelectedRootStyle.get(), document, true);
1003 preMarkups.append(getStartMarkup(ancestor, updatedRange.get(), annotate, convertBlocksToInlines, 0, DoesNotFullySelectNode));
1023 // get the color of content pasted into blockquotes right.
1024 removeEnclosingMailBlockquoteStyle(style.get(), parentOfLastClosed);
1027 removeDefaultStyles(style.get(), document);
1036 addStyleMarkup(preMarkups, markups, style.get(), document);
1046 addStyleMarkup(preMarkups, markups, defaultStyle.get(), document);
1068 completeURLs(fragment.get(), baseURL);
1185 fillContainerFromString(fragment.get(), string);
1214 fillContainerFromString(element.get(), s);