Searched refs:RefPtrWillBeRawPtr (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScopeTest.cpp19 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<Elemen
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoaderSet.h46 void add(const RefPtrWillBeRawPtr<ResourceLoader>& loader) { m_set.add(loader); }
47 void remove(const RefPtrWillBeRawPtr<ResourceLoader>& loader) { m_set.remove(loader); }
49 bool contains(const RefPtrWillBeRawPtr<ResourceLoader>& loader) const { return m_set.contains(loader); }
H A DResourceFetcherTest.cpp55 RefPtrWillBeRawPtr<HTMLDocument> document = HTMLDocument::create();
56 RefPtrWillBeRawPtr<ResourceFetcher> fetcher(documentLoader->fetcher());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryListTest.cpp27 RefPtrWillBeRawPtr<Document> document = Document::create();
28 RefPtrWillBeRawPtr<MediaQueryList> list = MediaQueryList::create(document.get(), MediaQueryMatcher::create(*document), MediaQuerySet::create());
H A DMediaQueryMatcherTest.cpp19 RefPtrWillBeRawPtr<MediaQueryMatcher> matcher = MediaQueryMatcher::create(pageHolder->document());
20 RefPtrWillBeRawPtr<MediaQuerySet> querySet = MediaQuerySet::create(MediaTypeNames::all);
H A DRGBColor.cpp41 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);
H A DCSSBorderImage.cpp28 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated();
33 RefPtrWillBeRawPtr<CSSValueList> listSlash = CSSValueList::createSlashSeparated();
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataObjectTest.cpp34 RefPtrWillBeRawPtr<DataObjectItem> item = m_dataObject->item(0);
37 RefPtrWillBeRawPtr<Blob> blob = item->getAsFile();
39 RefPtrWillBeRawPtr<File> file = toFile(blob.get());
53 RefPtrWillBeRawPtr<DataObjectItem> item = m_dataObject->item(0);
56 RefPtrWillBeRawPtr<Blob> blob = item->getAsFile();
58 RefPtrWillBeRawPtr<File> file = toFile(blob.get());
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DDescendantInvalidationSetTest.cpp17 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/html/
H A DTimeRangesTest.cpp76 RefPtrWillBeRawPtr<TimeRanges> rangeA = TimeRanges::create();
77 RefPtrWillBeRawPtr<TimeRanges> rangeB = TimeRanges::create();
95 RefPtrWillBeRawPtr<TimeRanges> ranges = TimeRanges::create();
125 RefPtrWillBeRawPtr<TimeRanges> ranges = TimeRanges::create(0, 2);
136 RefPtrWillBeRawPtr<TimeRanges> rangesA = TimeRanges::create(0, 2);
137 RefPtrWillBeRawPtr<TimeRanges> rangesB = rangesA->copy();
150 RefPtrWillBeRawPtr<TimeRanges> rangesA = TimeRanges::create(0, 2);
151 RefPtrWillBeRawPtr<TimeRanges> rangesB = TimeRanges::create();
164 RefPtrWillBeRawPtr<TimeRanges> rangesA = TimeRanges::create();
165 RefPtrWillBeRawPtr<TimeRange
[all...]
H A DHTMLAllCollection.h40 void namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<NodeList>&, RefPtrWillBeRawPtr<Element>&);
H A DMediaDocument.cpp76 RefPtrWillBeRawPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document());
83 RefPtrWillBeRawPtr<HTMLHeadElement> head = HTMLHeadElement::create(*document());
84 RefPtrWillBeRawPtr<HTMLMetaElement> meta = HTMLMetaElement::create(*document());
89 RefPtrWillBeRawPtr<HTMLVideoElement> media = HTMLVideoElement::create(*document());
94 RefPtrWillBeRawPtr<HTMLSourceElement> source = HTMLSourceElement::create(*document());
102 RefPtrWillBeRawPtr<HTMLBodyElement> body = HTMLBodyElement::create(*document());
H A DHTMLAudioElement.cpp43 RefPtrWillBeRawPtr<HTMLAudioElement> audio = adoptRefWillBeNoop(new HTMLAudioElement(document));
51 RefPtrWillBeRawPtr<HTMLAudioElement> audio = adoptRefWillBeNoop(new HTMLAudioElement(document));
H A DHTMLOptionsCollection.h49 void namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<NodeList>&, RefPtrWillBeRawPtr<Element>&);
H A DHTMLTableSectionElement.cpp59 RefPtrWillBeRawPtr<HTMLCollection> children = rows();
66 RefPtrWillBeRawPtr<HTMLTableRowElement> row = HTMLTableRowElement::create(document());
76 RefPtrWillBeRawPtr<HTMLCollection> children = rows();
81 RefPtrWillBeRawPtr<Element> row = children->item(index);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8DocumentCustom.cpp63 RefPtrWillBeRawPtr<Document> document = V8Document::toImpl(info.Holder());
67 RefPtrWillBeRawPtr<Node> contextNode = V8Node::toImplWithTypeCheck(info.GetIsolate(), info[1]);
70 RefPtrWillBeRawPtr<XPathNSResolver> resolver = toXPathNSResolver(info[resolverArgumentIndex], info.GetIsolate());
78 RefPtrWillBeRawPtr<XPathResult> inResult = V8XPathResult::toImplWithTypeCheck(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/parser/
H A DXMLErrors.cpp93 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<Elemen
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCreateLinkCommand.cpp45 RefPtrWillBeRawPtr<HTMLAnchorElement> anchorElement = HTMLAnchorElement::create(document());
52 RefPtrWillBeRawPtr<Text> textNode = Text::create(document(), m_url);
H A DIndentOutdentCommand.h52 void indentIntoBlockquote(const Position&, const Position&, RefPtrWillBeRawPtr<HTMLElement>&);
55 virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtrWillBeRawPtr<HTMLElement>& blockquoteForNextIndent) OVERRIDE;
H A DVisibleSelectionTest.cpp81 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/parser/
H A DCSSPropertyParser.h100 bool parseFillImage(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&);
107 void parse2ValuesFillPosition(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&);
109 void parseFillPosition(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&);
110 void parse3ValuesFillPosition(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&, PassRefPtrWillBeRawPtr<CSSPrimitiveValue>, PassRefPtrWillBeRawPtr<CSSPrimitiveValue>);
111 void parse4ValuesFillPosition(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&, PassRefPtrWillBeRawPtr<CSSPrimitiveValue>, PassRefPtrWillBeRawPtr<CSSPrimitiveValue>);
113 void parseFillRepeat(RefPtrWillBeRawPtr<CSSValu
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DDOMParser.cpp41 RefPtrWillBeRawPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, KURL(), false);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableDoubleTest.cpp61 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);
H A DAnimatableStrokeDasharrayListTest.cpp54 RefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> listA = AnimatableStrokeDasharrayList::create(svgListA);
55 RefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> listB = AnimatableStrokeDasharrayList::create(svgListB);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceSrcElement.cpp46 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated();
48 RefPtrWillBeRawPtr<CSSFontFaceSrcValue> srcValue = nullptr;

Completed in 324 milliseconds

1234567891011>>