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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 103 RefPtrWillBeRawPtr<AnimatableValueKeyframe> keyframe = AnimatableValueKeyframe::create();
152 RefPtrWillBeRawPtr<AnimatableValueKeyframe> startKeyframe = keyframes[0];
159 RefPtrWillBeRawPtr<AnimatableValueKeyframe> endKeyframe = keyframes[keyframes.size() - 1];
189 RefPtrWillBeRawPtr<AnimatableValue> snapshotValue = CSSAnimatableValueFactory::create(property, style);
313 RefPtrWillBeRawPtr<AnimationPlayer> player = m_animations.take(*iter);
331 RefPtrWillBeRawPtr<Animation> animation = Animation::create(element, inertAnimation->effect(), inertAnimation->specifiedTiming(), Animation::DefaultPriority, eventDelegate.release());
333 RefPtrWillBeRawPtr<AnimationPlayer> player = element->document().timeline().createAnimationPlayer(animation.get());
350 RefPtrWillBeRawPtr<AnimationPlayer> player = m_transitions.take(id).player;
369 RefPtrWillBeRawPtr<AnimationEffect> effect = inertAnimation->effect();
373 RefPtrWillBeRawPtr<Animation> oldAnimation = oldTransition.first
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataObject.cpp 44 RefPtrWillBeRawPtr<DataObject> dataObject = create();
100 RefPtrWillBeRawPtr<DataObjectItem> item = DataObjectItem::createFromString(type, data);
111 RefPtrWillBeRawPtr<DataObjectItem> item = DataObjectItem::createFromFile(file);
164 RefPtrWillBeRawPtr<DataObjectItem> item = findStringItem(mimeTypeTextURIList);
180 RefPtrWillBeRawPtr<DataObjectItem> item = findStringItem(mimeTypeTextHTML);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeListsNodeData.h 50 RefPtrWillBeRawPtr<ChildNodeList> list = ChildNodeList::create(node);
59 RefPtrWillBeRawPtr<EmptyNodeList> list = EmptyNodeList::create(node);
110 RefPtrWillBeRawPtr<T> list = T::create(node, collectionType, name);
127 RefPtrWillBeRawPtr<T> list = T::create(node, collectionType);
145 RefPtrWillBeRawPtr<TagCollection> list = TagCollection::create(node, namespaceURI, localName);
ScriptRunner.cpp 129 RefPtrWillBeRawPtr<Document> protect(m_document.get());
143 RefPtrWillBeRawPtr<Element> element = scripts[i].releaseElementAndClear();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 159 if (RefPtrWillBeRawPtr<Range> selectedRange = frame().selection().toNormalizedRange())
236 RefPtrWillBeRawPtr<Range> firstMisspellingRange = nullptr;
341 RefPtrWillBeRawPtr<Range> selectedRange = movingSelection.toNormalizedRange();
370 RefPtrWillBeRawPtr<Range> misspellingRange = nullptr;
403 RefPtrWillBeRawPtr<Range> misspellingRange = nullptr;
435 void SpellChecker::markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
479 void SpellChecker::markMisspellings(const VisibleSelection& selection, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
486 RefPtrWillBeRawPtr<Range> firstMisspellingRange = nullptr;
519 RefPtrWillBeRawPtr<Range> rangeToCheck = Range::create(*frame().document(), firstPositionInNode(node), lastPositionInNode(node));
538 RefPtrWillBeRawPtr<Range> checkRange = fullParagraphToCheck.checkingRange()
    [all...]
FrameSelectionTest.cpp 80 RefPtrWillBeRawPtr<Document> documentWithoutFrame = Document::create();
81 RefPtrWillBeRawPtr<Element> body = documentWithoutFrame->createElement(HTMLNames::bodyTag, false);
83 RefPtrWillBeRawPtr<Text> anotherText = documentWithoutFrame->createTextNode("Hello, another world");
TypingCommand.cpp 103 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) {
116 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) {
136 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) {
172 RefPtrWillBeRawPtr<LocalFrame> frame = document.frame();
182 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame.get())) {
195 RefPtrWillBeRawPtr<TypingCommand> cmd = TypingCommand::create(document, InsertText, newText, options, compositionType);
201 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(document.frame())) {
212 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(document.frame())) {
222 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(document.frame())) {
235 RefPtrWillBeRawPtr<CompositeEditCommand> lastEditCommand = frame->editor().lastEditCommand()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.cpp 106 RefPtrWillBeRawPtr<ScriptCallStack> callStack(createScriptCallStackForConsole(1));
118 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(ConsoleAPIMessageSource, DebugMessageLevel, message);
171 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(ConsoleAPIMessageSource, DebugMessageLevel, message);
223 RefPtrWillBeRawPtr<ScriptArguments> arguments = scriptArguments;
230 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(ConsoleAPIMessageSource, level, gotStringMessage? message : String());
FrameConsole.cpp 78 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = prpConsoleMessage;
103 RefPtrWillBeRawPtr<ScriptCallStack> reportedCallStack = nullptr;
131 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(NetworkMessageSource, ErrorMessageLevel, message, response.url().string());
  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.cpp 44 RefPtrWillBeRawPtr<TimeRanges> ranges = TimeRanges::create();
55 RefPtrWillBeRawPtr<TimeRanges> newSession = TimeRanges::create();
66 RefPtrWillBeRawPtr<TimeRanges> inverted = TimeRanges::create();
95 RefPtrWillBeRawPtr<TimeRanges> invertedOther = other->copy();
106 RefPtrWillBeRawPtr<TimeRanges> unioned = copy();
HTMLMeterElement.cpp 53 RefPtrWillBeRawPtr<HTMLMeterElement> meter = adoptRefWillBeNoop(new HTMLMeterElement(document));
203 RefPtrWillBeRawPtr<MeterInnerElement> inner = MeterInnerElement::create(document());
206 RefPtrWillBeRawPtr<MeterBarElement> bar = MeterBarElement::create(document());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 329 RefPtrWillBeRawPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(CSSPropertyMarkerStart);
343 RefPtrWillBeRawPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
344 RefPtrWillBeRawPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
512 RefPtrWillBeRawPtr<CSSValue> value = nullptr;
539 RefPtrWillBeRawPtr<CSSValue> yValue = nullptr;
540 RefPtrWillBeRawPtr<CSSValue> nextValue = values[j + 1];
636 RefPtrWillBeRawPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(shorthand.properties()[i]);
665 RefPtrWillBeRawPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(shorthand.properties()[i]);
736 RefPtrWillBeRawPtr<CSSValue> repeatX = m_propertySet.getPropertyCSSValue(CSSPropertyBackgroundRepeatX);
737 RefPtrWillBeRawPtr<CSSValue> repeatY = m_propertySet.getPropertyCSSValue(CSSPropertyBackgroundRepeatY)
    [all...]
CSSCursorImageValue.cpp 136 RefPtrWillBeRawPtr<CSSImageValue> imageValue = toCSSImageValue(m_imageValue.get());
139 RefPtrWillBeRawPtr<CSSImageValue> svgImageValue = CSSImageValue::create(loader->document()->completeURL(cursorElement->href()->currentValue()->value()));
171 RefPtrWillBeRawPtr<CSSImageValue> imageValue = toCSSImageValue(m_imageValue.get());
MediaQueryEvaluatorTest.cpp 81 RefPtrWillBeRawPtr<MediaQuerySet> querySet = MediaQuerySet::create(testCases[i].input);
131 RefPtrWillBeRawPtr<MediaQuerySet> querySet = MediaQuerySet::create("foobar");
MediaQueryMatcher.cpp 85 RefPtrWillBeRawPtr<MediaQuerySet> media = MediaQuerySet::create(query);
127 RefPtrWillBeRawPtr<Event> event(MediaQueryListEvent::create(*it));
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
HitRegion.cpp 60 RefPtrWillBeRawPtr<HitRegion> hitRegion = passHitRegion;
106 RefPtrWillBeRawPtr<HitRegion> hitRegion = *it;
142 RefPtrWillBeRawPtr<HitRegion> hitRegion = *it;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ColorInputType.cpp 129 RefPtrWillBeRawPtr<HTMLDivElement> wrapperElement = HTMLDivElement::create(document);
131 RefPtrWillBeRawPtr<HTMLDivElement> colorSwatch = HTMLDivElement::create(document);
244 RefPtrWillBeRawPtr<HTMLDataListOptionsCollection> options = dataList->options();
ImageInputType.cpp 110 RefPtrWillBeRawPtr<HTMLInputElement> element(this->element());
184 RefPtrWillBeRawPtr<HTMLInputElement> element(this->element());
208 RefPtrWillBeRawPtr<HTMLInputElement> element(this->element());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 69 RefPtrWillBeRawPtr<SVGUseElement> use = adoptRefWillBeNoop(new SVGUseElement(document));
331 RefPtrWillBeRawPtr<Node> clone = toClone.cloneNode(false);
362 RefPtrWillBeRawPtr<Element> newChild = target->cloneElementWithoutChildren();
480 RefPtrWillBeRawPtr<Node> newChild = child->cloneNode(false);
556 RefPtrWillBeRawPtr<SVGGElement> cloneParent = SVGGElement::create(referencedScope()->document());
571 RefPtrWillBeRawPtr<Node> newChild = cloneNodeAndAssociate(*target);
585 RefPtrWillBeRawPtr<SVGElement> replacingElement(cloneParent.get());
594 for (RefPtrWillBeRawPtr<SVGElement> sibling = Traversal<SVGElement>::nextSibling(*element); sibling; sibling = Traversal<SVGElement>::nextSibling(*sibling)) {
600 for (RefPtrWillBeRawPtr<SVGElement> child = Traversal<SVGElement>::firstChild(*element); child; child = Traversal<SVGElement>::nextSibling(*child)) {
618 RefPtrWillBeRawPtr<SVGSVGElement> svgElement = SVGSVGElement::create(referencedScope()->document())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 120 RefPtrWillBeRawPtr<CSSRuleSourceData> data = CSSRuleSourceData::create(type);
177 RefPtrWillBeRawPtr<CSSRuleSourceData> rule = popRuleData();
197 RefPtrWillBeRawPtr<CSSRuleSourceData> data = m_currentRuleDataStack.last();
337 RefPtrWillBeRawPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create();
423 RefPtrWillBeRawPtr<StyleSheetContents> newStyleSheet = StyleSheetContents::create(strictCSSParserContext());
511 RefPtrWillBeRawPtr<CSSRuleSourceData> sourceData = extractSourceData();
538 RefPtrWillBeRawPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create();
540 RefPtrWillBeRawPtr<StyleSheetContents> styleSheetContents = StyleSheetContents::create(strictCSSParserContext());
574 RefPtrWillBeRawPtr<CSSRuleSourceData> sourceData = extractSourceData();
606 RefPtrWillBeRawPtr<CSSRuleSourceData> sourceData = extractSourceData()
    [all...]
PromiseTracker.cpp 212 RefPtrWillBeRawPtr<PromiseData> data = PromiseData::create(scriptState, promiseHash, circularSequentialId(), promise);
229 RefPtrWillBeRawPtr<PromiseData> data = createPromiseDataIfNeeded(scriptState, promise);
232 RefPtrWillBeRawPtr<PromiseData> parentData = createPromiseDataIfNeeded(scriptState, handle);
238 RefPtrWillBeRawPtr<ScriptCallStack> stack = createScriptCallStack(1, true);
253 RefPtrWillBeRawPtr<PromiseData> data = vector->at(index);
282 RefPtrWillBeRawPtr<PromiseData> data = vector->at(index);
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 165 RefPtrWillBeRawPtr<HTMLCollection> images = unwrap<Document>()->images();
179 RefPtrWillBeRawPtr<HTMLCollection> forms = const_cast<Document*>(constUnwrap<Document>())->forms();
214 RefPtrWillBeRawPtr<Document> document = unwrap<Document>();
216 RefPtrWillBeRawPtr<StyleSheetContents> parsedSheet = StyleSheetContents::create(CSSParserContext(*document, 0));
223 RefPtrWillBeRawPtr<Document> document = unwrap<Document>();
294 RefPtrWillBeRawPtr<Document> document = unwrap<Document>();
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 122 RefPtrWillBeRawPtr<Range> range = frame->rangeForPoint(result.roundedPointInInnerNodeFrame());
129 RefPtrWillBeRawPtr<Range> wordRange = selection.toNormalizedRange();
160 RefPtrWillBeRawPtr<Range> range(PlainTextRange(location, location + length).createRange(*editable));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValueTest.cpp 36 RefPtrWillBeRawPtr<File> originalFile = File::create(filePath);
56 RefPtrWillBeRawPtr<File> originalFile = File::create("hello.txt", 12345678.0, blobDataHandle);
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableColorTest.cpp 75 RefPtrWillBeRawPtr<AnimatableColor> first = AnimatableColor::create(AnimatableColorImpl(Color(0xFF53647C)), AnimatableColorImpl(Color(0xFF000000)));
76 RefPtrWillBeRawPtr<AnimatableColor> second = AnimatableColor::create(AnimatableColorImpl(Color(0xFF506070)), AnimatableColorImpl(Color(0xFF000000)));

Completed in 862 milliseconds

1 2 3 4 56 7 8 91011>>