HomeSort by relevance Sort by last modified time
    Searched refs:RefPtrWillBeRawPtr (Results 76 - 100 of 474) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 62 RefPtrWillBeRawPtr<CanvasStyle> canvasStyle = CanvasStyle::createFromGradient(V8CanvasGradient::toImplWithTypeCheck(isolate, value));
77 if (RefPtrWillBeRawPtr<CanvasStyle> canvasStyle = toCanvasStyle(value, info.GetIsolate())) {
94 if (RefPtrWillBeRawPtr<CanvasStyle> canvasStyle = toCanvasStyle(value, info.GetIsolate())) {
V8MessageChannelCustom.cpp 47 RefPtrWillBeRawPtr<MessageChannel> obj = MessageChannel::create(context);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryList.cpp 33 RefPtrWillBeRawPtr<MediaQueryList> list = adoptRefWillBeNoop(new MediaQueryList(context, matcher, media));
84 RefPtrWillBeRawPtr<MediaQueryList> protect(this);
96 RefPtrWillBeRawPtr<MediaQueryList> protect(this);
DOMWindowCSS.cpp 75 RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create();
StyleMedia.cpp 62 RefPtrWillBeRawPtr<MediaQuerySet> media = MediaQuerySet::create();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp 86 RefPtrWillBeRawPtr<Node> nodeToInsert = nullptr;
135 RefPtrWillBeRawPtr<Text> nbspNode = document().createTextNode(nonBreakingSpaceString());
146 RefPtrWillBeRawPtr<EditingStyle> typingStyle = document().frame()->selection().typingStyle();
InsertParagraphSeparatorCommand.cpp 139 RefPtrWillBeRawPtr<Element> parent = blockToInsert;
141 RefPtrWillBeRawPtr<Element> child = ancestors[i - 1]->cloneElementWithoutChildren();
169 RefPtrWillBeRawPtr<Element> startBlock = enclosingBlock(insertionPosition.parentAnchoredEquivalent().containerNode());
171 RefPtrWillBeRawPtr<HTMLElement> listChild = listChildNode && listChildNode->isHTMLElement() ? toHTMLElement(listChildNode) : 0;
207 RefPtrWillBeRawPtr<Element> blockToInsert = nullptr;
225 RefPtrWillBeRawPtr<HTMLElement> extraBlock = createDefaultParagraphElement(document());
239 RefPtrWillBeRawPtr<Element> listChildToInsert = listChild->cloneElementWithoutChildren();
256 RefPtrWillBeRawPtr<Element> parent = cloneHierarchyUnderNewBlock(ancestors, blockToInsert);
274 RefPtrWillBeRawPtr<Element> listChildToInsert = listChild->cloneElementWithoutChildren();
317 RefPtrWillBeRawPtr<HTMLBRElement> br = createBreakElement(document())
    [all...]
markup.cpp 234 RefPtrWillBeRawPtr<EditingStyle> wrappingStyle = m_wrappingStyle->copy();
308 RefPtrWillBeRawPtr<EditingStyle> newInlineStyle = nullptr;
481 RefPtrWillBeRawPtr<CSSValue> value = style->getPropertyCSSValue(propertyID);
500 RefPtrWillBeRawPtr<EditingStyle> style = EditingStyle::create(element->inlineStyle());
610 RefPtrWillBeRawPtr<EditingStyle> fullySelectedRootStyle = styleFromMatchedRulesAndInlineDecl(fullySelectedRoot);
662 RefPtrWillBeRawPtr<HTMLBodyElement> fakeBody = HTMLBodyElement::create(document);
663 RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(document);
675 static bool findNodesSurroundingContext(Document* document, RefPtrWillBeRawPtr<Comment>& nodeBeforeContext, RefPtrWillBeRawPtr<Comment>& nodeAfterContext)
692 RefPtrWillBeRawPtr<Node> next = nullptr
    [all...]
FormatBlockCommand.cpp 63 void FormatBlockCommand::formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtrWillBeRawPtr<HTMLElement>& blockElement)
72 RefPtrWillBeRawPtr<Node> outerBlock = (start.deprecatedNode() == nodeToSplitTo) ? start.deprecatedNode() : splitTreeToNode(start.deprecatedNode(), nodeToSplitTo).get();
73 RefPtrWillBeRawPtr<Node> nodeAfterInsertionPosition = outerBlock;
74 RefPtrWillBeRawPtr<Range> range = Range::create(document(), start, endOfSelection);
RemoveNodePreservingChildrenCommand.cpp 50 RefPtrWillBeRawPtr<Node> child = children[i].release();
  /external/chromium_org/third_party/WebKit/Source/core/events/
DOMWindowEventQueue.cpp 113 RefPtrWillBeRawPtr<Event> event = *it;
131 RefPtrWillBeRawPtr<DOMWindowEventQueue> protector(this);
135 RefPtrWillBeRawPtr<Event> event = *iter;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptGroupElement.cpp 51 RefPtrWillBeRawPtr<HTMLOptGroupElement> optGroupElement = adoptRefWillBeNoop(new HTMLOptGroupElement(document));
150 RefPtrWillBeRawPtr<HTMLDivElement> label = HTMLDivElement::create(document());
158 RefPtrWillBeRawPtr<HTMLContentElement> content = HTMLContentElement::create(document());
HTMLImageLoader.cpp 68 RefPtrWillBeRawPtr<Element> element = this->element();
HTMLProgressElement.cpp 56 RefPtrWillBeRawPtr<HTMLProgressElement> progress = adoptRefWillBeNoop(new HTMLProgressElement(document));
154 RefPtrWillBeRawPtr<ProgressInnerElement> inner = ProgressInnerElement::create(document());
158 RefPtrWillBeRawPtr<ProgressBarElement> bar = ProgressBarElement::create(document());
160 RefPtrWillBeRawPtr<ProgressValueElement> value = ProgressValueElement::create(document());
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MeterShadowElement.cpp 68 RefPtrWillBeRawPtr<MeterInnerElement> element = adoptRefWillBeNoop(new MeterInnerElement(document));
94 RefPtrWillBeRawPtr<MeterBarElement> element = adoptRefWillBeNoop(new MeterBarElement(document));
106 RefPtrWillBeRawPtr<MeterValueElement> element = adoptRefWillBeNoop(new MeterValueElement(document));
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackListBase.h 73 RefPtrWillBeRawPtr<T> track = prpTrack;
104 RefPtrWillBeRawPtr<Event> event = Event::create(EventTypeNames::change);
125 RefPtrWillBeRawPtr<Event> event = TrackEvent::create(eventName, initializer);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 65 RefPtrWillBeRawPtr<Document> ownerDocument(sourceNode->document());
69 RefPtrWillBeRawPtr<Document> result = nullptr;
77 RefPtrWillBeRawPtr<Document> oldDocument = frame->document();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationInputHelpers.cpp 35 RefPtrWillBeRawPtr<CSSValue> value = CSSParser::parseSingleValue(CSSPropertyTransitionTimingFunction, string);
InterpolationEffect.cpp 18 RefPtrWillBeRawPtr<Interpolation> interpolation = record->m_interpolation;
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableImage.cpp 58 RefPtrWillBeRawPtr<CSSCrossfadeValue> crossfadeValue = CSSCrossfadeValue::create(fromValue, toValue);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParserTest.cpp 51 RefPtrWillBeRawPtr<StyleRuleBase> rule = parser.parseRule(nullptr, String(testCases[i].input));
MediaConditionTest.cpp 47 RefPtrWillBeRawPtr<MediaQuerySet> mediaConditionQuerySet = MediaQueryParser::parseMediaCondition(tokens.begin(), endToken);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 59 RefPtrWillBeRawPtr<Attr> attr = adoptRefWillBeNoop(new Attr(element, name));
66 RefPtrWillBeRawPtr<Attr> attr = adoptRefWillBeNoop(new Attr(document, name, value));
94 RefPtrWillBeRawPtr<Text> textNode = document().createTextNode(value().string());
155 RefPtrWillBeRawPtr<Attr> clone = adoptRefWillBeNoop(new Attr(document(), m_name, value()));
DocumentFragment.cpp 68 RefPtrWillBeRawPtr<DocumentFragment> clone = create(document());
NodeIterator.cpp 90 RefPtrWillBeRawPtr<Node> result = nullptr;
97 RefPtrWillBeRawPtr<Node> provisionalResult = m_candidateNode.node;
114 RefPtrWillBeRawPtr<Node> result = nullptr;
121 RefPtrWillBeRawPtr<Node> provisionalResult = m_candidateNode.node;

Completed in 347 milliseconds

1 2 34 5 6 7 8 91011>>