HomeSort by relevance Sort by last modified time
    Searched refs:RefPtrWillBeRawPtr (Results 1 - 25 of 446) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeTest.cpp 19 RefPtrWillBeRawPtr<Document> document = Document::create();
22 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
24 RefPtrWillBeRawPtr<ShadowRoot> shadowRoot = html->createShadowRoot(ASSERT_NO_EXCEPTION);
34 RefPtrWillBeRawPtr<Document> document = Document::create();
35 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
37 RefPtrWillBeRawPtr<ShadowRoot> shadowRoot = html->createShadowRoot(ASSERT_NO_EXCEPTION);
49 RefPtrWillBeRawPtr<Document> document = Document::create();
50 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
52 RefPtrWillBeRawPtr<Element> head = document->createElement("head", nullAtom, ASSERT_NO_EXCEPTION);
54 RefPtrWillBeRawPtr<Element> body = document->createElement("body", nullAtom, ASSERT_NO_EXCEPTION)
    [all...]
MainThreadTaskRunnerTest.cpp 67 RefPtrWillBeRawPtr<NullExecutionContext> context = adoptRefWillBeNoop(new NullExecutionContext());
79 RefPtrWillBeRawPtr<NullExecutionContext> context = adoptRefWillBeNoop(new NullExecutionContext());
97 RefPtrWillBeRawPtr<NullExecutionContext> context = adoptRefWillBeNoop(new NullExecutionContext());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.h 39 void namedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<NodeList>&, bool&, RefPtrWillBeRawPtr<Element>&);
MediaDocument.cpp 75 RefPtrWillBeRawPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document());
82 RefPtrWillBeRawPtr<HTMLHeadElement> head = HTMLHeadElement::create(*document());
83 RefPtrWillBeRawPtr<HTMLMetaElement> meta = HTMLMetaElement::create(*document());
88 RefPtrWillBeRawPtr<HTMLVideoElement> media = HTMLVideoElement::create(*document());
93 RefPtrWillBeRawPtr<HTMLSourceElement> source = HTMLSourceElement::create(*document());
101 RefPtrWillBeRawPtr<HTMLBodyElement> body = HTMLBodyElement::create(*document());
HTMLAudioElement.cpp 44 RefPtrWillBeRawPtr<HTMLAudioElement> audio = adoptRefWillBeNoop(new HTMLAudioElement(document));
52 RefPtrWillBeRawPtr<HTMLAudioElement> audio = adoptRefWillBeNoop(new HTMLAudioElement(document));
HTMLFormControlsCollection.h 47 void namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtrWillBeRawPtr<RadioNodeList>&, bool& elementEnabled, RefPtrWillBeRawPtr<Element>&);
HTMLOptionsCollection.h 48 void namedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<NodeList>&, bool&, RefPtrWillBeRawPtr<Element>&);
HTMLTableSectionElement.cpp 65 RefPtrWillBeRawPtr<HTMLCollection> children = rows();
72 RefPtrWillBeRawPtr<HTMLTableRowElement> row = HTMLTableRowElement::create(document());
82 RefPtrWillBeRawPtr<HTMLCollection> children = rows();
87 RefPtrWillBeRawPtr<Element> row = children->item(index);
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DescendantInvalidationSetTest.cpp 17 RefPtrWillBeRawPtr<DescendantInvalidationSet> set = DescendantInvalidationSet::create();
27 RefPtrWillBeRawPtr<DescendantInvalidationSet> set = DescendantInvalidationSet::create();
37 RefPtrWillBeRawPtr<DescendantInvalidationSet> set1 = DescendantInvalidationSet::create();
38 RefPtrWillBeRawPtr<DescendantInvalidationSet> set2 = DescendantInvalidationSet::create();
52 RefPtrWillBeRawPtr<DescendantInvalidationSet> set1 = DescendantInvalidationSet::create();
53 RefPtrWillBeRawPtr<DescendantInvalidationSet> set2 = DescendantInvalidationSet::create();
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 108 bool parseFillImage(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&);
115 void parse2ValuesFillPosition(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&);
117 void parseFillPosition(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&);
118 void parse3ValuesFillPosition(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&, PassRefPtrWillBeRawPtr<CSSPrimitiveValue>, PassRefPtrWillBeRawPtr<CSSPrimitiveValue>);
119 void parse4ValuesFillPosition(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&, PassRefPtrWillBeRawPtr<CSSPrimitiveValue>, PassRefPtrWillBeRawPtr<CSSPrimitiveValue>);
121 void parseFillRepeat(RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DocumentCustom.cpp 63 RefPtrWillBeRawPtr<Document> document = V8Document::toNative(info.Holder());
67 RefPtrWillBeRawPtr<Node> contextNode = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[1]);
70 RefPtrWillBeRawPtr<XPathNSResolver> resolver = toXPathNSResolver(info[resolverArgumentIndex], info.GetIsolate());
78 RefPtrWillBeRawPtr<XPathResult> inResult = V8XPathResult::toNativeWithTypeCheck(info.GetIsolate(), info[4]);
79 TONATIVE_VOID(RefPtrWillBeRawPtr<XPathResult>, result, DocumentXPathEvaluator::evaluate(*document, expression, contextNode.get(), resolver.release(), type, inResult.get(), exceptionState));
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 93 RefPtrWillBeRawPtr<Element> reportElement = doc->createElement(QualifiedName(nullAtom, "parsererror", xhtmlNamespaceURI), true);
99 RefPtrWillBeRawPtr<Element> h3 = doc->createElement(h3Tag, true);
103 RefPtrWillBeRawPtr<Element> fixed = doc->createElement(divTag, true);
125 RefPtrWillBeRawPtr<Element> documentElement = m_document->documentElement();
127 RefPtrWillBeRawPtr<Element> rootElement = m_document->createElement(htmlTag, true);
128 RefPtrWillBeRawPtr<Element> body = m_document->createElement(bodyTag, true);
133 RefPtrWillBeRawPtr<Element> rootElement = m_document->createElement(htmlTag, true);
134 RefPtrWillBeRawPtr<Element> head = m_document->createElement(headTag, true);
135 RefPtrWillBeRawPtr<Element> style = m_document->createElement(styleTag, true);
140 RefPtrWillBeRawPtr<Element> body = m_document->createElement(bodyTag, true)
    [all...]
DOMParser.cpp 41 RefPtrWillBeRawPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, KURL(), false);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.cpp 45 RefPtrWillBeRawPtr<HTMLAnchorElement> anchorElement = HTMLAnchorElement::create(document());
52 RefPtrWillBeRawPtr<Text> textNode = Text::create(document(), m_url);
IndentOutdentCommand.h 52 void indentIntoBlockquote(const Position&, const Position&, RefPtrWillBeRawPtr<Element>&);
55 virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtrWillBeRawPtr<Element>& blockquoteForNextIndent) OVERRIDE;
VisibleSelectionTest.cpp 81 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
94 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
105 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
118 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
131 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
142 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
153 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
164 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
  /external/chromium_org/third_party/WebKit/Source/core/css/
RGBColor.cpp 41 RefPtrWillBeRawPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
49 RefPtrWillBeRawPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
57 RefPtrWillBeRawPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
65 RefPtrWillBeRawPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
CSSBorderImage.cpp 28 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated();
33 RefPtrWillBeRawPtr<CSSValueList> listSlash = CSSValueList::createSlashSeparated();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableDoubleTest.cpp 61 RefPtrWillBeRawPtr<AnimatableDouble> from10 = AnimatableDouble::create(10);
62 RefPtrWillBeRawPtr<AnimatableDouble> to20 = AnimatableDouble::create(20);
74 RefPtrWillBeRawPtr<AnimatableDouble> first = AnimatableDouble::create(-1.5);
75 RefPtrWillBeRawPtr<AnimatableDouble> second = AnimatableDouble::create(2.25);
76 RefPtrWillBeRawPtr<AnimatableDouble> third = AnimatableDouble::create(3);
AnimationTimelineTest.cpp 136 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector());
137 RefPtrWillBeRawPtr<Animation> anim = Animation::create(element.get(), effect, timing);
153 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector());
155 RefPtrWillBeRawPtr<Animation> anim = Animation::create(element.get(), effect, timing);
189 RefPtrWillBeRawPtr<Animation> anim1 = Animation::create(element.get(), AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector()), timing);
190 RefPtrWillBeRawPtr<Animation> anim2 = Animation::create(element.get(), AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector()), timing);
222 RefPtrWillBeRawPtr<Animation> anim1 = Animation::create(element.get(), AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector()), timingForwardFill);
223 RefPtrWillBeRawPtr<Animation> anim2 = Animation::create(element.get(), AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector()), timingNoFill);
224 RefPtrWillBeRawPtr<Animation> anim3 = Animation::create(element.get(), AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector()), timingBackwardFillDelay);
225 RefPtrWillBeRawPtr<Animation> anim4 = Animation::create(element.get(), AnimatableValueKeyframeEffectModel::create(Ani (…)
    [all...]
AnimatableStrokeDasharrayListTest.cpp 54 RefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> listA = AnimatableStrokeDasharrayList::create(svgListA);
55 RefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> listB = AnimatableStrokeDasharrayList::create(svgListB);
ElementAnimation.h 65 RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVector, exceptionState);
74 RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVector, exceptionState);
83 RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVector, exceptionState);
94 RefPtrWillBeRawPtr<Animation> animation = Animation::create(&element, effect, timing);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.h 65 RefPtrWillBeRawPtr<SVGPaint> paint = adoptRefWillBeNoop(new SVGPaint(SVG_PAINTTYPE_RGBCOLOR));
72 RefPtrWillBeRawPtr<SVGPaint> paint = adoptRefWillBeNoop(new SVGPaint(SVG_PAINTTYPE_URI, uri));
78 RefPtrWillBeRawPtr<SVGPaint> paint = adoptRefWillBeNoop(new SVGPaint(SVG_PAINTTYPE_URI_RGBCOLOR, uri));
85 RefPtrWillBeRawPtr<SVGPaint> paint = adoptRefWillBeNoop(new SVGPaint(SVG_PAINTTYPE_URI_NONE, uri));
91 RefPtrWillBeRawPtr<SVGPaint> paint = adoptRefWillBeNoop(new SVGPaint(SVG_PAINTTYPE_URI_CURRENTCOLOR, uri));
116 RefPtrWillBeRawPtr<SVGPaint> paint = adoptRefWillBeNoop(new SVGPaint(type, uri));
SVGFontFaceSrcElement.cpp 47 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated();
49 RefPtrWillBeRawPtr<CSSFontFaceSrcValue> srcValue = nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcherTest.cpp 55 RefPtrWillBeRawPtr<HTMLDocument> document = HTMLDocument::create();
56 RefPtrWillBeRawPtr<ResourceFetcher> fetcher(documentLoader->fetcher());

Completed in 1248 milliseconds

1 2 3 4 5 6 7 8 91011>>